Mirror

Volodymyr Tkach d80ac7eb3e Update README.md 2 years ago
LICENSE 5254584887 Update LICENSE 2 years ago
Makefile 96f20df9cd Add new script, tmux sessions helper 5 years ago
README.md d80ac7eb3e Update README.md 2 years ago
atr f19ea3d222 Code comments 6 years ago
iptables-http-clear d3b46ab626 Check root user before executing 6 years ago
iptables-http-cloudflare d3b46ab626 Check root user before executing 6 years ago
iptables-write 22474b9af7 Fix iptables load file name 5 years ago
ping-disable d3b46ab626 Check root user before executing 6 years ago
ping-enable 61898b9b6f tmux hotkeys, color 5 years ago
sess 96f20df9cd Add new script, tmux sessions helper 5 years ago
tmux.conf 190c6674b4 Rename tmux file again 5 years ago

README.md

bash-linux-utils

Useful utilities for Linux

Dependences

apt-get install make
apt-get install wget

And root access.

How to use

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