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: Web Server
Site redesign in progress
Alas, I have moved away from PHP and MySQL (wordpress) towards .NET and MSSQL (blogengine.net), although I still have many negative feelings towards Microsoft (mostly because of their licensing/DRM policies) and many positives toward open source and freedom from cost. WordPress rocks, don't get me wrong; boy wordpress and I sure had a lot of […]
Host your own site from your dynamic ip
If you have a linksys wireless router (usually blue with 2 antennas), chances are it has built in dyndns subscription software. Thats what I have anyway. I'm sure other routers have the same type of functionality. Dyndns will keep track of your ip address and allow you to associate it with a free host name. […]