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.
How to backup running config on Cisco switch&router.
by aoddy on March 5, 2009
This is a simple solution for backup running config on Cisco switch&router. Before you start to backup you should install tftp service expect command After installed tfpt service & expect command. You can test to backup script by my example script below.
How to start a script by root permission at boot time on Ubuntu server 8.10.
by aoddy on March 2, 2009
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
How to install VMWare server on Ubuntu server 8.10.
by aoddy on January 31, 2009
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 [...]
Linux on iPhone
by aoddy on January 23, 2009
มาดูเค้า เอา Linux ยัดลง iPhone ครับ…. สุ…โต้ยยย
How to install php-ldap module on CentOS5.
by aoddy on January 18, 2009
yum install php-ldap vi /etc/php.ini add extension=ldap.so service httpd restart
มาทำความรู้จักกับไฟล์ System ext4 กันหน่อยมั๊ย
by aoddy on January 14, 2009
แอบไปอ่านเจอมาว่าตัว Ubuntu 9.04 ตัวใหม่ที่จะออกมัน Support ไฟล์ระบบแบบ ext4 ก็เลยเกิดคำถามขึ้นในใจว่า มันดีกว่า ext3 ยังไง คุณสมบัติเด่นๆ มีอะไรบ้าง ว่าแล้วผมก็ไปเริ่มที่ wikipedia ก็ไปเจอคำตอบมา ว่าแล้วก็ลองดูกันครับว่ามีอะไรน่าสนใจบ้าง
How to install Opmanager version 7 on Ubuntu server 8.10.
by aoddy on December 22, 2008
Opmanager is software which help you to monitoring your network. It can tell to you about current status of your router, switch and server. Otherthan it can automatic discover your devices in your network too. These are a list of steps for install the OpManager version 7 on Ubuntu Server 8.10.
How to enable RAM more than 4 GB on CentOS 5.
by aoddy on December 14, 2008
After I had increased the memory in my server from 2 GB to 4 GB, I found my server could see the memory about 3.5 GB only. I found this problem happened from my Kernel didn’t support so I would like to upgrade the Kernel so as to use my memory at 4 GB. And [...]
How to install trac service on Ubuntu for multiple projects using Mod_Python.
by aoddy on October 17, 2008
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 [...]