My keyboard are not mapped correctly on VMWare server.

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:,

How to start a script by root permission at boot time on Ubuntu server 8.10.

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:, ,

How to install VMWare server on Ubuntu server 8.10.

vmwareAfter 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:,

How to install trac service on Ubuntu for multiple projects using Mod_Python.

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 more »

Tags:, , ,

How to install JRE on Firefox 3.0.

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:, ,

How to install VirtualBox on Ubuntu 8.04.

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

Tags:,

How to migrate Thunderbird’s data&profile from Ubuntu to Windows.

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:, , ,

How to backup your thunderbird profile&data on Ubuntu.

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:, ,

How to Mount Network File systems (NFS,Samba) in 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:, ,

How to enable LED&device wireless on Ubuntu 8.04.

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:,
Page 1 of 212»
© 2008 STORY of AODDY. is powered by WordPress
Creative Commons License
ผลงานนี้ ใช้สัญญาอนุญาตของครีเอทีฟคอมมอนส์แบบ แสดงที่มา-ไม่ใช้เพื่อการค้า-อนุญาตแบบเดียวกัน 3.0 ประเทศไทย.