Learn CentOS, any tips?

Discussion in 'Site & Server Administration' started by aliks0905, May 1, 2009.

  1. #1
    Does anyone have any tips on how to get started with CentOS? I've rarely used linux through the command line so I have very little idea how and what kinds of commands I need to use to set up my hosting such as apache, php, etc.

    I've found a few tips on installing apache, php, mysql, but most of those tutorials assume you know basic functions of linux.

    Any advice appreciated...thanks.
     
    aliks0905, May 1, 2009 IP
  2. Camay123

    Camay123 Well-Known Member

    Messages:
    3,423
    Likes Received:
    86
    Best Answers:
    0
    Trophy Points:
    160
    #2
    learn unix command first. unix is the base for linux.
     
    Camay123, May 1, 2009 IP
  3. cfortner

    cfortner Peon

    Messages:
    46
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Centos is a free distro, install it on a machine you can work with locally as a test box. Older hardware usually isn't a problem!

    That aside MAN is your best friend, any command you want to know about you can type man <command>

    Secondly the easiest way to get a list of the available commands is to type <tab> <tab>, this will bring up an alpabetized list of the available commands.

    With google and MAN pages there is a wealth of knowledge concerning the subject that is easily accessible.
     
    cfortner, May 1, 2009 IP
  4. Tropp

    Tropp Well-Known Member

    Messages:
    108
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    110
    #4
    Tropp, May 1, 2009 IP
  5. daringtakers

    daringtakers Well-Known Member

    Messages:
    808
    Likes Received:
    23
    Best Answers:
    0
    Trophy Points:
    110
    #5
    We both are in the same boat. I just started learning linux (CentOS). My goal is to learn server administration so that I can manage hosting servers.

    - The best way to learn is by practice, I just bought a cheap VPS so that I can play with it.
    - Get a RHEL 5 server administration book, and start reading it. CeneOS is same as RHEL5
    - Learn basics of shell, scripting, package management, networking, DNS stuff etc..
    - Learn stuff like quota management, user and permission management and other system admin stuff.

    Hope it helps.
     
    daringtakers, May 1, 2009 IP
  6. aliks0905

    aliks0905 Member

    Messages:
    97
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    41
    #6
    thanks guys. those links and advice have helped me a lot. I understand how linux works and understand networking, server structure, dns alright, its the command line that I just have an issue with, so the link to all of the commands is a great resource.

    in the mean time, I've already managed to get most things working while switching from windows to linux.
     
    aliks0905, May 1, 2009 IP
  7. rob_v

    rob_v Peon

    Messages:
    72
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    #7
    Here is a tip - learn to use the command line - use the GUI shit only AFTER you understand how it works from the command line.
    Ie - when you need to create a user- learn how to do it from the command line - (useradd / passwd)
     
    rob_v, May 4, 2009 IP