Commands that have helped me, and could help you
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.
Go to file
Sophia Atkinson 974f6d4fb5
add EOL notice
2024-03-20 20:50:36 -07:00
conf fixed PMA script 2023-04-04 18:32:45 -07:00
scripts EOL this project :( 2024-03-20 20:49:27 -07:00
systemd Misskey install and retired list.md 2022-11-05 18:43:45 -07:00
LICENSE Update 'LICENSE' 2022-10-19 03:31:43 -07:00
README.md add EOL notice 2024-03-20 20:50:36 -07:00
list.md Update 'list.md' 2022-11-09 20:02:10 -08:00

README.md

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