mirror of
https://github.com/trimstray/the-book-of-secret-knowledge
synced 2025-01-29 20:34:16 +01:00
add erlang static http server oneliner; add python and erlang to toc
This commit is contained in:
parent
7d37069a36
commit
9965a31959
1 changed files with 12 additions and 0 deletions
12
README.md
12
README.md
|
@ -1712,6 +1712,8 @@ text :arrow_left: encoded
|
|||
* [certbot](#tool-certbot)
|
||||
* [network-other](#tool-network-other)
|
||||
* [git](#tool-git)
|
||||
* [python](#tool-python)
|
||||
* [erlang](#tool-erlang)
|
||||
* [awk](#tool-awk)
|
||||
* [sed](#tool-sed)
|
||||
* [grep](#tool-grep)
|
||||
|
@ -4043,6 +4045,16 @@ python -m base64 -e <<< "sample string"
|
|||
python -m base64 -d <<< "dGhpcyBpcyBlbmNvZGVkCg=="
|
||||
```
|
||||
|
||||
##### Tool: [erlang](https://www.erlang.org/)
|
||||
|
||||
###### Static HTTP web server
|
||||
|
||||
```bash
|
||||
erl -S httpd serve --port 8000 /path/to/serve
|
||||
```
|
||||
|
||||
__
|
||||
|
||||
##### Tool: [awk](http://www.grymoire.com/Unix/Awk.html)
|
||||
|
||||
###### Search for matching lines
|
||||
|
|
Loading…
Add table
Reference in a new issue