Linux virgin Jun 02. 0518
Today I’m going to pick up a couple of old Dell PC’s from my dads workplace. What would I want with a couple of old PCs you may ask.
I’m planning to set up my first Linux box here at home for the purposes of web development. I’ve never done this before, have no idea where to start and no idea how long it will take.
Perhaps you’ve done this before? If you have, you might be able to give me some pointers.
My requirements are simple. I want to serve web pages across my local home network, use PHP and MySQL, be able to access the ‘httpd’ folder as a mapped drive on Windows, and perhaps install some other services such as subversion.
Get yourself a copy of the latest version of Fedora (or insert chosen distro pref here). When you set it up go through the installer and everything is pretty much handled automatically for you.
Note when you are asked for which packages you would like if you go through them you should be able to install from the CD/DVD all the necessary server packages you need.
However, if you need the absolute latest versions of anything you may need to omit this step and install from source or from a package.
For simplicity and to learn from, I would recommend installing PHP/MySQL etc off the CD/DVD as it will get you up and running quicker.
Another tip is to install all of the programming libraries and compiler stuff at the beginning so when you get into building packages later you won’t be missing loads of dependencies.
One more thing when I got started on Linux I kept a journal of commands I used as I learnt them. This came in quite handy when I forgot how to do something at the command line.
Good luck!