Hi all, I am looking to purchase a low end box and use it for learning purposes. Could any of you please share and links to good tutorials or guides that will teach me about how to manage a linux server? thanks
First set a goal/project on something that you would like to achieve. Then use google to find sites that describes way to reach that goal. Look into the different ways and understand the difference.
That way is a better way of learning then just reading a page or book from cover to cover. You will remember more if you can associate with real life scenarios.
@MikHo said: That way is a better way of learning then just reading a page or book from cover to cover.
Don't discount the power of books They can provide an organized learning experience that you won't get from google.
My first linux was slackware, downloaded from a dialup BBS (pre-Internet), written to a series of 5-1/4" floppies and then installed on an old 386-SX machine. Amazingly it booted and gave a command prompt. I spent the next two weeks typing random things and hitting < enter >. 'dir' worked Then I got to town and a bookstore, and bought a 1,000 page 'Learning Linux' book. All was revealed in a nice orderly fashion
Comments
One of the best for setting up services for linux servers of varying os'es
http://server-world.info/en/
Install apache and play around with it. and use google. it has almost everything
host a blog or somthing
http://www.if-not-true-then-false.com/
cyberciti.biz
First set a goal/project on something that you would like to achieve. Then use google to find sites that describes way to reach that goal. Look into the different ways and understand the difference.
That way is a better way of learning then just reading a page or book from cover to cover. You will remember more if you can associate with real life scenarios.
http://howtoforge.com has a lot of good clear Linux/Unix tutotials about a huge amount of topics...
try:
http://www.commandlinefu.com/commands/browse
I've found one of the best resources for basic things is actually Linode's Wiki:
http://library.linode.com/
They'll run you through how to setup/configure things like Apache, Nginx, PHP, MySQL, Load Balancing, Monitoring, Email, etc.
These are some very cool resources / Thanks for posting all !
Here are a few more:
http://www.cyberciti.biz/tips/linux-unix-commands-cheat-sheets.html
http://www.nixtutor.com/linux/all-the-best-linux-cheat-sheets/
http://www.thegeekstuff.com/2011/12/linux-performance-monitoring-tools/
http://www.techrepublic.com/blog/10things/the-10-most-useful-linux-commands/452
Dave
Don't discount the power of books
They can provide an organized learning experience that you won't get from google.
My first linux was slackware, downloaded from a dialup BBS (pre-Internet), written to a series of 5-1/4" floppies and then installed on an old 386-SX machine. Amazingly it booted and gave a command prompt. I spent the next two weeks typing random things and hitting < enter >. 'dir' worked
Then I got to town and a bookstore, and bought a 1,000 page 'Learning Linux' book. All was revealed in a nice orderly fashion 
Easy to learn and follow putting your hands, The Perfect Server Series from HowtoForge ( Not so perfect but for train is great )
some examples
http://www.howtoforge.com/perfect-server-debian-lenny-ispconfig3
http://www.howtoforge.com/perfect-server-centos-5.2
http://www.howtoforge.com/perfect-server-ubuntu-12.04-lts-nginx-bind-dovecot-ispconfig-3
http://www.howtoforge.com/perfect-server-centos-6.3-x86_64-nginx-dovecot-ispconfig-3
this
An excellent book that I have been working through at the command line to refresh what I used to know: The Linux Command Line: A Complete Introduction