2009 April

Install LAMP on CentOS 5

Install LAMP (Linux Apache MySQL and PHP)

yum install httpd php php-mysql mysql mysql-server
chkconfig httpd on
chkconfig mysqld on
/etc/init.d/httpd restart
/etc/init.d/mysqld restart

set MySQL root password


[ Read the rest ... ]

By admin on April 21, 2009 | Posts | A comment?
Tags: , , ,

Shortcut keys for the bash shell

Key Description
Ctrl + A Go to the beginning current line

[ Read the rest ... ]

By admin on April 12, 2009 | Posts | A comment?
Tags: , ,