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

108 lines
1.9 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
2022-10-18 21:44:39 -07:00
---
2022-10-18 22:20:56 -07:00
## Gitea
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
---
## MariaDB
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
2022-10-18 23:45:57 -07:00
## phpMyAdmin
2022-12-27 03:15:06 -08:00
2022-10-19 20:33:02 -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
2022-10-19 20:33:02 -07:00
### ✔️ Uninstall
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-01-02 13:22:31 -08:00
### ✔️ Update
### `wget -O pmaupdate.sh https://sop.wtf/sh/pmaupdate && bash pmaupdate.sh`
2022-10-19 21:54:47 -07:00
---
## MongoDB
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
## Gitlab
2022-10-20 18:37:33 -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
2022-10-20 18:37:33 -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
---
## Gogs
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`
---
## Wordpress
2022-12-27 03:15:06 -08: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
---
2022-10-30 15:57:18 -07:00
## Fail2Ban
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
---