Volodymyr Tkach d80ac7eb3e Update README.md | 2 years ago | |
---|---|---|
LICENSE | 2 years ago | |
Makefile | 5 years ago | |
README.md | 2 years ago | |
atr | 6 years ago | |
iptables-http-clear | 6 years ago | |
iptables-http-cloudflare | 6 years ago | |
iptables-write | 5 years ago | |
ping-disable | 6 years ago | |
ping-enable | 5 years ago | |
sess | 5 years ago | |
tmux.conf | 5 years ago |
Useful utilities for Linux
apt-get install make
apt-get install wget
And root access.
su root
apt-get install make; apt-get install wget; mkdir ~/tmplinutils; cd ~/tmplinutils; wget -O Makefile https://github.com/vladimirok5959/bash-linux-utils/releases/download/latest/Makefile; make
make install
Downloading...
[OK] ~/.tmux.conf
[OK] /usr/local/bin/atr
[OK] /usr/local/bin/iptables-http-clear
[OK] /usr/local/bin/iptables-http-cloudflare
[OK] /usr/local/bin/iptables-write
[OK] /usr/local/bin/ping-disable
[OK] /usr/local/bin/ping-enable
[OK] /usr/local/bin/sess
All installed successfully
cd ~; rm -rd ~/tmplinutils