From 2cf99d5e7085f481bd7ae7786efa68369fe66bbd Mon Sep 17 00:00:00 2001 From: trimstray Date: Mon, 9 Jul 2018 15:09:20 +0200 Subject: [PATCH] fix in 'Tool:' headers - signed-off-by: trimstray --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2671180..43e1b9e 100644 --- a/README.md +++ b/README.md @@ -1171,7 +1171,7 @@ lsof -u username -a +D /etc ``` ___ -**Tool: [netstat](https://en.wikipedia.org/wiki/Netstat)** +##### Tool: [netstat](https://en.wikipedia.org/wiki/Netstat)** ###### Graph # of connections for each hosts @@ -1187,7 +1187,7 @@ watch "netstat -plan | grep :443 | awk {'print \$5'} | cut -d: -f 1 | sort | uni ___ -**Tool: [rsync](https://en.wikipedia.org/wiki/Rsync)** +##### Tool: [rsync](https://en.wikipedia.org/wiki/Rsync)** ###### Rsync remote data as root using sudo