Posts by ServerOk

DirectAdmin Hosting Control Panel

DirectAdmin

DirectAdmin is a powerful and user-friendly control panel that allows you to manage your web hosting environment easily. Whether you

How to add secondary IP address using nmcli

On an AlmaLinux 9 server, I wanted to add secondary IPs to a server. First, I checked the network interface

Mount NFS Drive

NFS (Network File System) is a protocol that allows a computer to access files over a network as if they

PrestaShop Admin Auto Log Out

After migrating a PrestaShop site to a new server, logging in to the admin area shows the dashboard, and when

Cloudflare Show Real IP Address on CentOS Plesk Server

Cloudflare is a popular Content Delivery Network (CDN) that can greatly improve website performance and security. When using Cloudflare CDN,

SELinux allow non default SSH port

By default, SELinux only allows running SSH service on default port 22. For security, it is better to change the

AlmaLinux

How to configure IPv6 on OVH AlmaLinux 8 server

First, find the network interface used by the server with ip a command. The interface eno1 has the public IPv4

cPanel Server

How to Benchmark Cpanel server

Benchmarking a server helps to determine its performance score. By benchmarking a server, you can also compare its performance score

How to create MySQL data directory with mysql_install_db

On a Debian 7 server, the MySQL database got corrupted, which caused the MySQL database to keep crashing. I was

CentOS

OVH CentOS 7 server grub rescue prompt

On an OVH Cpanel server running CentOS 7, the server won’t boot. When accessing the server console using IPMI, I

Docker

How to install docker on AlmaLinux 8

To install docker on AlmaLinux, run the following commands Install yum-utils Add docker repository Install Docker CE with Enable docker

ffmpeg

How to Install ffmpeg static build

FFmpeg binary static build available for download from https://johnvansickle.com/ffmpeg/ To install ffmpeg static build, run See ffmpeg