top of page




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