Setup exim4 to use Gmail in Ubuntu

How to install exim4 and setup your Gmail account as SMTP Server. Step by step guide on how to install exim4 in your Ubuntu.

How to remove Apache logs & errors

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

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

Optimize MySQL turning Off InnoDB

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

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

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

How to unzip files in Ubuntu

First of all you should check if you have it installed. Just type unzip. If it’s installed it will show all the options for this command.

Next »