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…
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….
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,…
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 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 21, 2025 10min Read To get started selling shoes online, you need to identify your niche, research the market, and choose the right shoes that will attract your target audience. From there,…
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…
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…
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…
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…
For the past three years, I’ve been putting off an upgrade to my network’s firewall. During that time, I was balancing multiple priorities: maintaining uptime with multiple ISPs, managing VPN performance limitations, 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…
May 25, 2025 Oftentimes, software projects fail as a result of setting unrealistic goals, a lack of planning, skill gaps, and team misalignment. Some projects never launch. Others barely make it to the…
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…
Recently, I supported a client with solving MySQL performance issues. There were several areas where MySQL performance issues were addressed. One issue, however, that was overlooked before our communications was that of keeping…