Configure Certbot
Tested on Ubuntu 18.04
This script allows you to quickly install and configure certbot.
Usage:
bash <(curl -sSL https://jrussell.sh/configure-certbot)
Tested on Ubuntu 18.04
This script allows you to quickly install and configure certbot.
Usage:
bash <(curl -sSL https://jrussell.sh/configure-certbot)
Tested on Ubuntu 18.04
This script allows you to quickly create an nginx reverse proxy.
Usage:
bash <(curl -sSL https://jrussell.sh/create-nginx-proxy)
Tested on Ubuntu 22.04
This script deploys a WordPress stack via Docker Compose. There are two versions of this script, one for Nginx and one for Apache.
It prompts for the following parameters:
Nginx version: (Github raw, repo link)
bash <(curl -sSL https://jrussell.sh/deploy-wordpress-docker-nginx)
Apache version: (Github raw, repo link)
bash <(curl -sSL https://jrussell.sh/deploy-wordpress-docker-apache)
Tested on Ubuntu 20.04
This script updates the apt cache, performs upgrades, and removes unneeded packages.
Usage:
bash <(curl -sSL https://jrussell.sh/setup-apt)
Tested on Ubuntu 18.04
This script creates a new sudo user via script arguments.
Download:
wget https://raw.githubusercontent.com/JacFearsome/bash-scripts/master/automation/create-sudo-user-auto.sh
Usage:
sudo bash create-sudo-user-auto.sh -u user -p1 password -p2 password