tips

:: change date and time on xen vm

:: how to change date and time on xen vm + enable independent_wallclock on xen vm # echo 1 > /proc/sys/xen/independent_wallclock...
Sysadmin.ID
14 sec read

:: install epel repository on centos 5.6

:: what is epel repository The EPEL (Extra Packages for Enterprise Linux) repository is a community-based effort from the Fedora Project...
Sysadmin.ID
15 sec read

:: update centos 5.5 to 5.6

:: how to update linux centos 5.5 to 5.6 # yum update :: checking centos version # cat /etc/issue CentOS release...
Sysadmin.ID
13 sec read

:: enable fastcgi php on lighttpd

:: how to enable php-cgi on lighttpd + configure lighttpd for php fast cgi # vi /etc/lighttpd/lighttpd.conf ### add some line...
Sysadmin.ID
14 sec read

:: enable / disable visual editor on wordpress

:: how to disable / enable visual editor on wordpress 0. logging in to your wordpress dashboard, 1. clicking on your...
Sysadmin.ID
9 sec read

:: installing php5 on linux debian

:: what is php please take a look this :: how to install php5 on debian # aptitude install php5 php5-cli...
Sysadmin.ID
13 sec read

:: ssh [scp] login without password authentication

:: install dependency installing ssh-client (Debian) # aptitude install openssh-client :: configure ssh / scp login without password authentication + generate...
Sysadmin.ID
41 sec read