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: 6 months 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 (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-09-08T14:26:29.000Z (almost 2 years ago)
- Last Synced: 2025-02-05T21:06:23.073Z (over 1 year 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://hbeugyarcpendihh.public.blob.vercel-storage.com/sc/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
```