Here are the steps I use when setting up WordPress on new Ubuntu server. Log into the console and grab a root shell Note: I don’t like typing sudo in front of every command $ sudo bash Install an ssh server to make remote management easy # apt-get install openssh-server Install a LAMP stack Note: […]
Tag Archives: Servers
Create an IDS on the Cheap
Having an Intrusion Detection System isn’t optional for network admins that are audited. An IDS is also very handy to have as it shows you everything that is going on. You don’t have to spend a lot of money on this, especially since most of the best tools are free. In my case, I wanted: […]
Upgrading Windows 2003 Domain to 2008 Domain
Fortunately, my company is enrolled in a 6 year microsoft subscription. This probably sounded appealing when Microsoft partners gave their speech (a year before they had a dedicated IT professional). I admit that it is nice to have a server license with the ability to upgrade to the current version at the time of my […]