vps常用命

1

一键安装Docker

curl -fsSL https://get.docker.com | sh

安装node环境

curl https://get.volta.sh | bash

volta install node

node

快速启动一个HTTP服务

自动公开当前目录

python3 -m http.server 8080