DevOps Tools • 3 min read How to Install Terraform on Debian Linux Terraform is a program used to build infrastructure automatically—without having to access a cloud provider's console. Terraform…
Linux • 3 min read Debian 11 Linux Install (GUI) in a KVM Virtual Machine Let's install Debian 11 as a virtual machine. I'll be using KVM as my virtualization platform…
Linux • 11 min read Analysis with top in Linux There are a lot of analysis programs for Linux. One of the most famous is the top program. The long-lived…
Linux • 10 min read KVM - Installation and Fundamentals Do you run Linux? Are you ready to move beyond ordinary virtualization methods? KVM is one of my favorite Linux…
Linux • 3 min read Introduction to Vim Vim is a commonly used text editor. I use it everyday to work with programs, scripts, and especially, configuration files.…
Linux • 1 min read Basic Usage of OpenSSH SSH is the Secure Shell, and it is widely used to remotely control computers from the command line. Here'…
Other Posts! • 3 min read How to Install VirtualBox with a NAT Network and SSH VirtualBox is a free, open source virtualization platform that you can run on Linux, Windows, or macOS (among others). Because…
Linux • 4 min read How to Install Debian Server ⚠️As of the writing of this article, VirtualBox can automatically install Debian when you finish creating the virtual machine. However,…
Linux • 1 min read How I use Tilix Tilix is a tool used for terminal multiplexing on computers running Linux. It is super-functional and highly-customizable. My main goal…
Linux • 8 min read Kea DHCP4 Installation & Configuration This article contains information regarding the installation, configuration, and testing of ISC's Kea DHCP4 server. I run my…