Sysadmin.ID

  https://sysadmin.id

   



230 Stories by Sysadmin.ID

:: 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 5.6 (Final) Kernel...
0 13 sec read

:: installing postgresql on linux debian

:: what is postgresql please take a look this :: how to install postgresql on debian # aptitude install postgresql :: starting / restarting...
1 10 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 like : ###...
1 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 username profile (top-right)...
0 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 php5-cgi :: checking...
0 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 dsa keygen [...
0 41 sec read

:: virtual host on lighttpd

:: how to setup ligttpd vhost on linux debian + create directory for vhost website # mkdir -p /var/www/vhost/blackonsole.org/{http,logs} # mkdir -p /var/www/vhost/konsole.com/{http,logs} #...
0 28 sec read