hosted by liquidweb


Go Back   Web Hosting Talk : Web Hosting Main Forums : Managed Hosting and Services : Quickest way to learn how to manage?
Reply

Managed Hosting and Services Discussions on hosting and services offered by managed service providers. This includes reviews and general questions and answers about the managed services segment of hosting. Whether you purchased managed hosting or hired someone to manage your server, you're in the right place.
Forum Jump

Quickest way to learn how to manage?

Reply Post New Thread In Managed Hosting and Services Subscription
 
Send news tip View All Posts Thread Tools Search this Thread Display Modes
  #1  
Old 08-06-2006, 10:52 PM
DonKon DonKon is offline
WHT Addict
 
Join Date: Aug 2006
Posts: 105

Quickest way to learn how to manage?


Hello,

I was wondering whats the quickest way to learn how to manage a server?

Is there any hands on tutorials online? Any information guides, im mostly curious about linux since i heard they are more secure..

Thanks

Reply With Quote


Sponsored Links
  #2  
Old 08-08-2006, 04:13 AM
Katatonic Katatonic is offline
Web Hosting Master
 
Join Date: Jun 2006
Location: Support Ticket Near You!
Posts: 1,094
Firstly, Linux isn't more "secure". It just depends how it's configured and by whom usually.

What do you need to "manage"?

You could be managing the networking, clustering, performance, security, maintainence (physically and virtually) etc...

There would be plenty of IT courses around that you could attend depending on where you are.

If you must do it online, you're better off setting up your own Linux box (if that's the path you choose) and work from there.

Nothing more than hands on experience.

You can set the machine up locally (own home network) before migrating to bigger and better things.

Reply With Quote
  #3  
Old 08-08-2006, 05:22 AM
DonKon DonKon is offline
WHT Addict
 
Join Date: Aug 2006
Posts: 105
where can i find a guide on how to set one up locally?

Reply With Quote
Sponsored Links
  #4  
Old 08-08-2006, 05:37 AM
Mini Mini is offline
Aspiring Evangelist
 
Join Date: Jul 2005
Posts: 364
Google.

Honestly, I've never been to any computer courses, it's all experience.

Mini

Reply With Quote
  #5  
Old 08-08-2006, 05:56 AM
Katatonic Katatonic is offline
Web Hosting Master
 
Join Date: Jun 2006
Location: Support Ticket Near You!
Posts: 1,094
You can't even install Linux onto a machine at home?

Just get a spare box. Linux will run on anything.

Reply With Quote
  #6  
Old 08-08-2006, 06:22 AM
cywkevin cywkevin is offline
Predatory Poster
 
Join Date: Jul 2003
Location: Goleta, CA
Posts: 5,550
There is no quick way to learn server management. I've been working in this industry for years and there's still so much that I don't know.

Reply With Quote
  #7  
Old 08-08-2006, 06:49 AM
Katatonic Katatonic is offline
Web Hosting Master
 
Join Date: Jun 2006
Location: Support Ticket Near You!
Posts: 1,094
Quote:
Originally Posted by pixelized
There is no quick way to learn server management. I've been working in this industry for years and there's still so much that I don't know.
Unless we live in the Matrix

Reply With Quote
  #8  
Old 08-08-2006, 07:20 AM
stephanhughson stephanhughson is offline
Web Hosting Guru
 
Join Date: Jan 2006
Posts: 268
Just doing it, and looking up each thing you need to do isn't too bad, but you might break things every now and then.

The trouble is, there are many guides on the internet about how to do things, but they assume that you have things set up in similar ways, and you might not.

I started off with a computer at home running Windows (with server software), then Linux that I could wipe if I did anything wrong and just felt like starting again.

Good luck!

__________________
www.fishycam.com

Reply With Quote
  #9  
Old 08-10-2006, 01:26 AM
besty besty is offline
Web Hosting Master
 
Join Date: Mar 2006
Posts: 644
It's like ocean and we can't dive into each and every section. If you are very particular like installation, particular security/troubleshooting then it is possible to have tutorial.

Check with the basic guide. I believe it would be usefull or you

http://www.openna.com/documentations/documentations.php

http://www.openna.com/pdfs/John_Holbrook_GSEC.pdf

Reply With Quote
  #10  
Old 08-12-2006, 11:04 PM
LightTPD LightTPD is offline
Junior Guru Wannabe
 
Join Date: Aug 2006
Posts: 88
Read Centos and FreeBSD tutorials and handbooks. It'll take time. All of us learn everyday.

Reply With Quote
  #11  
Old 08-13-2006, 02:54 AM
Jeremy Jeremy is offline
Remote hands for Los Angeles
 
Join Date: Feb 2003
Location: Los Angeles, CA
Posts: 2,487
Get a really dirt cheap vps and try stuff on it. Learn to compile a few things and install some basic apps.

