Stop apache if running:
# systemctl stop httpd
Install epel if not installed:
# yum install epel-release
# yum install nginx
# systemctl enable nginx
# systemctl start nginx
Turning on the Firewall We can verify that the service is running and reachable by typing: We can see which zone is currently selected as the default by typing: We can print out the default zone’s configuration by typing: Exploring Alternative Zones. To get a list of the available zones, type: We can see the … Read more
How do I display a list of all network cards under Linux operating systems? You can use any one of the following command to list network cards installed under Linux operating systems. Please note that the ifconfig and ip commands will also display interfaces information about vpn, loopback, and other configured interfaces. lspci command : … Read more
How can I increase the space on an Ubuntu Boot Partition? When trying to install programs on my Ubuntu server but the server is not allowing me to do that because the boot partition ‘/dev/sda1’ is full. By default Ubuntu has a small /boot partition. When you have auto updates enabled this can cause some … Read more
Source: https://forums.cpanel.net/threads/var-cpanel-secdatadir-ip-pag-file-massive.565591/ This can add to server load and slow loading times as it gets scanned every page load. You also might want to disable mod_unique_id for modsec too. It will prevent that file from growing and being scanned. Clear the file yum install ea-modsec-sdbm-util Should also help keep that file in check if he … Read more
https://support.plesk.com/hc/en-us/articles/213366009-High-CPU-wait-I-O-and-Load-Average-during-backup
https://support.plesk.com/hc/en-us/articles/213903705-502-Bad-Gateway-error-is-shown-after-login-to-Plesk-11-x-Connection-reset-by-peer
Window 2008 does support TLS 1.2. There is a free program that will help with the installation. https://www.nartac.com/Products/IISCrypto Running the program and saving should ensure the proper TLS setting is running on your server. A reboot will be required after applying these settings to your server. Also on older window 7 machines, there are … Read more
# yum reinstall serverbackup-agent # cd /lib/modules/r1soft # wget http://beta.r1soft.com/modules/Centos_7.4/hcpdriver-cki-3.10.0-693.2.2.el7.x86_64.ko # insmod hcpdriver-cki-3.10.0-693.2.2.el7.x86_64.ko # /etc/init.d/cdp-agent restart
Stop apache if running:
# systemctl stop httpd
Install epel if not installed:
# yum install epel-release
# yum install nginx
# systemctl enable nginx
# systemctl start nginx
How to find and Start/Stop VM on ESXI. SSH to the ESXI server. # esxcli vm process list # esxcli vm process list WebHost World ID: 35689 Process ID: 0 VMX Cartel ID: 35686 UUID: 56 4d 72 7c da 4c 82 f1-9f 10 9c e3 d6 7d a4 9d Display Name: WebHost Config File: … Read more