From 4a43a18a92132b8342b8cfe161cdf1e05782adac Mon Sep 17 00:00:00 2001 From: trimstray Date: Fri, 20 Jul 2018 15:15:33 +0200 Subject: [PATCH] added 'Web Apps' chapter, updated one-liners - signed-off-by: trimstray --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 9a23c91..6276ef0 100644 --- a/README.md +++ b/README.md @@ -241,6 +241,12 @@ performance of any of your sites from across the globe.
  :small_orange_diamond: AWS security tools - make your AWS cloud environment more secure.

+##### :black_small_square: Web Apps + +

+  :small_orange_diamond: Mozilla Web Security - help operational teams with creating secure web applications.
+

+ ##### :black_small_square: Secret Knowledge

@@ -383,6 +389,12 @@ Linux Security Expert - trainings, howtos, checklists, security tools an ##### Tool: [terminal](https://en.wikipedia.org/wiki/Linux_console) +###### Reload shell without exit + +```bash +exec $SHELL -l +``` + ###### Close shell keeping all subprocess running ```bash