How to Install Icinga 2 Monitoring Server on Rocky Linux 10
Icinga 2 is a free and open-source monitoring tool that helps you keep an eye on your servers, services, and
The post How to Install Icinga 2 Monitoring Server on Rocky Linux 10 first appeared on Tecmint: Linux Howtos, Tutorials & Guides.Install Rocky Linux 10 Remotely via RDP on a Headless Server
Rocky Linux 10 replaced VNC with RDP (Remote Desktop Protocol) for remote graphical installations, so if you’ve got a headless
The post Install Rocky Linux 10 Remotely via RDP on a Headless Server first appeared on Tecmint: Linux Howtos, Tutorials & Guides.Create a Self-Signed SSL Certificate for Apache on Rocky Linux 10
A self-signed SSL certificate lets you run Apache over HTTPS on Rocky Linux 10 without buying one from a Certificate
The post Create a Self-Signed SSL Certificate for Apache on Rocky Linux 10 first appeared on Tecmint: Linux Howtos, Tutorials & Guides.cloud-init: How to Set Up Ubuntu 26.04 Servers Automatically
Installing and configuring cloud-init on Ubuntu 26.04 makes it much easier to automate server setup, especially when working with cloud
The post cloud-init: How to Set Up Ubuntu 26.04 Servers Automatically first appeared on Tecmint: Linux Howtos, Tutorials & Guides.Netplan: Configure Static IP Address and DNS on Ubuntu 26.04
Netplan is the default network configuration tool on Ubuntu since 18.04, replacing the older ifupdown system with a cleaner YAML-based
The post Netplan: Configure Static IP Address and DNS on Ubuntu 26.04 first appeared on Tecmint: Linux Howtos, Tutorials & Guides.Create a Self-Signed SSL Certificate for Apache on Ubuntu 26.04
A self-signed SSL certificate lets you run Apache over HTTPS on Ubuntu 26.04 without buying a certificate from a Certificate
The post Create a Self-Signed SSL Certificate for Apache on Ubuntu 26.04 first appeared on Tecmint: Linux Howtos, Tutorials & Guides.Create a Chat Server in Linux and 5 Other Terminal Tricks
A collection of practical Linux command line tricks: create a terminal chat server with nc, sum column values on the
The post Create a Chat Server in Linux and 5 Other Terminal Tricks first appeared on Tecmint: Linux Howtos, Tutorials & Guides.witr: A Tool That Explains Why a Linux Process Is Running
ps aux shows you what is running on your system, but witr goes a step further and tells you why
The post witr: A Tool That Explains Why a Linux Process Is Running first appeared on Tecmint: Linux Howtos, Tutorials & Guides.How to Stop a Process Blocking a Port in Linux
You’ve got a server refusing to start because something’s already sitting on port 8080, and you need to find what’s
The post How to Stop a Process Blocking a Port in Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides.6 Open Source Tools to Monitor MySQL Performance in Linux
MySQL ships with decent built-in diagnostics, but when your database is slowing down under load, you need command-line tools that
The post 6 Open Source Tools to Monitor MySQL Performance in Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides.How to Find Deleted Files Still Eating Disk Space
df says your disk is 80% full, but du says you’re barely using half, so one of them is lying,
The post How to Find Deleted Files Still Eating Disk Space first appeared on Tecmint: Linux Howtos, Tutorials & Guides.How to Copy Millions of Files Faster in Linux
You’ve been copying files with cp for years, and if you’re moving a 50GB backup or syncing a directory tree
The post How to Copy Millions of Files Faster in Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides.How to Create a Test File of Any Size in Linux
You need a 1GB test file to benchmark your disk, fill a partition to a specific threshold, or simulate a
The post How to Create a Test File of Any Size in Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides.How to Recover Deleted Files in Linux Before They’re Gone
You deleted a log file mid-session, a running process is still writing to it, and ls shows nothing, but the
The post How to Recover Deleted Files in Linux Before They’re Gone first appeared on Tecmint: Linux Howtos, Tutorials & Guides.How to Monitor Linux Performance with Sysstat Tools
Sysstat is a collection of performance monitoring utilities for Linux that includes mpstat, pidstat, iostat, and sar, and together they
The post How to Monitor Linux Performance with Sysstat Tools first appeared on Tecmint: Linux Howtos, Tutorials & Guides.watch: The One Linux Command You Keep Forgetting to Use
You’re running df -h every 30 seconds by hand to watch a disk fill up, typing the same command over
The post watch: The One Linux Command You Keep Forgetting to Use first appeared on Tecmint: Linux Howtos, Tutorials & Guides.SSH Dropped and Killed Your Job? Here’s the Fix
You’ve been running a long rsync job or a Python script on a remote server only to watch it die
The post SSH Dropped and Killed Your Job? Here’s the Fix first appeared on Tecmint: Linux Howtos, Tutorials & Guides.How to Prevent Passwords from Saving in Bash History
Every Linux user eventually runs a command they’d rather not preserve – a curl with a hardcoded password, an export
The post How to Prevent Passwords from Saving in Bash History first appeared on Tecmint: Linux Howtos, Tutorials & Guides.How to Avoid Retyping Long Commands in Linux
Ctrl+R and fc let you find, recall, and edit any command from your bash history in seconds, and here’s how
The post How to Avoid Retyping Long Commands in Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides.How to Build a Fast VPN Server with WireGuard on Debian 13
WireGuard is a modern VPN protocol built directly into the Linux kernel since version 5.6, and this guide walks through
The post How to Build a Fast VPN Server with WireGuard on Debian 13 first appeared on Tecmint: Linux Howtos, Tutorials & Guides.