Feed on
Posts
Comments

Tag Archive 'Linux'

Well, we have been well and truly told:
You are kidding arent you ?
Are you saying that this linux can run on a computer without windows underneath it, at all ? As in, without a boot disk, without any drivers, and without any services ?
That sounds preposterous to me.
If it were true (and I doubt it), [...]

Read Full Post »

 
This tutorial is designed to help you install the LAMP (Linux,Apache,MySQL,PHP) combo on your Ubuntu machine.
What You Need
Ubuntu (Obviously)
Root Access Password
About 7gigs HDD space (ish)
Step 1
You firstly need to install Apache 2 onto your machine. Fire up the terminal, and enter:
sudo apt-get install apache2
It should then install automatically.
To start Apache, use the following command:
sudo /etc/init.d/apache2 [...]

Read Full Post »