forked from Sophia/thelinuxlist
Commands that have helped me, and could help you
|
||
---|---|---|
scripts | ||
systemd | ||
LICENSE | ||
list.md | ||
README.md |
|
||
---|---|---|
scripts | ||
systemd | ||
LICENSE | ||
list.md | ||
README.md |
~Script Installs~
wget -O giteainstall.sh https://sop.wtf/sh/giteainstall && bash giteainstall.sh
wget -O gitearemove.sh https://sop.wtf/sh/gitearemove && bash gitearemove.sh
wget -O mariadbinstall.sh https://sop.wtf/sh/mariadbinstall && bash mariadbinstall.sh
sudo apt remove mariadb-server mariadb-client -y && apt autoremove -y
wget -O pmainstall.sh https://sop.wtf/sh/pmainstall && bash pmainstall.sh
wget -O pmauninstall.sh https://sop.wtf/sh/pmauninstall && bash pmauninstall.sh
wget -O mongodbinstall.sh https://sop.wtf/sh/mongodbinstall && bash mongodbinstall.sh
sudo apt remove mongodb-org libssl1.1 -y && sudo apt autoremove
wget -O gitlabinstall.sh https://sop.wtf/sh/gitlabinstall && bash gitlabinstall.sh
wget -O gitlabuninstall.sh https://sop.wtf/sh/gitlabuninstall && bash gitlabuninstall.sh
wget -O gogsinstall.sh https://sop.wtf/sh/gogsinstall && bash gogsinstall.sh
wget -O gogsuninstall.sh https://sop.wtf/sh/gogsuninstall && bash gogsuninstall.sh
wget -O wpinstall.sh https://sop.wtf/sh/wpinstall && bash wpinstall.sh
wget -O fail2baninstall.sh https://sop.wtf/sh/fail2baninstall && bash fail2baninstall.sh