Mail functionality on ubuntu VPS?

Friday, July 16th, 2010 86 views

On a linux machine, PHP uses a command line program called sendmail to send mail (funnily enough). What sendmail does is put the mail in the outgoing queue of the server MTA (mail transfer agent). Sidenote: the granddaddy of unix MTAs is called sendmail and that is where the name of the command line program [...]

How to change the IP ADDRESS on a Linux machine

Friday, July 9th, 2010 87 views

Sometimes you run into situations where you need to change the IP addresses on a Linux server. If you are a “Windows” or “GUI” person, you might feel lost when you have to change the IP address of a Linux machine from the command line. But no worries, the actual process of changing the IP [...]