Linux Server Administration Articles
146 results
This section provides articles and resources for Linux server administration. The topics cover server management, security, and optimization.
-
A Guide to Server CPU Performance: Cores, Threads, and Benchmarking with Linux
Read more: A Guide to Server CPU Performance: Cores, Threads, and Benchmarking with LinuxIs your server slow? Learn how CPU cores, threads, and clock speed affect performance. Find out how to check, benchmark, and upgrade your CPU on Linux.
-
Add Users and Grant Root Privileges in Linux
Read more: Add Users and Grant Root Privileges in LinuxThis guide walks you through adding a new user on a Linux server, setting their password, and granting `sudo` privileges from the command line.
-
Allowing and Denying Website Access Using .htaccess
Read more: Allowing and Denying Website Access Using .htaccessControl website access with htaccess rules. Block or allow specific IP addresses, perfect for selective page restrictions on an open site.
-
Apache Mod_rewrite
Read more: Apache Mod_rewriteLearn to use Apache’s mod_rewrite to redirect URLs, force HTTPS, create SEO-friendly links, and more with practical .htaccess examples.
-
Apache Modules Explained
Read more: Apache Modules ExplainedApache’s modular design allows for the ability to only use resources on the features and functions you need. Use this article to determine the installed Apache modules on your web server.
-
Apache Web Server
Read more: Apache Web ServerOur collection of articles provides technical guides for installing, configuring, and managing the Apache web server on Linux operating systems.
-
Automating Server Scripts with Cron
Read more: Automating Server Scripts with CronLearn to automate tasks on your Linux server with cron. This time-based job scheduler can run scripts at fixed times, dates, or intervals.
-
Change Time Zones on CentOS
Read more: Change Time Zones on CentOSLearn to set the correct time zone on CentOS 4/5/6 & 7. Use `ln -s` or `timedatectl`, restart services, & address PHP/NTP issues.