GUI disk usage analyzers in Linux
For people who prefer visual representations, these GUI-based tools help you understand how your storage capacity is used.
Sometimes the visual representation of disk utilization is easier or newer users may not be as familiar with the various Linux commands that display storage information. I am a person who comprehends visual representations more easily than the printout on the command line.
A minimalistic approach to debugging
Originally published in 2016, this interview with Katrina Hayes on Opensource.com details her distinct approach to coding and debugging. A self-taught programmer, Hayes emphasizes simplicity in her tools, preferring minimalist methods. She discusses overcoming challenges in legacy systems, advocating for maintainable code bases to enhance long-term IT sustainability.
Serial communication on Linux
Learn to use the ancient serial communications hardware and software methods that are needed even today in many data centers.
4 open source tools for Linux system monitoring
Information is the key to resolving any computer problem, including problems with or relating to Linux and the hardware on which it runs. There are many tools available for most distributions. These tools can be used to obtain huge amounts of information.
systemd — #9: Using systemd journals to troubleshoot transient problems
Find the root cause of hard-to-track errors by diving into your systemd journals.
Check disk usage in Linux
Using these tools can show how much of your disk is being used no matter how much storage you have.
How I configure Vim as my default editor on Linux
Vim is my favorite editor. These changes to my system make Vim available as the default in programs that use a different editor by default.
Monitoring Linux and Windows hosts with Glances
The Glances tool offers more information about system performance than other sysadmin monitoring tools.
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...