This repository has been archived on 2024-03-20 . You can view files and clone it, but cannot push or open issues or pull requests.
Discontinuation Notice: The Linux List
Sad news... I've decided to pull the plug on The Linux List. Juggling other projects means I can't give it the love it needs anymore.
Big thanks to all who've been part of the journey. No more updates or fixes, but the Git repo will stick around for those who need it.
Thanks for rolling with it,
Sophia Atkinson 💜
The Linux List
~Script Installs~
Tested scrips ✔️
Broken Scripts ❌
Untested Scripts ⚠️
Retired Scripts 💀
Don't like typing "Y"? Just add a "u" after the /sh/ (/sh/u/RANDOMSCRIPT)
Gitea
✔️ Install
wget https://sop.wtf/sh/giteainstall ; bash giteainstall
✔️ Uninstall
wget https://sop.wtf/sh/gitearemove ; bash gitearemove
✔️ Update
wget https://sop.wtf/sh/giteaupdate ; bash giteaupdate
Go Hugo
✔️ Install/Update
wget https://sop.wtf/sh/hugoinstall ; bash hugoinstall
✔️ Uninstall
rm -rf /usr/local/bin/hugo
Go
✔️ Install/Update
wget https://sop.wtf/sh/goinstall ; bash goinstall
✔️ Uninstall
rm -rf /usr/local/go
Traefik
✔️ Install/Update
wget https://sop.wtf/sh/traefikinstall ; bash traefikinstall
✔️ Uninstall
rm -rf /usr/local/traefik
MariaDB
✔️ Install
wget https://sop.wtf/sh/mariadbinstall ; bash mariadbinstall
✔️ Uninstall
sudo apt remove mariadb-server mariadb-client -y ; apt autoremove -y
phpMyAdmin
✔️ Install
wget https://sop.wtf/sh/pmainstall ; bash pmainstall
⚠️ Uninstall
wget https://sop.wtf/sh/pmauninstall ; bash pmauninstall
✔️ Update
wget https://sop.wtf/sh/pmaupdate ; bash pmaupdate
MongoDB
⚠️ Install
wget https://sop.wtf/sh/mongodbinstall ; bash mongodbinstall
✔️ Uninstall
sudo apt remove mongodb-org libssl1.1 -y ; sudo apt autoremove
Gogs
✔️ Install
wget https://sop.wtf/sh/gogsinstall ; bash gogsinstall
✔️ Uninstall
wget https://sop.wtf/sh/gogsuninstall ; bash gogsuninstall
Wordpress
⚠️ Install
wget https://sop.wtf/sh/wpinstall ; bash wpinstall
Fail2Ban
✔️ Install
wget https://sop.wtf/sh/fail2baninstall ; bash fail2baninstall
Description
Languages
Shell
100%