install-ansible.sh
This bash script automatically:
- Installs ansible on control machine.
Usage
curl -o- https://raw.githubusercontent.com/Xaqron/scripts/master/install-ansible.sh | bashinstall-docker.sh
This bash script automatically:
- Installs docker.
Usage
curl -o- https://raw.githubusercontent.com/Xaqron/scripts/master/install-docker.sh | bashinstall-gcc.sh
This bash script automatically:
- Installs GCC v7.
Usage
curl -o- https://raw.githubusercontent.com/Xaqron/scripts/master/install-gcc.sh | bashinstall-go.sh
This bash script automatically:
- Installs golang.
Usage
curl -o- https://raw.githubusercontent.com/Xaqron/scripts/master/install-go.sh | sourceinstall-i2p.sh
This bash script automatically:
- Installs I2P on control machine.
Usage
curl -o- https://raw.githubusercontent.com/Xaqron/scripts/master/install-i2p.sh | bashinstall-mkvtoolnix.sh
This bash script automatically:
- Installs mkvtoolnix.
Usage
curl -o- https://raw.githubusercontent.com/Xaqron/scripts/master/install-mkvtoolnix.sh | bashinstall-mongo.sh
This bash script automatically:
- Installs MongoDB Community Edition.
Usage
curl -o- https://raw.githubusercontent.com/Xaqron/scripts/master/install-mongo.sh | bashinstall-node.sh
This bash script automatically:
-
Installs LTS node.js via nvm (node version manager).
-
Installs latest stable npm (node.js package manager).
-
Installs latest stable pm2 (used for running node.js applications as daemon).
Usage
curl -o- https://raw.githubusercontent.com/Xaqron/scripts/master/install-node.sh | bashinstall-python.sh
This bash script automatically:
-
Installs LTS python via pyenv (python version manager).
-
Installs latest stable pip (python package manager).
-
Installs latest stable setuptools.
-
Installs latest stable virtualenv.
Usage
curl -o- https://raw.githubusercontent.com/Xaqron/scripts/master/install-python.sh | sourceinstall-shadowsocks.sh
This bash script automatically:
-
Installs shadowsocks and configure it.
-
Generates client configuration file.
Usage (Server)
curl -o- https://raw.githubusercontent.com/Xaqron/scripts/master/install-shadowsocks.sh | bashUsage (Client)
-
Download generated config file from your server. You can find it at home directory as
shadowsocks.json -
Download shadowsocks client.
-
Import
shadowsocks.jsoninto the client.
install-wireshark.sh
This bash script automatically:
- Installs wireshark.
Usage
curl -o- https://raw.githubusercontent.com/Xaqron/scripts/master/install-wireshark.sh | bash