From a2eff6fd78be3fc9db56e58d114e9e127262c754 Mon Sep 17 00:00:00 2001 From: TheK4n Date: Fri, 15 Oct 2021 00:36:06 +0300 Subject: [PATCH] ref: README.md --- README.md | 25 ++++++++++++++++--------- 1 file changed, 16 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 94aba6e..1c25b46 100644 --- a/README.md +++ b/README.md @@ -12,8 +12,9 @@ ## Content * [Project description](#chapter-0) -* [SSH](#chapter-1) -* [Tips](#chapter-2) +* [Installation](#chapter-1) +* [SSH](#chapter-2) +* [Tips](#chapter-3) @@ -24,7 +25,19 @@ Bash config files [![Prompt](img/prompt.jpg)]() + +## Installation + +```bash +rm -rf BashConfig +git clone https://github.com/thek4n/BashConfig +BashConfig/setup.sh +rm -rf BashConfig +``` + + + ## SSH Create ssh key on local device @@ -64,7 +77,7 @@ add black list to ```/etc/hosts.deny```: sshd: ALL ``` - + ## Tips ### Bash @@ -74,12 +87,6 @@ sshd: ALL |```Ctrl + r``` | Search by bash_history | |```Ctrl + l``` | Clear, like command clear | -```bash -rm -rf BashConfig -git clone https://github.com/thek4n/BashConfig -BashConfig/setup.sh -rm -rf BashConfig -``` ```$RANDOM``` - Return random 0-32767\ ```/command``` - Without using alias\