Pass is a command-line password manager that follows the Unix philosophy of being small, simple, efficient, and compatible. It works…
Here are some base guidelines I follow when setting up a new VPS manually without configuration management. These steps if…
The shell program pwgen is one of a number of password generation tools that creates both human-readable and machine formatted random…
Variables provide a simple way to share configuration settings between multiple applications and processes in Linux, and are mainly set…
Covers the general process of setting up a basic Minecraft server from start to finish. Along with how to configure…
Initial notes on installing plus base setup of Z Shell. Listed here are some of its often touted features. Auto-completion…
UFW is a popular and convenient firewall configuration tool originating from Ubuntu distributions. It’s a more accessible way of using…
Docker containers are a lot more scalable and modular once they have the links in place that allow them to…
This time we are beginning by centering around the Docker daemon and how it interacts with various process mangers from…
In this post we run a python program in a Docker container sourced from the user guide. Look at the…