Mirror

Vova Tkach 8dc9f95791 Update README 6 years ago
.tmux.conf 7cd7991614 Settings for tmux 6 years ago
LICENSE 881223d009 Initial commit 6 years ago
Makefile 09342444eb Make file 6 years ago
README.md 8dc9f95791 Update README 6 years ago
atr 4da573f2db atr 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 d3b46ab626 Check root user before executing 6 years ago
ping-disable d3b46ab626 Check root user before executing 6 years ago
ping-enable d3b46ab626 Check root user before executing 6 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
cd ~; rm -rd ~/tmplinutils