linux
Testing Shell Scripts with "BATS"
Deceptively simple Bash scripts everywhere are acting as the backbone of critical systems. Shouldn't they be tested like any other piece of software? BATS-Core is a simple, easy-to-use, yet powerful testing framework for Bash scripts.
9 min readLast updated: September 20, 2021Making Your Own Home Media Server With Plex And Docker-Compose
Become the ultimate cord cutter and make your own Netflix-like service at home with an old computer and Plex.
8 min readLast updated: September 16, 2021Kubernetes in 10 minutes
What is Kubernetes? TechSquidTV breaks down Kubernetes in 10 minutes in this YouTube video.
6 min readLast updated: September 16, 2021How To Speed Test Your VPS
Is your VPS provider giving you adequate upload and download speeds? Use the speedtest-cli package to run a speed test from the terminal.
2 min readLast updated: September 16, 2021How to install WordPress with Docker-Compose
Docker makes it easy to manage and develop online web applications and Docker-Compose makes it simple to manage multiple Docker containers. With only 2 containers and an incredibly simple configuration file, we can launch our own WordPress installation in under 10 minutes.
3 min readLast updated: September 16, 2021Your Unix terminal is ugly! Here's how to make it beautiful.
Make your Unix terminal beautiful and functional. Just because you live in the command line doesn't mean you have to live in the 80's
12 min readLast updated: March 6, 2022What Is Docker?
In short, Docker allows you to “containerize” applications and scripts. If you are familiar with virtual machines, it is almost like that except a whole lot more efficient for some use cases.
8 min readLast updated: September 16, 2021