small _index refactor and first hacking post!
This commit is contained in:
parent
ae213c59fe
commit
ec4610499d
11
content/hacking/HowTo_start_simple_http_server.md
Normal file
11
content/hacking/HowTo_start_simple_http_server.md
Normal file
@ -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`
|
Loading…
Reference in New Issue
Block a user