Linux & System Administration

How to Check Running Ports and Open Connections

Guide image showing methods to check active network ports and open connections across systems: use netstat/ss/lsof on Unix, Resource Monitor or netstat on Windows, and firewall checks.

Managing Linux Services with systemctl Commands

Illustration of systemctl commands: start, stop, restart, enable, disable, status, is-active; managing units and services on systemd Linux with command examples, service lifecycle.

How to Configure a Simple Firewall with UFW

Illustration of configuring UFW: enable firewall, allow SSH, allow ports/apps, set default deny incoming, enable logging, verify status and manage rules with commands via CLI tools.

Scheduling Tasks Using Cron and Crontab Examples

Graphic showing cron concept: terminal with crontab lines, clock, calendar and gears representing scheduled, recurring automated jobs and system maintenance tasks run by cron. now.

Cleaning Temporary Files and Logs to Free Disk Space

Illustration of system cleanup: removing temporary files cache and old log files to free disk space, showing progress bar, file icons being deleted and increased available storage.

How to Update and Upgrade Packages Safely

Illustration of safe package maintenance: backup, check changelogs, update package lists, test in staging, run upgrades with confirmations, verify services and restore if issues occur.!!

Monitor System Performance with vmstat and iostat

Combined vmstat and iostat view: CPU/memory usage, process/context switch rates, I/O throughput and latency, device queue lengths, per-disk activity, and bottleneck signs overview.

How to Use rsync for Incremental Backups

SPONSORED Sponsor message — This article is made possible by Dargslan.

Managing Groups and Permissions in Ubuntu and CentOS

Diagram of group and permission management on Ubuntu and CentOS: file ownership, chmod/chown, chgrp, usermod, groupadd, sudoers.d, ACLs, shared folders, role-based access controls.

How to Add and Delete Users from the Command Line

Terminal showing commands to add and delete Linux users: useradd, deluser, userdel, passwd, sudo examples, sample output and notes on home creation and group setup with sudo tips..