|
@@ -1,18 +1,25 @@
|
|
|
# bash-linux-utils
|
|
|
+
|
|
|
Useful utilities for Linux
|
|
|
|
|
|
## Dependences
|
|
|
-```
|
|
|
+
|
|
|
+```sh
|
|
|
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
|
|
|
+
|
|
|
+```sh
|
|
|
+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
|
|
|
```
|
|
|
+
|
|
|
+```sh
|
|
|
Downloading...
|
|
|
[OK] ~/.tmux.conf
|
|
|
[OK] /usr/local/bin/atr
|
|
@@ -24,4 +31,7 @@ Downloading...
|
|
|
[OK] /usr/local/bin/sess
|
|
|
All installed successfully
|
|
|
```
|
|
|
+
|
|
|
+```sh
|
|
|
cd ~; rm -rd ~/tmplinutils
|
|
|
+```
|