#devops
Read more stories on Hashnode
Articles with this tag
Learning Python: The Basics · Introduction Python is a programming language which is: Easy to learn simple syntax easy to setup Large...
Introduction to Build & Package Manager Tools: What are built and package manager tools? When developers create an application, it needs to be...
Bash Scripting for DevOps with resources · Pre-Requisites to learn Bash/Shell Scripting: Linux basics Command line basics No programming knowledge...
Networking for DevOps · How did it all start? During the Cold War, the United States and the Soviet Union competed to be the best. In 1957, the Soviet...
System Administration - Linux 101 - Part 03 · Linux file editor(vi): A text editor is a program that enables you to create and manipulate data (text) in...
Linux 101 - Part 2 · Linux Command Syntax: Commands typically have the syntax: command option argument or ls [OPTION]... [FILE]… for example: ls -ltr...