Commands that have helped me, and could help you
Go to file
Wade Waters a0a7781ed2 Merge pull request 'main' (#1) from Sophia/thelinuxlist:main into main
Reviewed-on: #1
2022-12-05 11:39:30 -08:00
scripts Update 'scripts/wpinstall.sh' 2022-11-12 00:50:17 -08: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 Update 'README.md' 2022-10-30 16:01:30 -07:00
list.md Update 'list.md' 2022-11-09 20:02:10 -08:00

README.md

The Linux List

~Script Installs~

Tested scrips ✔️

Broken Scripts

Untested Scripts ⚠️


Gitea

✔️ Install

wget -O giteainstall.sh https://sop.wtf/sh/giteainstall && bash giteainstall.sh

✔️ Uninstall

wget -O gitearemove.sh https://sop.wtf/sh/gitearemove && bash gitearemove.sh


MariaDB

✔️ Install

wget -O mariadbinstall.sh https://sop.wtf/sh/mariadbinstall && bash mariadbinstall.sh

✔️ Uninstall

sudo apt remove mariadb-server mariadb-client -y && apt autoremove -y


phpMyAdmin

✔️ Install

wget -O pmainstall.sh https://sop.wtf/sh/pmainstall && bash pmainstall.sh

✔️ Uninstall

wget -O pmauninstall.sh https://sop.wtf/sh/pmauninstall && bash pmauninstall.sh


MongoDB

✔️ Install

wget -O mongodbinstall.sh https://sop.wtf/sh/mongodbinstall && bash mongodbinstall.sh

✔️ Uninstall

sudo apt remove mongodb-org libssl1.1 -y && sudo apt autoremove


Gitlab

✔️ Install

wget -O gitlabinstall.sh https://sop.wtf/sh/gitlabinstall && bash gitlabinstall.sh

✔️ Uninstall

wget -O gitlabuninstall.sh https://sop.wtf/sh/gitlabuninstall && bash gitlabuninstall.sh


Gogs

✔️ Install

wget -O gogsinstall.sh https://sop.wtf/sh/gogsinstall && bash gogsinstall.sh

✔️ Uninstall

wget -O gogsuninstall.sh https://sop.wtf/sh/gogsuninstall && bash gogsuninstall.sh


Wordpress

✔️ Install

wget -O wpinstall.sh https://sop.wtf/sh/wpinstall && bash wpinstall.sh


Fail2Ban

✔️ Install

wget -O fail2baninstall.sh https://sop.wtf/sh/fail2baninstall && bash fail2baninstall.sh