thelinuxlist/README.md

52 lines
1.1 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-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-10-19 00:08:51 -07:00
### `wget -O giteainstall.sh https://sop.wtf/sh/giteainstall && bash giteainstall.sh`
2022-10-18 23:43:30 -07:00
### ✔️ Uninstall
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
---
## MariaDB
2022-10-18 23:43:30 -07:00
### ✔️ Install
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-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-10-19 20:33:02 -07:00
### ✔️ Install
2022-10-19 00:08:51 -07:00
### `wget -O pmainstall.sh https://sop.wtf/sh/pmainstall && bash pmainstall.sh`
2022-10-19 20:33:02 -07:00
### ✔️ Uninstall
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
---
## MongoDB
2022-10-19 22:01:24 -07:00
### ✔️ Install
### `wget -O mongodbinstall.sh https://sop.wtf/sh/mongodbinstall && bash mongodbinstall.sh`
2022-10-20 10:19:12 -07:00
### ✔️ Uninstall
### `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
### ⚠️ Install
### `wget -O gitlabinstall.sh https://sop.wtf/sh/gitlabinstall && bash gitlabinstall.sh`
---