Linux nick nack
Keeping Linux systems highly available is key for any modern organization, because minutes of downtime can be extremely costly in terms of revenue and productivity. It is also very essential for the Linux System administrators to monitor the health of the Linux Systems. Here is a list of 20 Linux System Monitoring Tools Every SysAdmin Should Know.
To autorun something after a reboot /sbin/chkconfig vsftpd on
Of course to not autorun something after a reboot /sbin/chkconfig vsftpd off
To find sometext from the command line: find . -iname '*.php' -exec grep "sometext" '{}' \; -print
Grey Words Blog






There are no comments or notes yet... Kick things up a notch by filling out the form below.