Episode Notes
Jump to navigation
Jump to search
Howto's:
How to Homelab |
---|
How to Homelab: 3 awesome apps to run on your Raspberry Pi |
Linux Essentials |
---|
Linux Essentials: The pacman command |
Linux Essentials: The Arch User Repository |
Docker Essentials:
Docker is an awesome way to run your apps, and this series will teach you all the basics you'll need to start utilizing it.
Episode Number | Title |
---|---|
01 | Introduction |
02 | What is Docker? |
03 | Installing Docker |
04 | Running Containers |
05 | Making Containers Persist |
06 | Accessing Containerized Apps |
07 | Creating Images |
Getting Started with Ansible:
Ansible is an incredible configuration management and provisioning utility that enables you to automate all the things. In this series, you'll learn everything you need to know in order to use Ansible for your day-to-day administration duties.
Episode Number | Title |
---|---|
01 | Introduction |
02 | SSH overview & Setup |
03 | Setting up the Git Repo |
04 | Executing ad-hoc Commands |
05 | Running elevated Commands |
06 | Writing our first Playbook |
07 | The "when" Conditional |
08 | Improving your Playbook |
09 | Targeting Specific Nodes |
10 | Tags |
11 | Managing Files |
12 | Managing Services |
13 | Managing Users |
14 | Roles |
15 | Host Variables |
16 | Templates |
Getting Started with Arch Linux:
The Arch Linux Beginners Guide takes you through the creation of your very own Arch Linux installation, all the way up to the desktop environment, and beyond.
Episode Number | Title |
---|---|
01 | Introduction |
02 | Starting the Installation |
03 | Finishing the Installation |
04 | Installing Desktop Environments |
05 | The sudo command |
06 | Managing Packages |
07 | The Arch User Repository (AUR) |
08 | Process Management |
09 | Basic Security |
Coding in Python:
The Python series takes you from being a complete beginner and gets into more advanced content as you go along.
Episode Number | Title |
---|---|
01 | Introduction |
02 | The Python Shell |
03 | More about Strings |
04 | Setting up Variables |
05 | Lists and Dictionaries |
06 | Converting Data Types |
07 | Additional String Methods |
08 | The Help Function |
09 | Writing Scripts |
10 | Comments and Style |
11 | Functions |
12 | Local vs Global Variables |
13 | User Input |
14 | If Statements |
15 | While Loops |
16 | For Loops |
17 | Tuples |
18 | The OS Module |
19 | More OS Module Fun |
20 | Subprocess |
21 | Exception Handling |
22 | Working with Files |
23 | Virtual Environments |
24 | Serving a Web Page |