Linux Server Administration Articles
146 results
This section provides articles and resources for Linux server administration. The topics cover server management, security, and optimization.
-
View Cron Jobs
Read more: View Cron JobsThis tutorial will take you through the commands to list, or display your configured Cron Jobs, both for root and for your users.
-
Web server configuration — NGINX install on AlmaLinux
Read more: Web server configuration — NGINX install on AlmaLinuxThis NGINX install guide takes the reader through the web server installation process on AlmaLinux. Then, the optimal NGINX web server configuration and management details are provided.
-
What are HTTP status codes?
Read more: What are HTTP status codes?Learn more about HTTP status codes in this article. HTTP status codes identify tasks and problems encountered while navigating a website. Status codes ranging between 300 and 599 indicate an error.
-
What is a Cron?
Read more: What is a Cron?Cron is a time-based job scheduling tool on Linux systems that can run periodically at fixed times, dates, and intervals. It is typically used to automate system maintenance and administration.
-
What is a File System Check (fsck)?
Read more: What is a File System Check (fsck)?Support may inform you of the need to fsck your server to perform a file system consistency check.
-
What Is an inode?
Read more: What Is an inode?In Linux, an inode describes a filesystem object like a file or directory, storing attributes and data location. It’s akin to a library card, specifying the file’s location and unique to each file in a directory.
-
What is CloudLinux?
Read more: What is CloudLinux?If you have multiple cPanel accounts and domains on your server, you may want to look into CloudLinux as a way to help restrict the amount of memory each user can access with their site. CloudLinux partitions, allocates and limits server resources like memory, CPU and connections for each user. This makes sure that users…
-
What is cURL?
Read more: What is cURL?cURL is a useful command-line tool that can load a webpage’s content.