1

I'd like to be able to manage my dedicated server properly. It's running WHM 11.28.87 and CENTOS 5.5 x86_64.

I can find my way around WHM and cPanel easy enough. I would really like to know the command line stuff/Common tasks/Best practices etc.

Video tutorials are preferred but I really just want the best resources.

firefusion
  • 1,087
  • 2
  • 14
  • 26
  • I'd probably start with an [install guide](http://www.centos.org/docs/5/). Keep in mind that most commands and configuration files have documentation on the system: `man man` for details, `man ssh` for something immediately useful to know more about. :) – sarnold Mar 23 '11 at 11:47

1 Answers1

1

You'll need to learn the command line first, and then ideally specialise in stuff related to WHM and cPanel.

For a good starter on the command line try a Peepcode screencast like this one:

http://peepcode.com/products/meet-the-command-line

George
  • 4,906
  • 2
  • 16
  • 21