From ccc8f40206a37013220f09594712122320ae2b92 Mon Sep 17 00:00:00 2001 From: trimstray Date: Tue, 26 Mar 2019 09:16:39 +0100 Subject: [PATCH] removed main chapters from One-liners TOC - signed-off-by: trimstray --- README.md | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/README.md b/README.md index e21174f..493947e 100644 --- a/README.md +++ b/README.md @@ -1030,7 +1030,6 @@ Linux Security Expert - trainings, howtos, checklists, security tools an ##### Table of Contents -- **[System](#system)** * [terminal](#tool-terminal) * [mount](#tool-mount) * [fuser](#tool-fuser) @@ -1056,10 +1055,8 @@ Linux Security Expert - trainings, howtos, checklists, security tools an * [dd](#tool-dd) * [gpg](#tool-gpg) * [system-other](#tool-system-other) -- **[HTTP/HTTPS](#http-https)** * [curl](#tool-curl) * [httpie](#tool-httpie) -- **[Network](#network)** * [ssh](#tool-ssh) * [linux-dev](#tool-linux-dev) * [tcpdump](#tool-tcpdump) @@ -1078,14 +1075,11 @@ Linux Security Expert - trainings, howtos, checklists, security tools an * [dig](#tool-dig) * [certbot](#tool-certbot) * [network-other](#tool-network-other) -- **[Programming](#programming)** * [git](#tool-git) * [awk](#tool-awk) * [sed](#tool-sed) * [grep](#tool-grep) -System - ##### Tool: [terminal](https://en.wikipedia.org/wiki/Linux_console) ###### Reload shell without exit @@ -1918,8 +1912,6 @@ exec /sbin/init 6 exec /sbin/init ``` -HTTP/HTTPS - ##### Tool: [curl](https://curl.haxx.se) ```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 -Network - ##### Tool: [ssh](https://www.openssh.com/) ###### 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 . ``` -Programming - ##### Tool: [git](https://git-scm.com/) ###### Log alias for a decent view of your repo