Windows系统:
1.进入powershell
ssh进入
ssh root@47.98.153.82
安装Apache2:
sudo apt-get install apache2
启动Apache2:
sudo systemctl start apache2
停止:
sudo systemctl stop apache2
重启:
sudo systemctl restart apache2
配置阿里云端口:
默认开80 端口(出方向和入方向各配置一遍):
21aded46f2430b7604ce417d381931e.jpg
提交html到阿里服务器:
scp test.html root@IP:/var/www/html
最后检查:
进入浏览器:
IP端口+test.html
解压压缩包
tar -zxvf 安装包
移到压缩包
mv 安装包
删除
rm 文件名
网友评论