http://www.webhostingtalk.com/showthread.php?t=522376 there's a link in there that might help with some things.

__________________
Remote Hands and Your Local Tech for the Los Angeles area.

(310) 573-8050 - LinkedIn


Reply With Quote
  #12  
Old 08-13-2006, 09:10 AM
Galaxy-Hosts Galaxy-Hosts is offline
Web Hosting Guru
 
Join Date: May 2006
Posts: 270
heres what I did several years back. Figure out which operating system you want to learn on and install that on a spare computer you have laying around. Then research how to secure that operating system. Install all your security and patches thru the command prompt. Do not use a GUI, you will be using a command prompt on the remote server. And the last pointer I have is, Google is your best friend. Good Luck

Reply With Quote
  #13  
Old 08-13-2006, 01:28 PM
mhalligan mhalligan is offline
Web Hosting Master
 
Join Date: Feb 2004
Posts: 962
Quote:
Originally Posted by DonKon
Hello,

I was wondering whats the quickest way to learn how to manage a server?

Is there any hands on tutorials online? Any information guides, im mostly curious about linux since i heard they are more secure..

Thanks

How about learning how the technologies work? Learn how to be a systems administrator, or hire one. Here's the list I recommend to anybody that asks
me "what do I do to become a systems administrator".

Websites:

- http://www.lopsa.org/
- http://www.sage.org/
- http://www.usenix.org/ (conference proceedings alone are worth the membership)
- http://www.stokely.com/
- http://www.infrastructure.org/ (to get you into the mindset of infrastructure thinking)

Books:

The Practice of System and Network Administration by Tom Limoncelli & Christine Hogan
Design of the UNIX Operating System - Maurice J Bach
Operating Systems: Design & Implementation - Tanenbaum
Adavnced Programming In The Unix Environment - Richard Stevens
TCP/IP Illustrated Vols 1-3 - Richard Stevens
Firewalls and Internet Security - William Cheswick
Essential System Administration, Third Edition - Æleen Frisch
UNIX Sysetms Administration Handbook - Evi Nemeth
Linux Administration Handbook (2nd Edition) by Evi Nemeth
Modern Operating Systems (2nd Edition) - Tanenbaum

Reply With Quote
  #14  
Old 08-13-2006, 03:18 PM
slice16 slice16 is offline
Web Hosting Master
 
Join Date: Jul 2003
Location: Manchester (UK)
Posts: 710
as many people are saying above. best bet is to setup a box at home. install one of the popular server distributions (most popular seems to be centos (identical to RedHatEnterprise). This is what i started to learn on (i am still learning, most admins will never stop learning). Play about with apache, exim, proftp etc.

Also, keep reading, google is your best friend. I also found sites like WHT helped me alot, with information on new security flaws, and links to tutorials on how to secure the operating systems. There are also loads of tutorials in the Technical and Security forum.

Just keep practising, and dont use the GUI. Then, when you have the basics, get yourself a cheap VPS. Then its based at a DC, and you can run your own sites on there. And if it breaks, you have the support staff to fix it for you.

Wish you the best off luck

__________________
Paul Sanders
TameYourCloud.com | Visit my Blog

I am buying hosting companies. Please email commercial[at]yobah.net if you are interested!

Reply With Quote
  #15  
Old 08-14-2006, 09:07 AM
hiwd hiwd is offline
Junior Guru Wannabe
 
Join Date: Jan 2005
Location: Dublin, Ireland.
Posts: 41
If your interested in cPanel/WHM have a look at the below URL, it has alot of tutorials for installed different things, security etc...

http://www.dedicated-resouces.com

Reply With Quote
Reply

Related posts from TheWhir.com
Title Type Date Posted
IP Possibilities 2012 Web Hosting Events 2012-03-30 12:45:03
Cloud Host ScaleXtreme Launches Cloud Service Provider Program Web Hosting News 2012-01-31 16:55:10
Software Firm Rackwise Wins Ecommerce Web Host SimpleHelix Web Hosting News 2012-01-23 14:05:30
Web Host Go Daddy Mobile App Surpasses 1 Million Downloads Web Hosting News 2012-01-10 16:46:34
Cloud Host VPS.NET Launches Beta of Desktop-like Control Panel Web Hosting News 2011-12-07 16:17:52


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes
Postbit Selector

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off

Forum Jump
Login:
Log in with your username and password
Username:
Password:



Forgot Password?
Advertisement:
Web Hosting News:



 

X

Welcome to WebHostingTalk.com

Create your username to jump into the discussion!

WebHostingTalk.com is the largest, most influentual web hosting community on the Internet. Join us by filling in the form below.


(4 digit year)

Already a member?