Everything is a file
When everything is a file Difficult things are easy and impossible things are merely hard.
Creating a universal live Linux USB drive
Image by Don Watkins. CC-by-SA 4.0 Use them for troubleshooting problems and to demonstrate the beauty and utility of using Linux I frequently create USB...
Working with data streams on the Linux command line
Learn to connect data streams from one utility to another using STDIO. Everything in Linux revolves around streams of data—particularly text streams. Data streams are...
Conquering the Command Line for Linux Beginners
12 Essential Linux Commands for Beginners
How I migrated a WordPress website to a new host
Use this simple approach to migrate a website and manage firewall configurations.
Linux Love Affair: Screenfetch vs. Neofetch – Who Wears the Crown?
Image by: Opensource.com CC-by-SA 4 You might want to share your Linux configuration with others for many reasons. You might be looking for help troubleshooting...
Future-Proofing Education: Why WordPress is the PK-12 Platform You Need
I believe that WordPress has a place in every PK-12 school. Most teachers are looking for ways to engage parents with news from the classroom...
Programming Bash #8: Initialization and sanity testing
In previous articles of this series we created our first, very small, one-line Bash script. We also explored the reasons for creating shell scripts and...
How to encourage positive online communication in your open source community
The Drupal community uses nudges to keep conversations productive and inclusive. Threaded online conversations are a relatively new form of communication that can improve knowledge...
Programming Bash #7: Bash Program Needs Help
So far in this series we created our first, very small, one-line Bash script. We also explored the reasons for creating shell scripts and why...
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...