摘要:
vsftpd服务搭建好之后,如果是使用主动模式访问。那么启用iptables只需添加以下规则即可:1 -A RH-Firewall-1-INPUT -m state --state NEW -m tcp -p tcp --dport 21 -j ACCEPT2 -A RH-Firewall-1-IN... 阅读全文
摘要:
错误:configure: error: freetype-config not found.解决:yum install freetype-devel错误:configure: error: libevent >= 1.4.11 could not be found 解决:yum -y insta... 阅读全文