Linux top: Here’s how to customize it
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…
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…
Sep 05, 2025 16min Read Building an app no longer requires exceptional coding skills. Vibe coding represents a shift from traditional line-by-line programming to conversational development, where you describe what you want to…
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….
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…
Jul 25, 2025 Matleena S. 12min Read AI-driven software development is the process of creating applications while leveraging artificial intelligence technologies (like machine learning, natural language processing, and neural networks) to automate tasks,…
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…
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…
Jul 01, 2025 PHP is a server-side scripting language used to build dynamic websites and web applications. It’s at the core of platforms like WordPress and Laravel, powering millions of sites worldwide. PHP…
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…
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…
Let’s pick up right where Part 1 left off: pfSense Firewall Appliance Unboxing. This isn’t a quick-start guide. It’s my logbook from weeks of fine-tuning pfSense. Weeks, not years, so follow along and…
May 30, 2025 Ariffud M. 11min Read The LGTM stack – consisting of Loki for logs, Grafana for visualization, Tempo for tracing, and Mimir for metrics – is an open-source observability suite developed…
The sudo command in Linux is one of the most important and widely used commands for managing system permissions. It allows you to run a command as the superuser, giving you elevated privileges…
This iotop command guide follows my previous 90 Linux Commands frequently used by Linux Sysadmins article. As time allows, I will continue to publish articles on the 90+ commands geared toward Linux sysadmins…
If you’ve ever looked at your server and wondered why it’s using swap even though plenty of RAM is available, you’re not alone. This is a common scenario on Linux systems, and it…
May 19, 2025 Viktoras D. Datapacks (or data packs) are a powerful way to customize Minecraft without mods. They expand gameplay in vanilla Minecraft, multiplayer, and existing singleplayer worlds. You can change game…