Linux

How to remove Apache logs & errors

Apache

Use the following command to remove all the files and directories inside your apache2 log. You may want to reload it after deleting.

 

Check Disk Space in Ubuntu

Linux

If you want to check your server disk space in Ubuntu run the following command

 

How to Update & Upgrade in Ubuntu

Linux

Very simple and very important. Keep your server up to date with two simple commands

 

Optimize MySQL turning Off InnoDB

MySQL

If your MySQL databases uses MyISAM instead of InnoDB you should turn the last one Off. It should free memory and optimize your MySQL performance.

 

How to Delete all E-mails from SSH

Linux

I’ve been struggling with the e-mails in the new VPS for the past few days. I’m not done yet but I’ve learned a couple of things…

 

How to install APC for PHP

Linux

Boost your server performance with APC for PHP. The default settings are usually fine but you might want to look at advanced configuration.