Learn about Centmin Mod LEMP Stack today
Become a Member

Sysadmin Manage your server

Discussion in 'System Administration' started by dooma, Nov 16, 2016.

  1. dooma

    dooma Active Member

    326
    34
    28
    Oct 15, 2016
    Cairo
    Ratings:
    +49
    Local Time:
    1:59 PM
    Hello,


    What do you think the most important skills that you must learn to be able to manage and secure your own linux server to host your websites ?

    Thanks
     
  2. eva2000

    eva2000 Administrator Staff Member

    58,895
    12,490
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +19,122
    Local Time:
    9:59 PM
    Nginx 1.31.x
    MariaDB 10.x/11.4+/12.3+
    Definitely the skills of google-fu, reading and practise. If i don't understand something, the order i go about learning is
    • read official manual documentation
    • google-fu + read dozens and dozen how to guides for the same topic/task to get a feel for the big picture overview of the topic/task
    • reading webhosting, system admin related forums/mailing lists where folks post their problems and get a solution
    • then refer back to official manual documentation on topics and terminology mentioned in those how to guides or forums/mailing lists
    • then practice over and over
    • then only after all above, if i still have questions or issues will i seek out help in asking on forums, mailing lists etc
    You learn more from making the mistakes and then figuring out the correct way to do it ;) Which means always have a test server to test and practise on. I use local virtualbox to setup test servers and heavily use snapshot feature CentOS 7.x - CentOS 7.0 Install on VirtualBOX Guest Server | Centmin Mod Community
     
  3. eva2000

    eva2000 Administrator Staff Member

    58,895
    12,490
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +19,122
    Local Time:
    9:59 PM
    Nginx 1.31.x
    MariaDB 10.x/11.4+/12.3+
    Ah my above advice still very relevant 6yrs later :D ;)