Tag: cpanel

Screenshot of the WSO 2.6 Shell

⚠️ WSO 2.6 Shell 😲

WSO (web shell by oRb) is a simple and easy to use tool for any would-be hacker to learn and use. WSO 2.6 Shell This shell allows an attacker to perform the following actions: View detailed server informationFile management (uploading, downloading...

Linux Server file transfer 01 - Connect to FTP from 🐧 Linux and download files

Connect to FTP from 🐧 Linux and download files

To connect to the FTP server, we have to type in the terminal window ‘ftp’ and then the domain name ‘domain.com‘ or IP address of the FTP server and port. ftp example.com 21 you will be asked for username and...

chrome 2DFRuxe6qV - How to install Gridsome on cPanel shared hosting

How to install Gridsome on cPanel shared hosting

Gridsome is a Vue.js static site generaqtor that requires yarn, nodejs and NPM in order to generate website files. I recommend using two separate devices, one on which you develop the site and another where it will bi published. But, if you for some...

what is cpanel - mod_userdir - cPanel temporary URL

mod_userdir – cPanel temporary URL

For servers where ‘mod_userdir’ module is enabled, you can access your websites via temporary URLs instead of the domain name. The format of this temporary URL is usually ‘; The ‘ipaddress’ used is the server’s...

what is cpanel - How to add Domainkeys for a Domain in cPanel

How to add Domainkeys for a Domain in cPanel

“DomainKeys” is an anti-spam software application that uses a public key, cryptography to authenticate the sender’s domain. cPanel offers a installer script “domain_keys_installer” using which the DomainKeys can be...

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...

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...