Skip to content

Instantly share code, notes, and snippets.

@yarwelp
Last active May 7, 2016 09:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yarwelp/1c69ee0d366bf2a4f3a040ed9a484363 to your computer and use it in GitHub Desktop.
Save yarwelp/1c69ee0d366bf2a4f3a040ed9a484363 to your computer and use it in GitHub Desktop.
Ephemeral services

HTTP

python3 -m http.server

WebDAV

sudo pip install PyWebDAV
davserver -n -H 0.0.0.0 -P 8081 -D .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment