Lawrence's quick bash scripts for common tasks. Type CTRL + F and search for what you're looking for.
Paste the command in the terminal to execute the script. Some scripts may come with prompts. Most scripts assume a situation.

In order to have access to the bash scripts, you must contact Lawrence and request your server IP to be added.

CentOS

Function Command
ConfigServer Firewall: Install cd; wget http://sh.lawrencewright.net/centos/csf.install.sh; chmod +x csf.install.sh; ./csf.install.sh
ConfigServer Firewall: Remove cd; wget http://sh.lawrencewright.net/centos/csf.remove.sh; chmod +x csf.remove.sh; ./csf.remove.sh
cPanel: Install cd; wget http://sh.lawrencewright.net/centos/cpanel.install.sh; chmod +x cpanel.install.sh; ./cpanel.install.sh
cPanel: Security cd; wget http://sh.lawrencewright.net/centos/cpanel.security.sh; chmod +x cpanel.security.sh; ./cpanel.security.sh

Debian

Function Command
Debian Desktop w/RDP: Install cd; wget http://sh.lawrencewright.net/debian/debdesktop.install.sh; chmod +x debdesktop.install.sh; ./debdesktop.install.sh