added 'Web Apps' chapter, updated one-liners

- signed-off-by: trimstray <trimstray@gmail.com>
This commit is contained in:
trimstray 2018-07-20 15:15:33 +02:00
parent 886ac04489
commit 4a43a18a92

View File

@ -241,6 +241,12 @@ performance of any of your sites from across the globe.<br>
&nbsp;&nbsp;:small_orange_diamond: <a href="https://github.com/toniblyx/my-arsenal-of-aws-security-tools"><b>AWS security tools</b></a> - make your AWS cloud environment more secure.<br>
</p>
##### :black_small_square: Web Apps
<p>
&nbsp;&nbsp;:small_orange_diamond: <a href="https://infosec.mozilla.org/guidelines/web_security.html"><b>Mozilla Web Security</b></a> - help operational teams with creating secure web applications.<br>
</p>
##### :black_small_square: Secret Knowledge
<p>
@ -383,6 +389,12 @@ Linux Security Expert</b></a> - 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