摘要:
What is EPELEPEL(Extra Packages for Enterprise Linux) is open source and free community based repository project from Fedora team which provides 100% ... 阅读全文
摘要:
一、配置防火墙,开启80端口、3306端口CentOS 7.0默认使用的是firewall作为防火墙,这里改为iptables防火墙。1、关闭firewall:systemctl stop firewalld.service #停止firewallsystemctl disable firewall... 阅读全文
摘要:
systemd的服务管理程序systemctl是最主要的工具。它融合 service 和chkconfig的功能于一体。你可以使用它永久性或只在当前会话中启用/禁用服务。下面命令用于列出正在运行的服务或其他: systemctl更多详细信息请参考手册页(man systemctl)。systemd-... 阅读全文