Celebrating technical writing with open source software
Celebrate the National Day on Writing by sharing your first article about open source software.
Why I won’t use the BtrFS filesystem
Over the more than twenty-five years I have been using Linux, the default filesystem for Red Hat Linux (not RHEL) and Fedora has evolved considerably....
Simplifying AI Interaction: A Deep Dive into Hollama’s Minimalist Web Interface for Ollama
I’ve continued the large language model learning experience with my introduction to Hollama. Until now, my experience with locally hosted Ollama has been querying models...
How to share your system configuration visually
Many individuals find it beneficial to disseminate their tailored Linux setup. This could be out of a desire for troubleshooting assistance, or because they wish...
Calculate letter frequency in gawk
Write a gawk script to determine the most (and least) common letters in a set of words.
Programming across platforms
Using these C compiler preprocessor directives to detect the operating system can make it easier to support multiple platforms at once.
What are load averages — and what do they mean?
Most system monitoring tools like top, htop, atop, glances, and others display individual processes and information about them. These tools also display three numbers called,...
The Linux Philosophy for SysAdmins, Tenet 11 — Store data in open formats
Image by Opensource.com: CC-by-SA 4.0 Author’s note: This article is excerpted in part from chapter 13 of my book, The Linux Philosophy for SysAdmins, with...
Linux User Accounts and Security
Author’s note: This article is excerpted in part from Appendix 1 of my book, Linux for Small Business Owners, with some changes to update it...
How I use SSHFS to access remote filesystems
I've taken a lot of digital pictures over the years, and scanned a bunch more prints into digital format. I've also collected a good number...
What is an operating system?
The operating system manages the operation of the computer and of the application software which runs on the computer. The definition A simple definition of...
The dd command — the Disk Destroyer
Yes -- dd -- the disk destroyer. The command that strikes fear into the hearts of SysAdmins everywhere. It did for me, too, until I...
Harnessing Ollama for financial analysis
Several weeks ago, a person asked me to assist her with organizing her financial records and taking them to a tax professional. This person does...
The Linux Philosophy for SysAdmins, Tenet 10 — Use common sense naming
Typing is not my forte and the Lazy SysAdmin does everything possible to reduce typing. I take that seriously. This tenet expands on that but there is much more to it than just reducing the amount of typing I need to do. It is also about the readability of scripts and naming things so that they are more understandable.
Perfctl malware infects thousands of Linux hosts since 2021
ArsTechnica has an article about the thousands of Linux systems infected by this well-designed malware that's been dubbed Perfectl. The vulnerability, identified as CVE-2023-33246, is...
Pandoc: Transform Your Documents with Ease
Pandoc is a versatile command-line tool facilitating seamless file conversions between different markup formats. It supports an extensive range of input and output formats, making...