Linux Server Administration Articles
146 results
This section provides articles and resources for Linux server administration. The topics cover server management, security, and optimization.
-
Installing Python 3
Read more: Installing Python 3Python 3 on Linux: Install via apt/dnf. *Crucial: Don’t break system Python!* Use pip with virtual environments for safe package mgmt.
-
Introduction to the vi Text Editor
Read more: Introduction to the vi Text Editorvi/vim is a modal Unix text editor. Master Insert, Normal, and Overwrite modes to navigate, edit, save, and search files efficiently.
-
Introduction to Vim
Read more: Introduction to VimDiscover Vim, a powerful text editor. Learn about its modes (Normal, Insert, Visual, Command), installation, and tips for efficient editing.
-
Keeping your server time accurate with Chrony on AlmaLinux 8
Read more: Keeping your server time accurate with Chrony on AlmaLinux 8Learn how to install, configure, and sync server time with Chrony using Liquid Web’s time servers on AlmaLinux 8.
-
Linux Backups and Restorations
Read more: Linux Backups and RestorationsMaster Linux backups via the command line. Learn to secure data using tools like rsync, SCP, tar compression, and file permissions.
-
Linux Email Administration
Read more: Linux Email AdministrationYour complete guide to Linux server administration. Learn essential commands, user management, security best practices, and performance monitoring.
-
Linux File Compression Algorithms
Read more: Linux File Compression AlgorithmsAn overview of Linux file compression algorithms. Learn how tools like tar, gzip, zip, and bzip2 work to reduce file size and speed up data transfers.
-
List Which Apache 2 Modules are Enabled on CentOS 7
Read more: List Which Apache 2 Modules are Enabled on CentOS 7Need to know what Apache modules are installed on your CentOS 7 server? Utilize this one command to see which modules are enabled in your Apache 2 instance.