Server Administration Articles
228 results
This collection of articles provides resources for server administration.
-
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.
-
Internet Information Services (IIS): Your Windows Web Server Guide
Read more: Internet Information Services (IIS): Your Windows Web Server GuideYour guide to mastering IIS. Learn to add sites, configure FTP, install SSLs, create redirects, and set up custom error pages on Windows Server.
-
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.