50 Linux Text Editors You Should Know About
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…

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…

This post explores over 30 of the best Linux terminal emulators, each with unique features and functionality, catering to different types of users. This list showcases the versatility and evolution of terminal emulators…

For enthusiasts, developers, and professionals who prefer the Linux operating system, choosing a Linux-compatible laptop is a pivotal decision. Here are five Linux-compatible laptops that I evaluated in my recent quest for a…

Last week I walked into an empty 5 × 4 ft storage room. By the end of the week, that blank space held a fully functional network core designed to keep a small…
Jul 04, 2025 Every modern app deals with data – this could be in the form of user account info and tracked order details, or it could be powering product searches or visitor…

Linux-powered smartphones are still the dominant force in the global smartphone market in 2025. While some may be surprised by this fact, Linux enthusiasts have every reason to be happy about the continued…

Update: Thankfully, as of release 2020.1, Kali Linux has swapped to a privileged non-root user by default. You will now log in with the user you create during the install process and no…

This article is a follow-up to the previous 90 Linux Commands frequently used by Linux Sysadmins post. Every week, as time allows, I will publish articles on the 90 commands geared toward Linux sysadmins and…

The first thing I did after installing Ubuntu 22.04 LTS was to remove Snap and its snap packages completely. I’m not proud of that approach, as I have nothing against snap packages per…

In my tech journey, I’ve always had an affinity for the cutting-edge, the not-fully-tested waters of the Linux world. Rolling release distributions like Arch, Fedora, or even a custom-installed Kali Linux have been…

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…