Linux Server Administration Articles
146 results
This section provides articles and resources for Linux server administration. The topics cover server management, security, and optimization.
-
Using Apache’s mod_remoteip to log visitor true IP addresses
Read more: Using Apache’s mod_remoteip to log visitor true IP addressesLog true visitor IPs on cPanel with `mod_remoteip`. Install via EasyApache 4, then configure `X-Forwarded-For` & trusted proxies for accurate logs.
-
Using journald and journalctl for log management on CentOS 7
Read more: Using journald and journalctl for log management on CentOS 7Use `journalctl` for `journald` logs on CentOS 7. Guide covers viewing, filtering, persistent storage, disk cleanup & rsyslog fixes.
-
Using rsync for backups on Linux/Unix systems
Read more: Using rsync for backups on Linux/Unix systemsLearn what `rsync` is and how to use it for fast, reliable backups on Linux. Our guide covers incremental file transfers for local and remote syncs.
-
Using rsync to Sync Local and Remote Systems
Read more: Using rsync to Sync Local and Remote SystemsDiscover how to sync local and remote systems using the Linux rsync utility. Learn basic commands, remote SSH transfers, and using alternate ports.
-
Using SFTP to login as Root
Read more: Using SFTP to login as RootThis tutorial guides users on logging into their Cloud VPS as root and downloading backups using an FTP client. FTP clients facilitate user-friendly interaction with server files, allowing direct download to the user’s computer for easy sharing.
-
Using Tar & Gzip/Gunzip to Create or Unzip GZ Files/TGZ Files in Linux
Read more: Using Tar & Gzip/Gunzip to Create or Unzip GZ Files/TGZ Files in LinuxLearn how to unzip (decompress/uncompress) .gz or tar.gz files in Linux. This article covers the differences between TAR, GZ, TAR.GZ, TGZ, and ZIP files.
-
Using the GNU Screen Terminal Multiplexer
Read more: Using the GNU Screen Terminal MultiplexerGNU Screen: A terminal multiplexer for multiple sessions. Detach, reattach, share & manage windows with commands & `ctrl+a` key bindings.
-
Using the Netstat command
Read more: Using the Netstat commandLearn to use the netstat command to view network connections, troubleshoot services, and check listening ports on your server.