Skip to content

Xaqron/scripts

Repository files navigation

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

install-docker.sh

This bash script automatically:

Usage

curl -o- https://raw.githubusercontent.com/Xaqron/scripts/master/install-docker.sh | bash

install-gcc.sh

This bash script automatically:

  • Installs GCC v7.

Usage

curl -o- https://raw.githubusercontent.com/Xaqron/scripts/master/install-gcc.sh | bash

install-go.sh

This bash script automatically:

Usage

curl -o- https://raw.githubusercontent.com/Xaqron/scripts/master/install-go.sh | source

install-i2p.sh

This bash script automatically:

  • Installs I2P on control machine.

Usage

curl -o- https://raw.githubusercontent.com/Xaqron/scripts/master/install-i2p.sh | bash

install-mkvtoolnix.sh

This bash script automatically:

Usage

curl -o- https://raw.githubusercontent.com/Xaqron/scripts/master/install-mkvtoolnix.sh | bash

install-mongo.sh

This bash script automatically:

  • Installs MongoDB Community Edition.

Usage

curl -o- https://raw.githubusercontent.com/Xaqron/scripts/master/install-mongo.sh | bash

install-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 | bash

install-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 | source

install-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 | bash

Usage (Client)

  • Download generated config file from your server. You can find it at home directory as shadowsocks.json

  • Download shadowsocks client.

  • Import shadowsocks.json into the client.

install-wireshark.sh

This bash script automatically:

Usage

curl -o- https://raw.githubusercontent.com/Xaqron/scripts/master/install-wireshark.sh | bash

Releases

No releases published

Packages

No packages published

Languages