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: Linux
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: […]