Add extra swap to linux server

If every server had plenty of RAM in the real world that does not happen. If for some reason you have a server with too little SWAP or you are hitting the max of the swap. Here is a quick way to add 1GB swap to the server. dd if=/dev/zero of=/usr/swapfilesys bs=1024 count=1024000 mkswap /usr/swapfilesys … Read more

Prevent .htaccess file modification while running easyapache

Most of the time, the recompilation process of Apache/php with Easyapache with WHM/cPanel server will be effected the users’ .htaccess file. Most probably the entries like “AddHandler” will be commented state. We can prevent the .htaccess file modification from the WHM tweak settings. In WHM-> Server Configuration -> Tweak Settings -> System set Depth to … Read more