Skip to content

Tecnophille/alx-system_engineering-devops

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

System engineering & Devops

Module of System engineering and Devops, carried out during Software Engineering at ALX.

Technologies

  • Scripts written in Bash
  • Tested on Ubuntu 20.04 LTS

Projects

All of the following folders are projects done during the studies:

Project name Description
0x00-shell_basics It aims to learn about basics commands, navigation, files and directories in Shell
0x01-shell_permissions It aims to learn about man pages, permissions (owner, group and other) of files and directories in Shell
0x02-shell_redirections It aims to learn about how to handle standard input and output and how to combine commands and filters with redirections in Shell
0x03-shell_variable_expansions It aims to learn about alias builtin, help builtin, local, global and reserved variables (PATH, HOME and PS1), special parameters $? and single an double quotes in Shell
0x04-loops_conditions_and_parsing It aims to learn about loops (while, until and for), condition statements (if, else, elif and case), shebangs and how to create SSH keys with Bash
0x05-processes_and_signals It aims to learn about PID, processes and commands that handles them (ps, pgrep, pkill, kill, etc) in Bash
0x06-regular_expressions It aims to learn about how to build a regular expression
0x07-networking_basics It aims to learn about what is an OSI model, LAN, WAN, IP address, localhost, subnet and TCP/UDP