Programming Bash #6: Creating a template
In the previous article in this series we created our first, very small Bash script. We also explored the reasons for creating shell scripts and...
An Introduction to Linux Filesystems
This article is intended to be a very high-level discussion of Linux filesystem concepts. It is not intended to be a low-level description of how...
Programming Bash #5: Automation with Scripts
For sysadmins, those of us who run and manage Linux computers most closely, we have direct access to the tools that can help us work...
An introduction to Linux’s EXT4 filesystem
Take a walk through EXT4’s history, features, and optimal use, and learn how it differs from previous iterations of the EXT filesystem.
Programming Bash #4: Using Loops
The ability to iterate over a section of code using various types of loops is one of the most important tools we have for performing...
Programming Bash #3: Logical Operators
In this series of articles we are looking at Bash as a programming language. In the second article, we explored some simple command line programming...
Programming Bash #2: Getting Started
Bash as a programming language We have all used Bash to issue commands. They are usually fairly simple and straightforward. But Bash can go beyond...
Make swap better with zram on Linux
The ideal swap configuration depends on your use case and the amount of physical RAM in your host computer. Zram is a compressed RAM disk...
Programming Bash #1 – Introducing a New Series
I use Bash all the time, in part because it is the default shell for most Linux distributions, including Fedora and CentOS, the ones I...
Drop swap for zram on Linux
Zram is a tool for creating an in-RAM compressed cache, specifically for use as swap space. I spend a lot of time playing (I mean...
Why my need for control made me switch to Linux
Linux gives me the freedom to control how I use my computer. Plus, it's free and open source. I am a control freak. I like...
Level Up Learning: Unleashing the Power of Open-Source Tools in Schools
Open-source classroom tools are becoming more popular among educators because they offer affordable and customizable solutions. These tools improve the learning experience, promote collaboration, and...
How I troubleshoot swappiness and startup time on Linux
I recently experienced another interesting problem in the Linux startup sequence that has a circumvention–not a solution. It started quite unexpectedly. I was writing a...
Holiday snow on your terminal
I live in Minnesota and we haven't gotten a lot of snow yet, so I figured I'd add a little "holiday cheer" by writing a...
Interview Hack: AI saves the day(and ears)
I love interviews. It’s a great way to get to know a person and it’s often a great way to learn. One of the most...
8 reasons to use the Xfce Linux desktop environment
This Linux desktop environment is thin and fast with an overall elegance that makes it easy to figure out how to do things. For several...