随笔 - 280
文章 - 7
评论 - 853
阅读 -
104万
08 2014 档案
/ etc / init.d / iptables: line 268: restorecon: command not found
摘要:When I tried to restart iptables from vps , I got the following error.Iptables encountered such a problem to save the iptables rules:“iptables: Saving...
阅读全文
CENTOS6 安装配置 pptpd 心得
摘要:1.你所需要的软件pppdppp拨号服务器pptpd 在pppd拨号的基础上增加pptpd的支持2.确定你的内核是否支持mppemodprobe ppp-compress-18 && echo ok如果显示ok,那么恭喜,你的内核已经具备了mppe支持。请到第4部分3.升级内核支持mppewget ...
阅读全文
tomcat 创建虚拟主机
摘要:1. tomcat82. TOMCATROOT/conf/server.xml 增加 3. 由于Linux下1024以下的端口都只能root用户才能打开,所以如果使用一般用户去启动tomcat,若server.xml中配置的监听是80,则无法正常使用。解决方案:1.解决方法:重将se...
阅读全文