thelinuxlist/README.md

26 lines
651 B
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 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 22:36:44 -07:00
### ***DON'T RUN AS ROOT***
2022-10-18 22:20:56 -07:00
### Install
### `wget -O giteainstall.sh https://git.oldgate.org/Sophia/thelinuxlist/raw/branch/main/scripts/giteainstall.sh && bash giteainstall.sh`
### Uninstall
### `wget -O gitearemove.sh https://git.oldgate.org/Sophia/thelinuxlist/raw/branch/main/scripts/gitearemove.sh && bash gitearemove.sh`
2022-10-18 22:55:34 -07:00
---
## MariaDB
### Install
### `wget -O mariadbinstall.sh https://git.oldgate.org/Sophia/thelinuxlist/raw/branch/main/scripts/mariadbinstall.sh && bash mariadbinstall.sh`
### Uninstall
2022-10-18 23:01:56 -07:00
### `sudo apt remove mariadb-server mariadb-client -y && apt autoremove`
2022-10-18 21:44:39 -07:00
---
2022-10-18 22:55:34 -07:00