MobaXterm Personal 20.3 aPh2Hk9t0L - How to Increase cPanel Memory for Java TomCat

How to Increase cPanel Memory for Java TomCat

In order to increase the memory limit for Java, perform the following steps, create a new file: nano /var/cpanel/tomcat.options Insert the following 2 lines: Xmx200M Xms100M Where Xmx is the upper limit and Xms is the lower limit. You have to...

import vmware 1 - Host Remediation Failed – Failed to download vibs

Host Remediation Failed – Failed to download vibs

If you have recently set-up a new vSphere environment with vCenter Server, you may encounter an error stating that Remediation Failed because a host Failed to download vibs. In our case, the vCenter Server was installed on Server 2008 R2 and the...

what is cpanel - How to ODBC support on a cPanel server

How to ODBC support on a cPanel server

You first have to install the devel packages for unixodbc, then add a line in rawopts file and rebuild Apache+PHP. 1. Install the UnixODBC devel packages: yum install unixODBC unixODBC-devel 2. You now need to create a file “all_php7″ to add a line...

what is cpanel - ⚠️ Fatal! Write Failure: /etc/valiases/domain.tld ⚠️

⚠️ Fatal! Write Failure: /etc/valiases/domain.tld ⚠️

You may see error “Fatal! Write failure” error message while adding email forwarders OR setting a catchall email address from cPanel >> “Email Accounts” section. The error is: Fatal! Write Failure: /etc/valiases/domainname.tld. Ignore any messages...

cf log fetch - ⚠️ CVE-2010-2861

⚠️ CVE-2010-2861

A new Adobe hotfix for ColdFusion has been released recently. The vulnerability which was discovered by Richard Brain was rated as important by Adobe and could affect a large number of Internet-facing web servers. How does the vulnerability work...

linux - Linux: Run level and restart

Linux: Run level and restart

Learn to shut down or restart your Linux system, warn users that the system is shutting down, and switch to a somewhat restrictive run level. This process is unfamiliar to many Linux enthusiasts. Next, Ian Shields, a senior programmer from IBM, will...

MobaXterm Personal 20.3 0UYr6Hl4lh - Unix/Linux Find Size of Files in a Directory

Unix/Linux Find Size of Files in a Directory

Wait… before I try to copy this directory recursively, how big is it?

du -sh /path/to/directory

-s : Display for the entire folder, not for all subfiles separately

-h : Display size in human-readable format: KB, GB, TB..

image 17 - How to Install mod_cloudflare in cPanel

How to Install mod_cloudflare in cPanel

When using Cloudflare, all the hits to your web server will come from a Cloudflare IP address. So in order to retrieve the actual IP address from the visitor you must install mod_cloudflare. 1. Connect to your server through SSH and log in as root...

linux - 🔍 Search text files for a particular word or phrase

🔍 Search text files for a particular word or phrase

grep can search one or many files for a word or phrase. To search one file for the phrase “Libby the dog”, try this: grep "Libby the dog" file.txt Note that you use quotation marks around your phrase because you are searching for a phrase. If you’re...

image 19 - How to Change SSH port 🔢 in cPanel

How to Change SSH port 🔢 in cPanel

In order to change the SSH port and protocol, you will have to edit sshd_config nano /etc/ssh/sshd_config Change Protocol 2,1 -> to Protocol 2Change #Port 22 -> to some other port and uncomment it Example: Protocol 2 Port 2255 Then restart ssh...