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