First big articles reformatting now that I properly understand hugo
This commit is contained in:
parent
5e6844592a
commit
1a4981a826
40 changed files with 184 additions and 173 deletions
|
@ -1,12 +1,15 @@
|
|||
---
|
||||
title: "Busybox web server"
|
||||
linkTitle: "Busybox web server"
|
||||
date: 2019-04-16
|
||||
description: >
|
||||
Busybox web server
|
||||
description: How to serve static files from only busybox
|
||||
tags:
|
||||
- linux
|
||||
- simple utilities
|
||||
---
|
||||
|
||||
If you have been using things like `python -m SimpleHTTPServer`, here is something even more simple and lightweight to use :
|
||||
## The command
|
||||
|
||||
If you have been using things like `python -m SimpleHTTPServer` to serve static files in a pinch, here is something even more simple and lightweight to use :
|
||||
|
||||
{{< highlight sh >}}
|
||||
busybox httpd -vfp 80
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue