How to Upgrade ThinkPad Firmware on Linux (fwupd)
Two days ago I ran the command hostnamectl status and noticed that my laptop’s firmware date was Tue 2023-08-08. I purchased this ThinkPad T14s laptop 2 years ago. So it seems, since removing…

Two days ago I ran the command hostnamectl status and noticed that my laptop’s firmware date was Tue 2023-08-08. I purchased this ThinkPad T14s laptop 2 years ago. So it seems, since removing…

The top command (referred to below as Linux top) is a command on Unix and Unix-like systems such as Linux, which provides a dynamic real-time overview of a running system. It can display system…

Efficiently managing files and directories is a fundamental task in computing. It’s crucial for keeping our data organized, optimizing storage space, and facilitating smooth data transfers. In the Linux ecosystem, the gzip utility…

The tar command (short for Tape Archive) is one of the most widely used utilities in Linux for archiving multiple files and directories into a single file (an archive). It’s commonly used for…

I have a Raspberry Pi 4 (2 GB RAM) that’s been running my UniFi Network Controller for about four years without issues. Yesterday it was unresponsive and would not boot at all. The…

In the previous article, we looked at how swap space, particularly swapping, can severely slow down Linux performance. We then tweaked Linux kernel parameters to better use server memory and avoid heavy swapping….

Rule of thumb / TL;DR:If your system only uses swap occasionally and keeping swap demand within ~20–30% of your physical RAM as zram is enough, ZRAM is the simpler and more effective option….

Locking your screen isn’t just a formality; it’s a vital line of defense for privacy and security. An unlocked workstation is an open invitation to data exposure and other risks. I recently came…

If you are looking for Linux compatible printers, in this article, you will find printers that seamlessly integrate with Linux operating systems. We’ll explore a selection of high-quality printers from various brands, along…

Aug 22, 2025 Web hosting is the service that makes your website accessible on the internet. For small businesses, choosing the right hosting provider is critical – it affects your site’s speed, security,…

So, I sat down today with a simple task: continue testing out these new Linux distros and install a text editor for quick tweaks. But as I sat down to pick one, I…

Many Internet Service Providers (ISPs) like AT&T, Comcast, Xfinity, Cox, Verizon, Spectrum, T-Mobile, and others supply a basic modem/router combo (gateway) to customers. These devices are often adequate to get online, but they…

Jul 28, 2025 11min Read Integrating n8n with Ollama enables you to harness various AI models into your automation workflow, allowing it to perform complex operations that would otherwise be impossible. However, the…

Jul 29, 2025 Ariffud M. In n8n, looping over items is one of the most powerful techniques for handling lists of data, such as email addresses, API responses, or database records. While many…

It’s not every day that a White House policy document reads like an open-source conference keynote. Yet this week, the Trump administration’s “AI Action Plan” put open-source models and Linux-powered infrastructure at the…

A few weeks ago, I had the opportunity to attend a small trade show, which got me thinking (again) about how AI is shaping the future of work. I wanted to share a…
Jul 18, 2025 13min Read Integrating an application programming interface (API) with n8n can be complicated because every API provider has specific requirements for connecting their service. Nevertheless, n8n’s code-minimal workflow can allow…
Jul 11, 2025 Ariffud M. Running n8n with Docker is an efficient way to self-host this workflow automation tool. Unlike installing n8n directly on your virtual private server (VPS), Docker offers a containerized…