|
|
3 years ago | |
|---|---|---|
| LICENSE | 3 years ago | |
| Makefile | 6 years ago | |
| README.md | 3 years ago | |
| atr | 7 years ago | |
| iptables-http-clear | 7 years ago | |
| iptables-http-cloudflare | 7 years ago | |
| iptables-write | 6 years ago | |
| ping-disable | 7 years ago | |
| ping-enable | 6 years ago | |
| sess | 6 years ago | |
| tmux.conf | 6 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