tailf – Watch logs in realtime
The most widely used command for monitoring log file is tail. Tail binary allows a user to watch the log file grow in realy time. Watching the log file grows…
The most widely used command for monitoring log file is tail. Tail binary allows a user to watch the log file grow in realy time. Watching the log file grows…
Redirection: With the > symbol you can forward the output of a command to a file (output redirection), with the < symbol you can use a file as input for…
This bash one liner should give the desired results; find /var ! -user root -type d -ls modify as needed
Top WordPress hacks of 2009 from http://www.catswhocode.com/blog/top-wordpress-hacks-of-2009 2009 has been a very prolific year for WordPress hacks. In this article, I’ll show you the most useful hacks I came across…
On a fresh Centos server with CPanel installed it seems that chkservd was not running. chkservd is a little CPanel utility that allows you to check from WHM what applications…
Chkservd is the service in cPanel that checks to make sure that services are running, then restarts them if necessary. It’s also responsible for the ‘Service Manager’ section in cPanel,…
If you store application data in memcache, you may want to invalidate it once you deploy a new version to avoid corruption or strange results. There are several ways to…