Server Administration Articles
228 results
This collection of articles provides resources for server administration.
-
Identifying which processes are using swap memory
Read more: Identifying which processes are using swap memoryLearn to pinpoint processes consuming swap memory. This guide explains how to use top and a custom script to identify culprits for efficient memory troubleshooting.
-
Implementing Apache mod_deflate Directives
Read more: Implementing Apache mod_deflate DirectivesLearn to implement Apache mod_deflate for faster website loading. Compress content, save bandwidth, and understand the CPU tradeoff on your server.
-
Importing and exporting a MySQL database
Read more: Importing and exporting a MySQL databaseLearn how to export and import MySQL databases for backups. This guide covers using the command line (`mysqldump`), phpMyAdmin, and WP-CLI.
-
Install Memcached PHP Extension on Ubuntu
Read more: Install Memcached PHP Extension on UbuntuInstalling the PHP Extension for Memcached is a simple process, this tutorial will show installation for Ubuntu operating systems. The installation is done through the command line using apt-get.
-
Install Oracle Java 8 on Ubuntu 18.04
Read more: Install Oracle Java 8 on Ubuntu 18.04Installing Oracle’s Java 8 on an Ubuntu 18.04 server has never been easy. Our tutorial teaches you how to install this program in a few steps and we’ll also set the JAVA_HOME variable.
-
Install the OpenStack client on Linux (AlmaLinux)
Read more: Install the OpenStack client on Linux (AlmaLinux)Installing and configuring the OpenStack client on AlmaLinux along with Python and PIP is crucial for reliable and efficient cloud infrastructure management.
-
Installing an SSL Certificate on a Windows Core Managed Server
Read more: Installing an SSL Certificate on a Windows Core Managed ServerInstalling SSL on a Core-Managed server involves CSR creation, SSL acquisition, certificate completion, and binding to the website(s).
-
Installing and configuring HAProxy on Linux (AlmaLinux)
Read more: Installing and configuring HAProxy on Linux (AlmaLinux)Let’s review installing and configuring HAProxy on Linux (AlmaLinux). High Availability (HA) Proxy divides incoming web traffic among servers to optimize speed and resource utilization.