Check free disk space in Linux Get link Facebook X Pinterest Email Other Apps - March 19, 2015 df -h df -h /path/to/dir Read more
Checking disk space usage Get link Facebook X Pinterest Email Other Apps - March 19, 2015 du - kscx * Read more
Start/Stop MySQL Server on CentOS Get link Facebook X Pinterest Email Other Apps - March 19, 2015 Stop MySQL Server # /etc/init.d/mysqld stop Start MySQL Server # /etc/init.d/mysqld start Restart MySQL Server # /etc/init.d/mysqld restart Read more
Apcahe configuration file location in CentOS Get link Facebook X Pinterest Email Other Apps - March 02, 2015 Get the path of running Apache: ps -ef | grep apache Append -V argument to the path Configuration file is SERVER_CONFIG_FILE under HTTPD_ROOT directory Read more