add erlang static http server oneliner; add python and erlang to toc

This commit is contained in:
Tamwile 2024-12-30 15:20:56 +01:00
parent 7d37069a36
commit 9965a31959

View file

@ -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