标签:linu net 远程 ifconf 查看ip .gz https putty ifconfig
1.用putty链接虚拟机(这样子就可以远程粘贴复制了)
(1)在linux里查看ip
ifconfig 命令就可以看出来
(2)用putty链接
2.下载screen并安装
yum install screen
3.安装wget
yum install wget
4.安装LNMP稳定版(https://lnmp.org/install.html)
wget -c http://soft.vpser.net/lnmp/lnmp1.4.tar.gz && tar zxf lnmp1.4.tar.gz && cd lnmp1.4 && ./install.sh lnmp
标签:linu net 远程 ifconf 查看ip .gz https putty ifconfig
原文地址:http://www.cnblogs.com/zxqblogrecord/p/7505663.html