After I installed the VMWare server 1.0.8 complete. I have found a problem in my keyboard such as I could not use up/down/right/left arrow keys. So I tried to searh a solution for solve this problem. Sure I found !!! Everything is in the Google.
Read more »
Tags:
Ubuntu,
vmware
Today my Opmanger server is down, I start it again but my service doesn’t start by automatic at boot time. So I need to start it by root permission at startup time. And this is my solution.
1. Write your script for start a service
#!/bin/bash
echo "Start my service!!!";
cd /path/of/my/script/
./run_my_script.sh
Read more »
Tags:
linux,
Script,
Ubuntu
After I spent a lot of time to install VMWare ESXi on my server, I found problem about ESXi could not install on my disk RAID#1. Many people found this problem to :
http://communities.vmware.com/message/1142404
So if you would like to install VMWare ESXi into your server, you should check your hardware which is supported by VMWare ESXi from this link before :
http://www.vm-help.com/esx/esx3i/Hardware_support.php
I hope, it will support my server sooner .
Anyway, I came back to my original solution that is installation the VMWare server.
Read more »
Tags:
Ubuntu,
vmware
Previously I have installed a DNS service on my Ubuntu server. Today I would like to install a Trac service which supports for multiple projects using Mod_Python on Apache.
Condition :
- I would like to use sub-domain for trac service that is trac.aoddy.com
- Trac service can support multiple projects such as trac.aoddy.com/Project1, trac.aoddy.com/Project2
- Trac service supports SVN service too.
Read more »
Tags:
Apache,
svn,
trac,
Ubuntu
Today, I would like to install JRE on my Firefox. You can follow these steps.
# sudo aptitude install sun-java6-jre sun-java6-plugin
# cd /usr/lib/firefox-3.0/
# sudo ln -s /usr/java/jre1.6.0_06/plugin/i386/ns7/libjavaplugin_oji.so . |
You should to enable java on firefox , too
Edit->Preferences->Content Tab-> EnableJava
Tags:
Firefox,
Java,
Ubuntu
1. Download VirtualBox progrom from : http://www.virtualbox.org/download/1.5.6/
2. Install this program by double click
3. Modified group for current account by this command
| sudo usermod -G vboxusers -a aoddy |
4. Change permission for file /dev/vboxdrv by :
| sudo chmod 777 /dev/vboxdrv |
5. Install vboxdriver by
| sudo /etc/init.d/vboxdrv setup |
6. Start virtualbox.
Tags:
Ubuntu,
VirtualBox
1. Prepare data for migration on Ubuntu.
$ cd ~
$ tar cvfz mozilla-thunderbird-[YYYYMMDD].tgz .mozilla-thunderbird |
* YYYYMMDD such as 20080525 (2008 May, 28th)
** Be careful in front of “mozilla-thunderbird” has dot (.) .
2. Copy file backup (mozilla-thunderbird-[YYYYMMDD].tgz) from Ubuntu to Windows
3. Extract backup file.
Read more »
Tags:
thunderbird,
TIP,
Ubuntu,
Windows
Backup
1. Please check your Thunderbird profile directory by this command.
$ ls -la * | grep .mozilla-thunderbird
-rw-r–r– 1 sketkeaw sketkeaw 32053404 2008-05-30 10:59 mozilla-thunderbird.tgz
|
2. Start backup
$ cd ~
$ tar cvfz mozilla-thunderbird-[YYYYMMDD].tgz .mozilla-thunderbird |
** YYYYMMDD such as 20080525 (2008 May, 28th)
3. Backup completed !!!.
Read more »
Tags:
thunderbird,
TIP,
Ubuntu
After I installed Ubuntu 8.04. I needed to mount NFS from my server but I could not mount because I did not install NFS client on by laptop so these are steps for mount NFS .
Read more »
Tags:
NFS,
TIP,
Ubuntu
After I installed Ubuntu 8.04 on my Laptop [Lenovo T60], it did not start wireless interface and LED wireless could not on too.
And this is my solution :
Read more »
Tags:
TIP,
Ubuntu