Hack 81. Validate the httpd.conf after making changes Hack 81. Validate the httpd.conf after making changes by Ramesh Use option -t to validate whether there are any issues...
Hack 76. Pass different httpd.conf filename to apachectl Hack 76. Pass different httpd.conf filename to apachectl by Ramesh Typically you’ll modify the original httpd.conf ...
Hack 59. Force history not to remember a particular command using HISTCONTROL Hack 59. Force history not to remember a particular command using HISTCONTROL by Ramesh When y...
Hack 58. Erase duplicates across the whole history using HISTCONTROL Hack 58. Erase duplicates across the whole history using HISTCONTROL by Ramesh The ignoredups shown abo...
Hack 2. Use cd alias to navigate up the directory effectively Method 1: Navigate up the directory using “..n” Method 2: Navigate up the directory using only dots Method 3: Naviga...
Hack 1. Use CDPATH to define the base directory for cd command Hack 1. Use CDPATH to define the base directory for cd command by Ramesh If you are frequently performing cd ...
Hack 60. Clear all the previous history using option -c Hack 60. Clear all the previous history using option -c by Ramesh Sometime you may want to clear all the previous hi...
Hack 77. Use a temporary DocumentRoot without modifying httpd.conf Hack 77. Use a temporary DocumentRoot without modifying httpd.conf by Ramesh This is very helpful, when y...