# 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