New and Helpful Posts Coming Real Soon…
Category Archives: Uncategorized
Telnet As An Amazing Troubleshooting Tool 😲
Telnet gets a bad wrap but is a powerful troubleshooting tool. Here’s how to confirm port 80 is available from Google (screen clearing is a *GOOD* thing and watch to the end): telnet google.com 80
Quickly Create An Ansible Task (Part 1)
(from scratch)
Exposing Python’s Module Search Path!
Revealing where Python looks when you run ‘import …’
Read and Troubleshoot Linux Config Files 10x Faster!
One of the biggest pain-in-rears with being a Linux admin is reading config files. But not just reading them: TROUBLESHOOTING them. Config files can get very long, and have a lot of – albeit helpful – screen crowding comments and empty lines. Comments and empty lines are just something we don’t care about when weContinue reading “Read and Troubleshoot Linux Config Files 10x Faster!”
Learning Linux Bash with tar command
In this post, I’ll use the tar command to reveal some secrets of the CLI-Universe. You may have seen the following before but had no clue what the heck it meant: tar -cvzf /tmp/backup.bzip.tar /tmp/example.txt Not only am I going to show you what this means (give you a fish), but I’m going to teach you howContinue reading “Learning Linux Bash with tar command”