Category: Ubuntu

Trac LogoPreviously 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 :

  1. I would like to use sub-domain for trac service that is trac.aoddy.com
  2. Trac service can support multiple projects such as trac.aoddy.com/Project1, trac.aoddy.com/Project2
  3. Trac service supports SVN service too.

» Read the rest of the entry..

I would like to check my package in my Ubuntu desktop. After I searched in google, I found this command :

aptitude show NAME-OF-PACKAGE

It’s very easy.

Perfect !! :D 555
» Read the rest of the entry..

Today, I would like to monitor my internet network bandwidth. When my internet network is slow I often have questions from my boss “Why my internet network is slow, who are using a lot of internet bandwidth?”. I cannot answer these questions because I don’t have informations of current network status.

First step, I think I should know which IP Address is using a lot of internet bandwidth and second step I should know who is owner that IP Address.

The answer of the first step , I will use ntop software to answer this question. For the second step, I will fix all MAC Address of Laptop’s wireless card with IP Address on a DHCP Server. And this is my solutions :

» Read the rest of the entry..

พอดีไปเจอมา ใน Slide ของ Kevin Gehrke เกี่ยวกับการทำให้ เราสามารถ Remote ไปที่เครื่อง VMWare virtual machines ที่ถูกใช้งาน บน VMWare Server.

Topology

» Read the rest of the entry..

เสาร์อาทิตย์ที่ผ่าน มาก็ได้มีโอกาส กลับไปมหาวิทยาลัย ที่พิษณุโลกมาครับ กลับไปคราวนี้ก็มีภาระกิจสำคัญคือ “การกลับไปสอน Shell Script ให้กับรุ่นน้องที่ มหาวิทยาลัย ก็ผ่านมาได้ด้วยดีครับ น้องๆ ก็โอเค ตั้งใจเรียนกันทุกคน

มาถึงวันนี้ก็เลยถือโอกาส เอาตารางที่ได้เอาไปสอน น้องๆ มา Post เก็บได้ พร้อม กับ Slide ที่เอาไปสอนในครั้งนี้ด้วย

» Read the rest of the entry..

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

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. :D

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 the rest of the entry..

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 the rest of the entry..

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 the rest of the entry..