top of page




Install Arch On WSL
How to install Arch on WSL.
Aug 272 min read
Â


My Terminal and Prompt
My Wezterm config local wezterm = require 'wezterm' local config = wezterm.config_builder() config.font_size = 12 config.color_scheme...
May 271 min read
Â


Is root running out of space?
If you are using LVM, we can move directories to their own disk. Let's look at how we move the /var directory. This can help if root is...
May 273 min read
Â


How To Use The All Knowing Find Command
How search works. find [/path/to/directory] [search_parameters] If you don't specify a directory, it searches the working directory. Find...
Mar 102 min read
Â


Linux Locate Command - A Quick And Easy Way To Find Your Stuff
Locate Command Missing? There are two versions of the locate command. mlocate and plocate are both used to find files but plocate is...
Mar 93 min read
Â


SELINUX Tutorial - What You Need To Know
Starting in Red Hat Enterprise Linux 9, SELinux can be fully disabled only by using the selinux=0 Â kernel parameter at boot. RHEL no...
Mar 56 min read
Â


Logical Volume (LVM) Simply The Best Complete How To
Finding new hard disks and partitions without rebooting I will give you three methods to choose from. Pick your favorite. :) echo 1>...
Feb 217 min read
Â


Podman Rootless Containers
Here are the commands used in the video Podman Rootless Containers video. Install Podman. dnf install podman I recommend installing the...
Feb 92 min read
Â


Firewalld - How To Manage Fire For The Masses
A note for the RHCSA exam. It's better to restart services than to reload them just to be completely sure that everything survives a...
Oct 24, 20242 min read
Â


Master Linux networking
The ultimate how to. Become the master of Linux networking!
Oct 21, 20243 min read
Â


How to manage groups
The uber tutorial, all you need to know about Linux groups.
Oct 18, 20242 min read
Â


The Sudo Chronicles
To edit the sudoers file always use visudo . It locks the file so multiple people can't be editing it at the same time, performs basic...
Oct 2, 20244 min read
Â


Manage users
Under the manage users objective for the RHCSA exam, Red Hat lists two things. Create, delete, and modify local user accounts Change...
Sep 28, 20242 min read
Â


How to reset the root password and boot management
It's essential for the RHCSA exam to be able to reset the root password and boot into different Systemd targets. GRUB The location of...
Sep 28, 20242 min read
Â


Red Hat Certified Architect?
Hello world! (What a cliche) First blog post on a new website that's dedicated to document whatever fun and cool stuff I learn as I study...
Sep 16, 20241 min read
Â
bottom of page