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 […]

Install AI Models on Linux: Discover LLMs and Chatbots for Linux

Hello, fellow Linux enthusiasts! I’m excited to embark on this journey with you, exploring the fascinating realm of Artificial Intelligence (AI) on our favorite operating system: Linux. Whether you’re setting up a home lab or home server, running Linux on a gaming laptop, or leveraging Linux in the cloud, this guide will highlight some of […]

90 Linux Commands frequently used by Linux Sysadmins (updated to 100+)

If you are interested in Linux commands frequently used by Linux sysadmins and power users, I’ve published this five-part series with over 90 update: 100+ Linux commands with links to each of the five articles in this series – click on each subheading. This list covers popular Linux commands used by sysadmins and power users. […]

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 summary information and a list of processes or threads currently managed by the Linux kernel. The types of system […]

50 Top Observability and Monitoring Solutions – 2024

“A more targeted list that includes 50 server and observability solutions for 2024” Back in 2014, I compiled a list of top server and application performance monitoring solutions. Sharing that list publicly was a great way to gain feedback and recommendations on other tools available. Over time that list grew from 20 to over 100 server monitoring […]

Choosing the Best Linux Server Distro 2024

Choosing a Linux server distribution for your projects can be a daunting task, especially with the many options available. This guide aims to simplify your decision-making process by highlighting the key features and advantages of the leading Linux server distributions. Each of these distros brings its unique strengths to the table, catering to various needs […]

Disable cron emails (solution)

This article lists three common methods to disable cron emails and another solution to send emails only when errors occur. Cron is a daemon that executes scheduled commands. More specifically, the software utility cron is a time-based job scheduler for Unix-like operating systems like Linux. You can use cron to set up jobs to run […]

Nginx tuning tips: HTTPS/TLS – Turbocharge TTFB/Latency

Are you looking to optimize the performance of Nginx? One way to do so is by tuning Nginx to support the latest TLS (Transport Layer Security) protocols (TLS 1.2 & TLS 1.3). In this article, we’ll explore how optimizing Nginx’s TLS config can reduce TTFB (Time To First Byte) latency and turbocharge website speed, providing […]

Guide to Optimizing PHP for High Traffic Sites

Note: This article serves as an overview and index, connecting you to previous detailed PHP optimization articles. For comprehensive insights on each topic, please follow the provided links to previous articles under the subheadings below. It made more sense to connect these articles here for your convenience, rather than trying to merge 12 articles covering […]

Guide to Network Troubleshooting in Linux

Network reliability is not just a convenience—it’s a cornerstone of operational integrity. Linux, known for its robustness and versatility, is the platform of choice for many network administrators. However, even the most robust networks can encounter hiccups that require advanced troubleshooting. This article delves into Linux network troubleshooting, providing both casual users and system administrators […]

Top ↑