added 'Web Apps' chapter, updated one-liners
- signed-off-by: trimstray <trimstray@gmail.com>
This commit is contained in:
parent
886ac04489
commit
4a43a18a92
12
README.md
12
README.md
@ -241,6 +241,12 @@ performance of any of your sites from across the globe.<br>
|
||||
: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>
|
||||
: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
|
||||
|
Loading…
Reference in New Issue
Block a user