摘要: 安装编译所需的包: [root@xaiofan ~]# yum install -y gcc gcc-c++ autoconf automake 安装nginx使用某些功能需要的包: [root@xaiofan ~]# yum install -y zlib zlib-devel openssl o 阅读全文
posted @ 2016-10-07 12:25 xuanhui 阅读(132) 评论(0) 推荐(0)
只有注册用户登录后才能阅读该文。 阅读全文
posted @ 2016-10-07 12:13 xuanhui 阅读(3) 评论(0) 推荐(0)
摘要: [root@xaiofan ~]# cat /etc/sysconfig/network-scripts/ifcfg-eth0 DEVICE=eth0TYPE=EthernetONBOOT=yesNM_CONTROLLED=noBOOTPROTO=noneIPADDR=192.168.1.65NET 阅读全文
posted @ 2016-10-07 12:08 xuanhui 阅读(197) 评论(0) 推荐(0)
摘要: [root@xaiofan ~]# mount /dev/sr0 /mnt/[root@xaiofan ~]# cat /etc/yum.repos.d/local.repo [loacl]name=CentOS6.5baseurl=file:///mntenabled=1gpgcheck=0gpg 阅读全文
posted @ 2016-10-07 12:07 xuanhui 阅读(221) 评论(0) 推荐(0)