From ec4610499d3bcdf119951321603923c9487e8a8f Mon Sep 17 00:00:00 2001 From: Casual Date: Tue, 23 Apr 2024 10:16:41 +0300 Subject: [PATCH] small _index refactor and first hacking post! --- content/hacking/HowTo_start_simple_http_server.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 content/hacking/HowTo_start_simple_http_server.md diff --git a/content/hacking/HowTo_start_simple_http_server.md b/content/hacking/HowTo_start_simple_http_server.md new file mode 100644 index 0000000..4a3c349 --- /dev/null +++ b/content/hacking/HowTo_start_simple_http_server.md @@ -0,0 +1,11 @@ ++++ +title = 'HowTo start simple http server' +date = 2024-04-23 +draft = false ++++ + +### Python3 +`python -m http.server PORT` + +### Caddy +`caddy file-server --listen :PORT`