How to Install Odoo 14 on CentOS 8 with Nginx as a Reverse Proxy
Log in via SSH and Update your Server First, you will need to log in to your CentOS 8 VPS by using SSH as the root user: ssh root@IP_ADDRESS -p…
How to Create Backup Job on Tape in Veeam Backup and Replication
Veeam Backup and Replication Friends today i have come with another tutorial of Veeam Series in this tutorial i have explained how you can create Backup to Tape Job in…
How to add a SRV record in DNS
SRV records provide a standard way of allowing services to use different values, and for a program to determine what those connection values are. Related Wikipedia page:http://en.wikipedia.org/wiki/SRV_record As per the…
How to Install MariaDB on FreeBSD
To install the MariaDB database manager and to validate which components are available for the MariaDB databases we will execute the following command. We can see the various options available.…
How to setup Multi-server DNS Clustering in DirectAdmin
This feature is often thought as being much more complex than it really is. What is does, is transfers any zones on the given machine to the DA machines you…
How to lower your website TTL
As of DA 1.37.0, a User can edit their TTL value via:User Level -> DNS Management -> TTL (bottom) Global method This method will only work if you temporarily disable…
How to enable SSI support in Plesk for Windows?
How to enable SSI support in Plesk for Windows? Answer
How to Install Apache PHP MySQL phpMyAdmin on FreeBSD
How to Install Apache Web Server Apache, and all the other packages that we’re going to use here can be installed either via pkg(8) or via FreeBSD ports. To install…