2024-11-19
1 创建程序目录


2 拷贝程序


3 进入程序目录
   cd /website


4 设置服务
    python -m http.server 8080


5 ifconfig查看网络 (查到inet 192.168.16.130  netmask 255.255.255.0 )
   netstat 


6  本地客户端通过查看后的网络IP进行PING 一下 确定是否通




7 访问网站http://IP:8080/index.html( LINUX上的浏览器,VM跨平台有防火墙)