How to disable MySQL X Protocol (mysqlx_port)
After installing MySQL 8 and checking listening ports with “netstat -lntp”, you will see MySQL is listening on ports 3306 and 33060.…
After installing MySQL 8 and checking listening ports with “netstat -lntp”, you will see MySQL is listening on ports 3306 and 33060.…
yt-dlp is a fork of youtube-dl, it can be used to download videos from youtube and many other similar websites. yt-dlp is…
You can use following config to keep 2 days bin log After modifying the configuration file, you will need to restart the…
MySQL 5.7 is not supported on Ubuntu 22.04, but you can download MySQL 5.7 for Ubuntu 18.04 and install it on Ubuntu…
DirectAdmin is a powerful and user-friendly control panel that allows you to manage your web hosting environment easily. Whether you are a…
On an AlmaLinux 9 server, I wanted to add secondary IPs to a server. First, I checked the network interface device name…
NFS (Network File System) is a protocol that allows a computer to access files over a network as if they were stored…
After migrating a PrestaShop site to a new server, logging in to the admin area shows the dashboard, and when I click…
Cloudflare is a popular Content Delivery Network (CDN) that can greatly improve website performance and security. When using Cloudflare CDN, the server…
By default, SELinux only allows running SSH service on default port 22. For security, it is better to change the SSH port…
First, find the network interface used by the server with ip a command. [root@15-204-47-122 ~]# ip a 1: lo: mtu 65536 qdisc…
Benchmarking a server helps to determine its performance score. By benchmarking a server, you can also compare its performance score with other…