linux

How to: Static IP from command line in Ubuntu-Server

n Ubuntu-Server everything is from the command line, and most likely your going to need to set a static ip to your server. All network interface settings are in the /etc/network/interfaces file. Here is what to do:

1. Backup /etc/network/interfaces 2. edit the file with vi. Here you can set the More >

Using XML to store/send emails

This has been a rough week, 4 assignments, an MIS, etc. I made that phpPostFix script, its very simple, but I won’t be able to use it. My main server with GoDaddy is so terrible. Its running an old version of PHP (4.2). This version did not have file_get_contents as More >

How-To: Set up SVN with Apache2 in Linux (Ubuntu)

nitially I didn’t plan on writing anything up about this, since its pretty basic to setup. But I ran into a slight problem, which I imagine others might run into also. I guess most would have Apache running already, so all that is needed is SVN:

Code: 1 
> apt-get install More >