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

133 lines
2.6 KiB
Markdown
Raw Normal View History

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 💀
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
2022-10-19 00:08:51 -07:00
### `wget -O giteainstall.sh https://sop.wtf/sh/giteainstall && bash giteainstall.sh`
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
2022-10-19 00:08:51 -07:00
### `wget -O gitearemove.sh https://sop.wtf/sh/gitearemove && bash gitearemove.sh`
2022-10-18 22:55:34 -07:00
2022-12-27 03:15:06 -08:00
### ✔️ Update
### `wget -O giteaupdate.sh https://sop.wtf/sh/giteaupdate && bash giteaupdate.sh`
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
### `wget -O hugoinstall.sh https://sop.wtf/sh/hugoinstall && bash hugoinstall.sh`
### ✔️ 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
### `wget -O goinstall.sh https://sop.wtf/sh/goinstall && bash goinstall.sh`
### ✔️ Uninstall
### `rm -rf /usr/local/go`
---
## [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
2022-10-19 00:08:51 -07:00
### `wget -O mariadbinstall.sh https://sop.wtf/sh/mariadbinstall && bash mariadbinstall.sh`
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
2022-10-19 20:35:43 -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
2022-10-19 00:08:51 -07:00
### `wget -O pmainstall.sh https://sop.wtf/sh/pmainstall && bash pmainstall.sh`
2022-12-27 03:15:06 -08:00
2023-04-04 18:37:14 -07:00
### ✔️ Uninstall (Only works for Apache2 currently)
2022-12-27 03:15:06 -08:00
2022-10-19 10:01:32 -07:00
### `wget -O pmauninstall.sh https://sop.wtf/sh/pmauninstall && bash pmauninstall.sh`
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
### `wget -O pmaupdate.sh https://sop.wtf/sh/pmaupdate && bash pmaupdate.sh`
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
2022-10-19 22:01:24 -07:00
### `wget -O mongodbinstall.sh https://sop.wtf/sh/mongodbinstall && bash mongodbinstall.sh`
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
2022-10-20 10:19:12 -07:00
### `sudo apt remove mongodb-org libssl1.1 -y && sudo apt autoremove`
2022-10-19 22:01:24 -07:00
---
2022-10-20 10:23:55 -07:00
2023-08-04 01:06:24 -07:00
## [Gitlab](https://about.gitlab.com/) (Retired, Now falls back to offical script)
2022-10-20 10:23:55 -07:00
2023-04-18 19:09:49 -07:00
### 💀 Install
2022-12-27 03:15:06 -08:00
2022-10-20 10:23:55 -07:00
### `wget -O gitlabinstall.sh https://sop.wtf/sh/gitlabinstall && bash gitlabinstall.sh`
2022-12-27 03:15:06 -08:00
2023-04-18 19:09:49 -07:00
### 💀 Uninstall
2022-12-27 03:15:06 -08:00
2022-10-20 18:35:11 -07:00
### `wget -O gitlabuninstall.sh https://sop.wtf/sh/gitlabuninstall && bash gitlabuninstall.sh`
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
2022-10-21 03:00:14 -07:00
### `wget -O gogsinstall.sh https://sop.wtf/sh/gogsinstall && bash gogsinstall.sh`
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
2022-10-21 10:22:08 -07:00
### `wget -O gogsuninstall.sh https://sop.wtf/sh/gogsuninstall && bash gogsuninstall.sh`
---
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
2022-10-30 15:57:18 -07:00
### `wget -O wpinstall.sh https://sop.wtf/sh/wpinstall && bash wpinstall.sh`
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
2022-10-30 16:01:30 -07:00
### `wget -O fail2baninstall.sh https://sop.wtf/sh/fail2baninstall && bash fail2baninstall.sh`
2022-10-30 15:57:18 -07:00
2022-12-27 03:15:06 -08:00
---