Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/voutuk/scripts
Repository of scripts for automated installation of various packages on Ubuntu Server.
https://github.com/voutuk/scripts
agario ansible bash docker jenkins scripts swap wordpress zabbix
Last synced: 2 days ago
JSON representation
Repository of scripts for automated installation of various packages on Ubuntu Server.
- Host: GitHub
- URL: https://github.com/voutuk/scripts
- Owner: voutuk
- Created: 2023-08-12T18:59:35.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-08T14:26:29.000Z (5 months ago)
- Last Synced: 2025-02-05T21:06:23.073Z (10 days ago)
- Topics: agario, ansible, bash, docker, jenkins, scripts, swap, wordpress, zabbix
- Language: Shell
- Homepage:
- Size: 10.2 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Bash файли
> [!CAUTION]
> I am uncertain about the safety of these bash scripts.**Zabbix**
```bash
wget -qO- https://raw.githubusercontent.com/voutuk/file/main/zab.sh | sudo bash
```Ansible
```bash
wget -qO- https://raw.githubusercontent.com/voutuk/file/main/an.sh | sudo bash
```Docker
```bash
wget -qO- https://raw.githubusercontent.com/voutuk/file/main/docker.sh | sudo bash
```WordPress
```bash
wget -qO- https://raw.githubusercontent.com/voutuk/file/main/wp.sh | sudo bash
```Jenkins
```bash
wget -qO- https://raw.githubusercontent.com/voutuk/file/main/jen.sh | sudo bash
```Swap AWS 2GB
```bash
wget -qO- https://raw.githubusercontent.com/voutuk/file/main/swap.sh | sudo bash
```AGARIO
```bash
wget -qO- https://raw.githubusercontent.com/voutuk/file/main/agario.sh | sudo bash
```