tux Do not start MySQL on startup

Stopping to autostart mysql service

(firstly u must be sure to there is a<strong> /etc/init.d/mysql or mysqld</strong> )

# chkconfig --list | grep mysqld
mysqld          0:off   1:off   2:off   3:on   4:on   5:on   6:off
# chkconfig --level 345 mysql off
error reading information on service mysql: No such file or directory
# chkconfig --level 345 mysqld off
# reboot
December 20, 2009
Posted in Linux Tips — admin @ 3:34 pm

tux How to autostart MYSQL (init.d and chkconfig)

chkconfig

The chkconfig command can also be used to activate and deactivate services. If you use the chkconfig –list command, you will see a list of system services and whether they are started (on) or stopped (off) in runlevels 0-6 (at the end of the list, you will see a section for the services managed by xinetd.
(more…)


Posted in Linux Tips — admin @ 3:30 pm

tux Remove directory not empty linux console

How to remove a directory in linux console

first look at rm command .
(more…)

November 17, 2009
Posted in Linux Tips — banias @ 4:05 pm

tux Linux rm command

(more…)


Posted in Linux Tips — banias @ 3:57 pm

tux php_network_getaddresses: getaddrinfo failed

if you get an error like this:
(more…)

November 12, 2009
Posted in Linux Tips — banias @ 2:23 pm

tux Linux DNS flush

how to flush your DNS and clear DNS cache in linux

get a console and type this command
(more…)


Posted in Linux Tips — banias @ 2:05 pm

tux How to change DNS settings on linux

To change linux DNS settings

in console type
(more…)


Posted in Linux Tips — banias @ 2:04 pm

tux qmail invalid language file error

http://localhost/cgi-bin/vqadmin/vqadmin.cgi error in Qmail

(more…)

November 11, 2009
Posted in Linux Tips — banias @ 7:37 pm