image 19 540x304 - How to enable DNSSEC In cPanel & Cloudflare

How to enable DNSSEC In cPanel & Cloudflare

Domain Name System Security Extensions (DNSSEC) adds an additional layer of security to the old DNS system. There are two steps for using it: Create the DNSSEC record on your cPanel account or CloudflareLet your domain registrar know that you want...

image 9 540x304 - Create private nameservers for cPanel/WHM

Create private nameservers for cPanel/WHM

Step 1. First, decide on the nameservers (e.g. ns1.domain.com & ns2.domain.com) and then create GLUE records for them: How to set up nameservers with Domain Name Registrars Step 2. After the nameservers have been created and propagated, add them...

chrome B9g5gD4PDp 540x304 - WHM Administration Certification Exam (CWA) Answers 2022

WHM Administration Certification Exam (CWA) Answers 2022

NOTE: for updated answers please visit Correct Answer of cPanel certification: Given the following options, which indicates the ideal source from which you should obtain your server’s resolver IP addresses? Your hosting provider or data center...

image 36 540x119 - [INFO] Timeout - try typing a little faster next time

[INFO] Timeout – try typing a little faster next time

When using FTP from a slow internet connection, files are not fully transferred, and the following error is recorded in the messages log: [INFO] Timeout – try typing a little faster next time To resolve this, edit pureftpd configuration file:...

MobaXterm Personal 20.3 L2R6UCkkiZ - How to backup a VPS from the inside

How to backup a VPS from the inside

Here is how to backup a VPS “from the inside” Create a directory for the container: mkdir /backup Create an archive vpsbackup.tar.gz of all files and place it in this folder: tar -zcvpf /backup/vpsbackup.tar.gz --directory=/ ...

MobaXterm Personal 20.3 BpISlMbEyO 540x252 - Disabling SELinux

Disabling SELinux

To disable SELinux for this boot:

setenforce 0

To permanently disable SELinux edit the configuration file:

nano /etc/selinux/config

or

nano /etc/sysconfig/selinux

find SELINUX=enforcing and replace it with SELINUX=disabled

then reboot the system.