6f87421044 | ||
---|---|---|
advanced | ||
assets | ||
essential | ||
homework | ||
.gitignore | ||
LICENSE | ||
generate_md.py | ||
generate_toc.py | ||
links.md | ||
outline.md | ||
readme.md |
readme.md
Hello world
Welcome!
Essential: introduction to linux
- Introduction to Linux
- How to create a virtual machine
- Breakdown of the Debian installation
- Exercise
- Quick look at an idle system
- Package managers
- Changing the runlevel
- Exercise
- Guest additions
Created by gh-md-toc
Essential: introduction to the commandline
- Introduction to the command line
- More about paths
- Exercise
- A pit stop to review what we've learned so far
- Arguments and flags
- Getting help
- Creating, modifying and deleting
- Editors
- Opening or peaking into files
- Exercise
- Finding stuff
- Exercise
- Searching inside files
- Exercise
- Exercise * Regular expressions
- Pipes and redirects
- Text manipulation
- Ideas
- Exercises
- Ideas
Created by gh-md-toc
Essential: introduction to administration
Created by gh-md-toc
Advanced: learning bash scripting
- bash
- Using variables to store the output of command
- Coding challenge - Output system stats
- Getting input into the script
- Coding challenge - Secret input * read multiple variables * Exercise - unpack values
- Coding Challenge - output the exact output below
- More math!
- If Statements - How to make decisions within your Bash script.
- Coding challenge - File information
- Coding challenge - pipe or argument?
- Loops - A variety of ways to perform repetitive tasks.
- Coding challenge - pipe or argument plus action!
- Coding challenge - Rename files
- Coding challenge - Rename jpeg files
- Coding challenge - Remove duplicate files
- Coding challenge - File tree
- Coding challenge - Compare and move
- Coding challenge - Guess the number
- Functions - Reuse code to make life easier.
- Coding challenge - Student reports
- User Interface - Make your scripts user friendly.
- Coding challenge - Address book
- Arrays in bash
Created by gh-md-toc
Advanced: learning shells
Created by gh-md-toc