oss
ssh root@ip地址
密码 //大小写数字
//进入之后
apt update
apt install git
curl -sL https://deb.nodesource.com/setup_16.x | sudo -E bash -
apt install nodejs
apt install yarn
apt install nginx
//加上sudo表示管理员
//卸载yarn
apt remove testcmd
apt remove yarn
npm i yarn -g