Skip to content

Instantly share code, notes, and snippets.

@liux-pro
Created December 15, 2020 15:32
Show Gist options
  • Save liux-pro/05daa69d0827e504f2a29751bba2ac98 to your computer and use it in GitHub Desktop.
Save liux-pro/05daa69d0827e504f2a29751bba2ac98 to your computer and use it in GitHub Desktop.
python开启最简单文件服务器
apt-get install -y python3
python3 -m http.server 8848
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment