Server Administration Articles
228 results
This collection of articles provides resources for server administration.
-
Getting Started with Linux Bash
Read more: Getting Started with Linux BashBash is a command-line interpreter for Linux. Use it to interact with your system via text commands. Learn the basics here!
-
Getting Started with Your Linux Server
Read more: Getting Started with Your Linux ServerNew to Linux? Get started with your Linux server. Learn basic commands for AlmaLinux/Ubuntu, how to run updates, and how to troubleshoot common errors.
-
GNU Find
Read more: GNU FindMaster GNU `find` to locate files on your server. Search by name, type, owner, perms, & mod time. Essential for WordPress/cPanel site mgmt.
-
Granting sudo Permissions
Read more: Granting sudo PermissionsLinux offers a robust permissions system for controlling file and server access. Users can elevate permissions using the sudo command.
-
How to Add a User and Grant Root Privileges on CentOS 6.5
Read more: How to Add a User and Grant Root Privileges on CentOS 6.5Working from a CentOS 6.5 server as root, these instructions are intended specifically for adding a user on this operating system.
-
How to Change SSH Passwords From the CLI
Read more: How to Change SSH Passwords From the CLIRead this article to learn how to change SSH passwords for your server from the CLI, provided you have SSH access.
-
How to configure Apache virtual hosts on AlmaLinux
Read more: How to configure Apache virtual hosts on AlmaLinuxLearn how to configure Apache virtual hosts on AlmaLinux to run multiple websites on a single server, optimizing server resources for cost savings and streamlined web server management.
-
How to connect to MySQL/MariaDB using SQLTools in VSCode
Read more: How to connect to MySQL/MariaDB using SQLTools in VSCodeWith SQLTools in VSCode, you can streamline your database workflow, making it a valuable tool for developers who interact with MySQL or MariaDB databases regularly.