thewwwdotcom-blog/content/english/post/advice-for-newbies.md
Jason Evans db67aec7bb first
2024-09-21 16:32:21 +02:00

1.4 KiB

title date categories
Advice for Newbies 2020-01-28
general-tech
linux
system-administration

I originally wrote this as a reply to a Reddit post but as I saved it, comments were blocked.

2867374530_5feabdfbce_bGive yourself little tasks and projects to do. Think of it as being like model kit building. You start with the easy kits like a plane with just a few pieces and as you get better you pick up new things like painting, sanding, and eventually making bigger better kits.

So, start with small things. For example, write a small program with a for-loop and get to know what all if the commands are really doing. This is your basic kit. Add in some variables. Add in user input, and keep going trying new things. Eventually, challenge yourself by learning how to work with a GUI. Sometimes your program will break. This isn't a bad thing. It teaches you how to debug. What's important is to take your time and experiment.

The same goes for aspiring system engineers. Learn how to create a virtual machine and install Linux in it. Then learn how to create a web server and then how to get PHP and MySQL working, etc.

A computer course can teach you how to write good code or what all of the system services do that you need but what's most important is that you don't give up and never lose your curiosity.