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.
thelinuxlist/README.md

145 lines
2.6 KiB
Markdown
Raw Permalink Normal View History

2024-03-20 20:50:36 -07:00
**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 💜
_______________________________________________________________________
2022-10-18 21:42:53 -07:00
# The Linux List
2022-10-04 19:54:04 -07:00
2022-10-18 23:03:45 -07:00
## `~Script Installs~`
2022-10-20 18:37:33 -07:00
2022-10-18 23:43:30 -07:00
### Tested scrips ✔️
### Broken Scripts ❌
### Untested Scripts ⚠️
2022-10-18 21:42:53 -07:00
2023-04-18 19:09:49 -07:00
### Retired Scripts 💀
## Don't like typing "Y"? Just add a "u" after the /sh/ `(/sh/u/RANDOMSCRIPT)`
2022-10-18 21:44:39 -07:00
---
2023-08-04 01:06:24 -07:00
## [Gitea](https://about.gitea.com/)
2022-10-18 21:44:39 -07:00
2022-10-18 23:43:30 -07:00
### ✔️ Install
2022-12-27 03:15:06 -08:00
2024-03-20 20:50:36 -07:00
### `wget https://sop.wtf/sh/giteainstall ; bash giteainstall`
2022-12-27 03:15:06 -08:00
2022-10-18 23:43:30 -07:00
### ✔️ Uninstall
2022-12-27 03:15:06 -08:00
2024-03-20 20:50:36 -07:00
### `wget https://sop.wtf/sh/gitearemove ; bash gitearemove`
2022-10-18 22:55:34 -07:00
2022-12-27 03:15:06 -08:00
### ✔️ Update
2024-03-20 20:50:36 -07:00
### `wget https://sop.wtf/sh/giteaupdate ; bash giteaupdate`
2022-12-27 03:15:06 -08:00
2022-10-18 22:55:34 -07:00
---
2023-08-04 01:07:38 -07:00
## [Go Hugo](https://gohugo.io/)
2023-08-04 01:06:24 -07:00
### ✔️ Install/Update
2024-03-20 20:50:36 -07:00
### `wget https://sop.wtf/sh/hugoinstall ; bash hugoinstall`
2023-08-04 01:06:24 -07:00
### ✔️ Uninstall
### `rm -rf /usr/local/bin/hugo`
---
2023-08-04 01:07:38 -07:00
## [Go](https://go.dev/)
2023-08-04 01:06:24 -07:00
### ✔️ Install/Update
2024-03-20 20:50:36 -07:00
### `wget https://sop.wtf/sh/goinstall ; bash goinstall`
2023-08-04 01:06:24 -07:00
### ✔️ Uninstall
### `rm -rf /usr/local/go`
---
## [Traefik](https://go.dev/)
### ✔️ Install/Update
2024-03-20 20:50:36 -07:00
### `wget https://sop.wtf/sh/traefikinstall ; bash traefikinstall`
### ✔️ Uninstall
### `rm -rf /usr/local/traefik`
2023-08-04 01:06:24 -07:00
---
## [MariaDB](https://mariadb.org/)
2022-12-27 03:15:06 -08:00
2022-10-18 23:43:30 -07:00
### ✔️ Install
2022-12-27 03:15:06 -08:00
2024-03-20 20:50:36 -07:00
### `wget https://sop.wtf/sh/mariadbinstall ; bash mariadbinstall`
2022-10-18 22:55:34 -07:00
2022-10-18 23:45:57 -07:00
### ✔️ Uninstall
2022-12-27 03:15:06 -08:00
2024-03-20 20:50:36 -07:00
### `sudo apt remove mariadb-server mariadb-client -y ; apt autoremove -y`
2022-10-19 21:54:47 -07:00
2022-10-18 21:44:39 -07:00
---
2022-10-18 22:55:34 -07:00
2023-08-04 01:06:24 -07:00
## [phpMyAdmin](https://www.phpmyadmin.net/)
2022-12-27 03:15:06 -08:00
2023-04-04 18:32:45 -07:00
### ✔️ Install
2022-12-27 03:15:06 -08:00
2024-03-20 20:50:36 -07:00
### `wget https://sop.wtf/sh/pmainstall ; bash pmainstall`
2022-12-27 03:15:06 -08:00
2023-08-31 20:10:37 -07:00
### ⚠️ Uninstall
2022-12-27 03:15:06 -08:00
2024-03-20 20:50:36 -07:00
### `wget https://sop.wtf/sh/pmauninstall ; bash pmauninstall`
2022-10-19 21:54:47 -07:00
2023-08-04 01:06:24 -07:00
### ✔️ Update
2023-01-02 13:22:31 -08:00
2024-03-20 20:50:36 -07:00
### `wget https://sop.wtf/sh/pmaupdate ; bash pmaupdate`
2022-10-19 21:54:47 -07:00
---
2023-08-04 01:06:24 -07:00
## [MongoDB](https://www.mongodb.com/)
2022-12-27 03:15:06 -08:00
2023-02-12 13:40:28 -08:00
### ⚠️ Install
2022-12-27 03:15:06 -08:00
2024-03-20 20:50:36 -07:00
### `wget https://sop.wtf/sh/mongodbinstall ; bash mongodbinstall`
2022-12-27 03:15:06 -08:00
2022-10-20 10:19:12 -07:00
### ✔️ Uninstall
2022-12-27 03:15:06 -08:00
2024-03-20 20:50:36 -07:00
### `sudo apt remove mongodb-org libssl1.1 -y ; sudo apt autoremove`
2022-10-21 03:00:14 -07:00
---
2023-08-04 01:06:24 -07:00
## [Gogs](https://gogs.io/)
2022-10-21 03:00:14 -07:00
2022-10-21 03:16:54 -07:00
### ✔️ Install
2022-12-27 03:15:06 -08:00
2024-03-20 20:50:36 -07:00
### `wget https://sop.wtf/sh/gogsinstall ; bash gogsinstall`
2022-12-27 03:15:06 -08:00
2022-10-21 10:22:08 -07:00
### ✔️ Uninstall
2022-12-27 03:15:06 -08:00
2024-03-20 20:50:36 -07:00
### `wget https://sop.wtf/sh/gogsuninstall ; bash gogsuninstall`
---
2023-08-04 01:06:24 -07:00
## [Wordpress](https://wordpress.org/)
2022-12-27 03:15:06 -08:00
2023-08-04 01:06:24 -07:00
### ⚠️ Install
2022-12-27 03:15:06 -08:00
2024-03-20 20:50:36 -07:00
### `wget https://sop.wtf/sh/wpinstall ; bash wpinstall`
2022-10-20 10:23:55 -07:00
---
2023-08-04 01:06:24 -07:00
## [Fail2Ban](https://www.fail2ban.org/)
2022-12-27 03:15:06 -08:00
2022-10-30 15:57:18 -07:00
### ✔️ Install
2022-12-27 03:15:06 -08:00
2024-03-20 20:50:36 -07:00
### `wget https://sop.wtf/sh/fail2baninstall ; bash fail2baninstall`
2022-10-30 15:57:18 -07:00
2022-12-27 03:15:06 -08:00
---