Tuning MySQL my.cnf? Avoid this common pitfall!

It took me some time to decide on the title of this article. MariaDB has been fast replacing MySQL as many Linux distributions now default to MariaDB over MySQL. MariaDB is an enhanced drop-in replacement for MySQL. Therein lies my predominantly self-made conundrum, MySQL or MariaDB? The MySQL tuning advice below applies to MySQL, MariaDB […]

SCP Linux – Securely Copy Files Using SCP examples

This post includes SCP examples. SCP or secure copy allows the secure transferring of files between a local host and a remote host or between two remote hosts. It uses the same authentication and security as the Secure Shell (SSH) protocol from which it is based. SCP is loved for its simplicity, security, and pre-installed […]

Quick Tips for a more stable Arch Linux experience

We have revised and updated this article to ensure its relevance and accuracy in 2024. This updated guide is tailored to help you harness a most stable Arch Linux experience. The existence of this article does not indicate that Arch Linux is unstable. It’s not, far from it. But for new users, there are certain […]

Must-Have Devices to boost your Linux skills (2024)

Are you ready for a transformative journey that will elevate your Linux skills in ways theoretical learning alone can’t? The devices mentioned in this article offer a great way to get hands-on experience and change how you understand and use Linux skills in practical, everyday scenarios. 4 Linux Devices for Hands-On Learning Boosting your Linux […]

Firewalla – Home Network Security Firewall Devices

Home network security involves safeguarding the network that interconnects devices like routers, computers, smartphones, and security cameras, both among themselves and with the internet. Regardless of whether the intent of cyberattacks on home networks is personal, the moment a network is online, it becomes exposed to a multitude of external threats. The scale of the […]

Zorin Linux – As a Windows OS (and MacOS) Replacement

This article has been edited and updated from the original 2014 article. Zorin Linux makes a great Windows OS replacement and now even MacOS replacement. Seven years later and I’m more confident about this recommendation. In the past, you’ve probably heard about or been affected by the retirement of Windows XP support on April 8, […]

How to direct-install Debian SID rolling release using mini.iso (w/ screenshots)

In my tech journey, I’ve always had an affinity for the cutting-edge, the untested waters of the Linux world. Rolling release distributions like Arch, Fedora, or even a custom-installed Kali Linux have been my go-to choices for a Linux desktop experience that’s always up-to-date. But today, I’m venturing into a different territory: Debian Unstable, affectionately […]

How to Kill Inactive SSH Sessions

Managing server connections efficiently is crucial for maintaining a smooth and secure IT environment. One such common challenge is dealing with inactive SSH sessions. These sessions can clutter your server, consuming resources and potentially posing security risks. In this article, we’ll explore practical methods to identify and terminate these idle connections. We’ll delve into the […]

htop and top Alternatives: Glances, nmon

In this article, we explore alternatives to htop and top, namely, Glances and nmon. These tools present unique approaches and functionalities, potentially serving as replacements or supplements to the classic top and htop duo. Join us as we uncover the features and benefits of Glances and nmon, and whether they could be the next staples […]

Linux Commands frequently used by Linux Sysadmins – Part 1

What are some Linux commands used by Sysadmins and power users daily? In this article, I’ve listed 10 such commands frequently used. Suggestions and feedback are welcome. Also, see Part 2, Part 3, Part 4, and Part 5. Some people consider Linux a complicated operating system geared toward expert users only. However, as a free and […]

Top ↑