Nginx Redirect HTTP to HTTPS
To force SSL (HTTPS) on a website hosted on an Nginx web server, edit server entry for the website, add Method 2…
To force SSL (HTTPS) on a website hosted on an Nginx web server, edit server entry for the website, add Method 2…
To install Apache, run pkg install apache24 Enable Apache with vi /etc/rc.conf Add apache24_enable=”yes” Start Apache with service apache24 start Install php…
When restoring a MySQL database, I got the error “Specified key was too long; max key length is 767 bytes”. user@host [~]$…
To install PHP 5.6 on AlmaLinux 8, first enable the epel repository. install remi repository with the command Now you can install…
A critical vulnerability (CVE-2021-44228) was identified on the popular log4j logger library used by a lot of popular Java applications. The remote…
Oracle Linux 7 comes with MySQL yum repository pre-installed. By Default MySQL 8 repository is enabled. You can disable MySQL 8 repository…
To provision SSL certificate using acme.sh with manual DNS verification method, run acme.sh –issue -d DOMAIN_NAME –dns -d www.DOMAIN_NAME –yes-I-know-dns-manual-mode-enough-go-ahead-please When you…
MS SQL Server does not allow remote connection by default. To enable MS SQL remote connection, you need to open port 1433…
On a Debian server, when running a command with sudo, I got the error sudo: command not found To fix this, you…
LXC containers get dynamic IP from DHCP. When you stop and start a container, its IP gets changed. If you hosting some…
WebP is an image format for web by Google. The size of webp images are much smaller compared with other image formats,…
By default, Haproxy won’t forward visitor IP address to backend servers. To enable Haproxy forward visitor IP address to backend server using…