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.
This is a simple solution for backup running config on Cisco switch&router. Before you start to backup you should install
After installed tfpt service & expect command. You can test to backup script by my example script below.
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
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.
yum install php-ldap
vi /etc/php.ini
add extension=ldap.so
service httpd restart
แอบไปอ่านเจอมาว่าตัว Ubuntu 9.04 ตัวใหม่ที่จะออกมัน Support ไฟล์ระบบแบบ ext4 ก็เลยเกิดคำถามขึ้นในใจว่า มันดีกว่า ext3 ยังไง คุณสมบัติเด่นๆ มีอะไรบ้าง ว่าแล้วผมก็ไปเริ่มที่ wikipedia ก็ไปเจอคำตอบมา ว่าแล้วก็ลองดูกันครับว่ามีอะไรน่าสนใจบ้าง
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.
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 these are steps for solve this problem.
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 :