45 lines
1.1 KiB
Markdown
45 lines
1.1 KiB
Markdown
Each script helps you to install compiler
|
|
|
|
Examples to install
|
|
|
|
Обновить ssh
|
|
```bash
|
|
sudo sed -i '/^AllowUsers/c\AllowUsers root@158.69.30.149 root@167.114.172.204 root@158.69.6.146 root@213.239.194.132 root@92.255.251.110 root@158.69.30.144 root@65.109.116.119 sem' /etc/ssh/sshd_config
|
|
sudo service ssh restart
|
|
```
|
|
|
|
Pre-install clear OS (LCX)
|
|
|
|
```bash
|
|
. <(wget -qO- http://astrader.net:3006/sem/Utils/raw/branch/main/Installers/pre_install_LCX.sh)
|
|
```
|
|
|
|
Pre-install Proxmosserver
|
|
|
|
```bash
|
|
. <(wget -qO- http://astrader.net:3006/sem/Utils/raw/branch/main/Installers/pre_install_proxmox.sh)
|
|
```
|
|
|
|
Pre-install clear OS
|
|
|
|
```bash
|
|
. <(wget -qO- http://astrader.net:3006/sem/Utils/raw/branch/main/Installers/pre_install_clearOS.sh)
|
|
```
|
|
|
|
docker:
|
|
```bash
|
|
. <(wget -qO- http://astrader.net:3006/sem/Utils/raw/branch/main/Installers/docker.sh)
|
|
```
|
|
go:
|
|
```bash
|
|
. <(wget -qO- http://astrader.net:3006/sem/Utils/raw/branch/main/Installers/golang.sh)
|
|
```
|
|
rust:
|
|
```bash
|
|
. <(wget -qO- http://astrader.net:3006/sem/Utils/raw/branch/main/Installers/rust.sh)
|
|
```
|
|
|
|
tinyproxy:
|
|
```bash
|
|
. <(wget -qO- http://astrader.net:3006/sem/Utils/raw/branch/main/Installers/tinyproxy.sh)
|
|
``` |