Remove LAMP in Ubuntu
The most popular post on this site is the one showing how to install a LAMP server on Ubuntu. Once you're done developing your websites on your computer, you may want to remove the LAMP server from your Ubuntu installation. Actually, you probably want to leave the Linux part and only remove the AMP part, (Apache, MySQL, php).
I've done a post previously that shows how to do this in several steps, but I wanted to come up with a more automated way. Read more
Tux Tweaks Performance Enhancements
I spent a few hours this past weekend working on some performance optimization for the site. This site is run on the WordPress blogging software which has tons of great plugins available to add functionality. The downside to this is that most plugins tend to slow the website performance slightly. The exceptions to this are the plugins that are written specifically to speed up WordPress site performance. Read more
Lynx: A Text Only Web Browser
Today I'm going to show you how to install the Lynx web browser in Ubuntu 10.04. Lynx is a text only web browser that runs from the Linux terminal.
Why install Lynx?
Why would you want to run a browser like this? Well, the reason I run it is because it shows you how a website looks to a search engine bot. Read more
Installing LAMP on Ubuntu 10.04 and 10.10 (Lucid Lynx, Maverick Meerkat)
If you're developing websites, it's nice to be able to test your code in the privacy of your own computer rather that out in the public internet. In order to do that, you'll need to install a webserver on your development computer. LAMP (Linux, Apache, MySQL, php) is one of the most common web hosting platforms, so it's a perfect environment for you to build and test your website code. If you carefully follow these step by step instructions, you'll have your own LAMP setup, configured, and running in no time. Read more
Access Your Web Server From a VirtualBox Guest OS
If you've followed my posts on how to install LAMP on Ubuntu and basic Apache configuration, then you're probably interested in doing some cross browser testing of the websites you build. Felipe, one of my readers, asked a question on my Apache configuration post about accessing his local websites from a VirtualBox guest OS. Specifically, Felipe wanted to install Windows XP in a VirtualBox guest on his Linux system so that he could test his websites in Internet Explorer. Read more


