Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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
```