removed main chapters from One-liners TOC
- signed-off-by: trimstray <trimstray@gmail.com>
This commit is contained in:
parent
e2749b2ad1
commit
ccc8f40206
12
README.md
12
README.md
@ -1030,7 +1030,6 @@ Linux Security Expert</b></a> - trainings, howtos, checklists, security tools an
|
|||||||
|
|
||||||
##### Table of Contents
|
##### Table of Contents
|
||||||
|
|
||||||
- **[System](#system)**
|
|
||||||
* [terminal](#tool-terminal)
|
* [terminal](#tool-terminal)
|
||||||
* [mount](#tool-mount)
|
* [mount](#tool-mount)
|
||||||
* [fuser](#tool-fuser)
|
* [fuser](#tool-fuser)
|
||||||
@ -1056,10 +1055,8 @@ Linux Security Expert</b></a> - trainings, howtos, checklists, security tools an
|
|||||||
* [dd](#tool-dd)
|
* [dd](#tool-dd)
|
||||||
* [gpg](#tool-gpg)
|
* [gpg](#tool-gpg)
|
||||||
* [system-other](#tool-system-other)
|
* [system-other](#tool-system-other)
|
||||||
- **[HTTP/HTTPS](#http-https)**
|
|
||||||
* [curl](#tool-curl)
|
* [curl](#tool-curl)
|
||||||
* [httpie](#tool-httpie)
|
* [httpie](#tool-httpie)
|
||||||
- **[Network](#network)**
|
|
||||||
* [ssh](#tool-ssh)
|
* [ssh](#tool-ssh)
|
||||||
* [linux-dev](#tool-linux-dev)
|
* [linux-dev](#tool-linux-dev)
|
||||||
* [tcpdump](#tool-tcpdump)
|
* [tcpdump](#tool-tcpdump)
|
||||||
@ -1078,14 +1075,11 @@ Linux Security Expert</b></a> - trainings, howtos, checklists, security tools an
|
|||||||
* [dig](#tool-dig)
|
* [dig](#tool-dig)
|
||||||
* [certbot](#tool-certbot)
|
* [certbot](#tool-certbot)
|
||||||
* [network-other](#tool-network-other)
|
* [network-other](#tool-network-other)
|
||||||
- **[Programming](#programming)**
|
|
||||||
* [git](#tool-git)
|
* [git](#tool-git)
|
||||||
* [awk](#tool-awk)
|
* [awk](#tool-awk)
|
||||||
* [sed](#tool-sed)
|
* [sed](#tool-sed)
|
||||||
* [grep](#tool-grep)
|
* [grep](#tool-grep)
|
||||||
|
|
||||||
<a name="system"><b>System</b></a>
|
|
||||||
|
|
||||||
##### Tool: [terminal](https://en.wikipedia.org/wiki/Linux_console)
|
##### Tool: [terminal](https://en.wikipedia.org/wiki/Linux_console)
|
||||||
|
|
||||||
###### Reload shell without exit
|
###### Reload shell without exit
|
||||||
@ -1918,8 +1912,6 @@ exec /sbin/init 6
|
|||||||
exec /sbin/init
|
exec /sbin/init
|
||||||
```
|
```
|
||||||
|
|
||||||
<a name="http-https"><b>HTTP/HTTPS</b></a>
|
|
||||||
|
|
||||||
##### Tool: [curl](https://curl.haxx.se)
|
##### Tool: [curl](https://curl.haxx.se)
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
@ -2011,8 +2003,6 @@ http -p Hh --follow --max-redirects 5 --verify no --proxy http:http://127.0.0.1:
|
|||||||
|
|
||||||
* `--proxy [http:]` - set proxy server
|
* `--proxy [http:]` - set proxy server
|
||||||
|
|
||||||
<a name="network"><b>Network</b></a>
|
|
||||||
|
|
||||||
##### Tool: [ssh](https://www.openssh.com/)
|
##### Tool: [ssh](https://www.openssh.com/)
|
||||||
|
|
||||||
###### Escape Sequence
|
###### Escape Sequence
|
||||||
@ -2836,8 +2826,6 @@ sed 's/allow */subnet -> /g'
|
|||||||
_dname="google.com" ; curl -s "https://dns.google.com/resolve?name=${_dname}&type=A" | jq .
|
_dname="google.com" ; curl -s "https://dns.google.com/resolve?name=${_dname}&type=A" | jq .
|
||||||
```
|
```
|
||||||
|
|
||||||
<a name="programming"><b>Programming</b></a>
|
|
||||||
|
|
||||||
##### Tool: [git](https://git-scm.com/)
|
##### Tool: [git](https://git-scm.com/)
|
||||||
|
|
||||||
###### Log alias for a decent view of your repo
|
###### Log alias for a decent view of your repo
|
||||||
|
Loading…
Reference in New Issue
Block a user