Scripts I use on Ubuntu / Debian systems.
First step to perform on a new Ubuntu installation:
wget -O /tmp/newUbuntu https://raw.githubusercontent.com/aensley/UbuntuScripts/master/newUbuntu && \
chmod +x /tmp/newUbuntu && \
/tmp/newUbuntu
If you have an existing installation and just want the scripts without any installation/removal of software, run this command:
wget -qO- https://raw.githubusercontent.com/aensley/UbuntuScripts/master/sbin/updateScripts | bash -