A user’s guide to links in the Linux filesystem
Learn how to use links, which make tasks easier by providing access to files from multiple locations in the Linux filesystem directory tree.
How I used journalctl to Determine the Source of an Electrical Problem
The journalctl command can extract interesting data from the systemd journals. I never thought it could help with hardware electrical problems – until I tried it.
Teaching technical writing with open source
In addition to my work as a consultant, I also teach a few courses on technical writing. One of these is a course about writing...
Liquid Cooling Failure
Modern motherboards make a cooling failure less catastrophic than it could have been.
Audio Preservation Challenges
Creation of DVDs from unusual file formats can be a challenge. Open source tools can be used in creative ways to make this possible.
Linux Boot and Startup
Understanding the boot and Linux startup processes is important to being able to both configure Linux and to resolving startup issues.
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...