The web has been abuzz this week with the news that Google has released an early version of their new Chrome OS. This early version is actually the open source Chromium OS. If you really want to get a feel for this new operating system, you can follow the directions on the Chromium OS site to compile and build the OS to make your own flash drive image or VMware image. I was unable to get my VMware image running, but my flash drive image does work. Continue reading
Tag Archives: HowTo
How To Install WordPress on Ubuntu: Part 2
In Part 1 of How To Install WordPress on Ubuntu I showed you some of the steps required to get Ubuntu ready for a fresh installation of WordPress to use for web development. In Part 2 I’ll go through the steps of installing WordPress itself.
First, you need to download the latest version of WordPress. As of this writing, the latest is version 2.8.6. Continue reading
How To Install WordPress on Ubuntu: Part 1
In this first part of How To Install WordPress on Ubuntu, I’m going to show some of the things you need to do to prepare your system for the actual WordPress installation. I’ll cover the steps of installing WordPress itself in Part 2.
Install LAMP
LAMP stands for Linux, Apache, MySQL, php. This is the basic web server setup you need to host a website. Even though you won’t be hosting the site out to the internet, you’ll need to have LAMP installed and configured to run WordPress on your computer. This tutorial assumes that you already have Ubuntu installed. Then, install LAMP on Ubuntu. Continue reading
Ubuntu 9.10 Post Installation To-Do List
Install video drivers
If required/desired, install hardware specific video drivers (nVidia or ATI). Go to System?Administration?Hardware Drivers and enable the drivers for your video card. You will need to reboot to make this take affect. Continue reading
Install LAMP on Ubuntu 9.10 Karmic Koala
Why install LAMP on your desktop computer?
Why would I want to install and set up a LAMP (Linux, Apache, MySQL, php) stack on Ubuntu 9.10? It’s useful if you want to set up a private web development environment. Perhaps you want to develop your own WordPress theme. If you are developing websites and experimenting, it’s nice to do it in the privacy of your own computer, rather than out on the public internet. Continue reading