If you want to delete all files and dirs from /tmp use following command. cd /tmp chattr +i lost+found; deltree…
Guys, If you faceĀ semget error while restarting httpd. Please useĀ following command. ipcs -s | grep nobody | perl…
How can we customize Error document with .htaccess ? Just add following in your doc root to take the error…