Category Archives: linux

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 !!! … Continue reading

Posted in Ubuntu, linux, vmware | Tagged , | Leave a comment 57 views

How to backup running config on Cisco switch&router.

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 … Continue reading

Posted in CISCO, English, Shell scripts, linux | Tagged , , | Leave a comment 519 views

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 … Continue reading

Posted in Shell scripts, Ubuntu, linux | Tagged , , | Leave a comment 1,512 views

How to install VMWare server on Ubuntu server 8.10.

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 … Continue reading

Posted in Ubuntu, linux, vmware | Tagged , | 1 Comment 231 views

Linux on iPhone

มาดูเค้า เอา Linux ยัดลง iPhone ครับ…. สุ…โต้ยยย

Posted in linux | Tagged | Leave a comment 18 views

How to install php-ldap module on CentOS5.

yum install php-ldap vi /etc/php.ini add extension=ldap.so service httpd restart

Posted in OpenLDAP, linux | Tagged | Leave a comment 621 views

มาทำความรู้จักกับไฟล์ System ext4 กันหน่อยมั๊ย

แอบไปอ่านเจอมาว่าตัว Ubuntu 9.04 ตัวใหม่ที่จะออกมัน Support ไฟล์ระบบแบบ ext4 ก็เลยเกิดคำถามขึ้นในใจว่า มันดีกว่า ext3 ยังไง คุณสมบัติเด่นๆ มีอะไรบ้าง ว่าแล้วผมก็ไปเริ่มที่ wikipedia ก็ไปเจอคำตอบมา ว่าแล้วก็ลองดูกันครับว่ามีอะไรน่าสนใจบ้าง

Posted in New technologies, linux | Tagged , | Leave a comment 347 views

How to install Opmanager version 7 on Ubuntu server 8.10.

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 … Continue reading

Posted in Network, linux | Tagged , | 1 Comment 1,489 views

How to enable RAM more than 4 GB on CentOS 5.

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 … Continue reading

Posted in linux | Tagged | 2 Comments 194 views

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

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 … Continue reading

Posted in Apache, DNS, Ubuntu, linux | Tagged , , , | 2 Comments 734 views