3 minute read

Who am I

~/ whoami

Hey there, my name is Dana! ๐Ÿ‘ฉ๐Ÿปโ€๐Ÿ’ป

Iโ€™m not going to bore you right now and we will get straight to the point!

I suppose you want to know / understand / learn things that DevOps guys and girls do; from my experience so far I can tell you that every company understands DevOps differently โ€“ some will say that DevOps is automation, some will say itโ€™s development and others will say itโ€™s sys-admining โ€ฆ boy if I would ask my grandma she would think it is something or someone that cleans chimneys.

Where to start:

Operating systems ๐Ÿ’ป

I donโ€™t care who you are or what you do, you must understand how operating systems work (Linux, Windows even MacOs). Everything that you do, sits on an operating system.

The golden rule, atleast in Linux, is that everything is a file! Start exploring from there.

Networking ๐Ÿš 

Once you got to event understand why operating systems exist, you must understand what a network does. Or how a grandma might describe it: a bird nest = network, the bird = your computer that has an operating system, therefore your computer with an operating system sits in a network.

Scripting and programming ๐Ÿ‘พ

Your operating system doesnโ€™t understand โ€œgo fetch me some infosโ€, itโ€™s not a dog, you need to communicate with him using commands like โ€œechoโ€ , โ€œsudo aptโ€ or โ€œwhoamiโ€ โ€“ I ask myself every day.

Cloud or virtual machines โ˜๏ธ

From here things get funky. What you should know is that these are your bread and butter.

They are not something magical in the clouds, these are just simple servers(or baremetals) that someone else(preferably) hosts for you.

Stay close, I will teach you how to look for things and how to not die when things get nasty.

Comments