added 'system-other' (one-liners) sub-chapter
- signed-off-by: trimstray <trimstray@gmail.com>
This commit is contained in:
parent
a358fa000f
commit
6cc23f324c
17
README.md
17
README.md
@ -1023,6 +1023,7 @@ Linux Security Expert</b></a> - trainings, howtos, checklists, security tools an
|
|||||||
* [secure-delete](#tool-secure-delete)
|
* [secure-delete](#tool-secure-delete)
|
||||||
* [dd](#tool-dd)
|
* [dd](#tool-dd)
|
||||||
* [gpg](#tool-gpg)
|
* [gpg](#tool-gpg)
|
||||||
|
* [system-other](#tool-system-other)
|
||||||
- **[HTTP/HTTPS](#http-https)**
|
- **[HTTP/HTTPS](#http-https)**
|
||||||
* [curl](#tool-curl)
|
* [curl](#tool-curl)
|
||||||
* [httpie](#tool-httpie)
|
* [httpie](#tool-httpie)
|
||||||
@ -1851,6 +1852,22 @@ gpg --keyserver hkp://keyserver.ubuntu.com --search-keys "<username>"
|
|||||||
* `--keyserver` - set specific key server
|
* `--keyserver` - set specific key server
|
||||||
* `--search-keys` - search for keys on a key server
|
* `--search-keys` - search for keys on a key server
|
||||||
|
|
||||||
|
___
|
||||||
|
|
||||||
|
##### Tool: [system-other](https://github.com/trimstray/the-book-of-secret-knowledge#tool-system-other)
|
||||||
|
|
||||||
|
###### Reboot system from init
|
||||||
|
|
||||||
|
```bash
|
||||||
|
exec /sbin/init 6
|
||||||
|
```
|
||||||
|
|
||||||
|
###### Init system from single user mode
|
||||||
|
|
||||||
|
```bash
|
||||||
|
exec /sbin/init
|
||||||
|
```
|
||||||
|
|
||||||
<a name="http-https"><b>HTTP/HTTPS</b></a>
|
<a name="http-https"><b>HTTP/HTTPS</b></a>
|
||||||
|
|
||||||
##### Tool: [curl](https://curl.haxx.se)
|
##### Tool: [curl](https://curl.haxx.se)
|
||||||
|
Loading…
Reference in New Issue
Block a user