CentOS7这个版本的防火墙默认使用的是firewall,与之前的版本使用iptables不一样。所以可以按如下方便配置防火墙。 1. 关闭firewall: $?sudo?systemctl?stop?firewalld.service??????????????...
分类:
其他好文 时间:
2015-03-08 17:26:31
阅读次数:
300
1现象:ntpd老是没法开启,ntpd -d显示有个进程占用123端口。[root@vd13crmtb01 ~]# systemctl enable ntpd.service //开机自启动 调整之后重启系统,可是发现ntp并没有启动起来[root@vd13crmtb01 ~]# pgrep ...
分类:
其他好文 时间:
2015-03-06 16:15:09
阅读次数:
185
参考:http://oracle-base.com/articles/linux/linux-firewall-firewalld.php?utm_source=tuicool CentOS 7.0默认使用的是firewall作为防火墙,这里改为iptables防火墙。 firewall: systemctl start firewall...
分类:
其他好文 时间:
2015-02-25 15:43:56
阅读次数:
163
CentOS 7继承了RHEL 7的新的特性,例如强大的systemctl,而systemctl的使用也使得以往系统服务的/etc/init.d的启动脚本的方式就此改变,也大幅提高了系统服务的运行效率。但服务的配置和以往也发生了极大的不同,说实在的,变的简单而易用了许多。下面我们以利用forever...
分类:
其他好文 时间:
2015-02-03 10:59:31
阅读次数:
142
1.sudo systemctl enable teamviewerd.service2.sudo systemctl start teamviewerd.service3.sudo systemctl status teamviewerd.service
分类:
其他好文 时间:
2015-02-02 12:09:17
阅读次数:
698
[root@localhost /]# systemctl stop mariadb.service[root@localhost /]# mysqld_safe --user=mysql --skip-grant-tables --skip-networking & [1] 46043[root@...
分类:
数据库 时间:
2015-01-31 07:04:51
阅读次数:
1323
原文玩转Linux之- CentOS 7.0,启用iptables防火墙CentOS 7.0默认使用的是firewall作为防火墙,这里改为iptables防火墙。1、关闭firewall:systemctl stop firewalld.service #停止firewallsystemctl d...
分类:
系统相关 时间:
2015-01-30 21:04:28
阅读次数:
221
原文 CentOS 7.0安装配置LAMP服务器(Apache+PHP+MariaDB)一、配置防火墙,开启80端口、3306端口CentOS 7.0默认使用的是firewall作为防火墙,这里改为iptables防火墙。1、关闭firewall:systemctl stop firewalld.s...
分类:
数据库 时间:
2015-01-29 23:54:41
阅读次数:
352
原文地址:http://www.jb51.net/os/188487.html一、配置防火墙,开启80端口、3306端口CentOS 7.0默认使用的是firewall作为防火墙,这里改为iptables防火墙。1、关闭firewall:systemctl stop firewalld.servic...
分类:
其他好文 时间:
2015-01-27 11:04:23
阅读次数:
210
/etc/init.d指向/etc/rc.d/init.d目录. 除了直接调用脚本外(如/etc/rc.d/init.d/xinetd),还可以用service命令来控制init.d目录下的服务如 service jws restart(systemctl restart jws),在这里先解释一下...
分类:
其他好文 时间:
2015-01-21 17:59:00
阅读次数:
141