查看全部服务命令:systemctllist-unit-files--typeservice查看服务systemctlstatusname.service启动服务systemctlstartname.service停止服务systemctlstopname.service重启服务systemctlrestartname.service增加开机启动systemctlenablename.service删除开机启动systemctldisa..
分类:
其他好文 时间:
2016-05-21 00:11:24
阅读次数:
1890
关闭rhel5.x 和 rhel 6.x的防火墙
service iptables stop
chkconfig iptables off
rhel7.1
systemctl stop firewalld
systemctl disable firewalld...
分类:
其他好文 时间:
2016-05-20 19:42:41
阅读次数:
128
centos7网卡是需要写入MAC地址的不然启动不了在运行“/etc/init.d/network restart”命令时,出现错误“Job for network.service failed. See 'systemctl status network.service' and 'journal... ...
分类:
Web程序 时间:
2016-05-16 19:54:52
阅读次数:
453
1.准备工作 systemctl disable firewalld systemctl stop firewalld setenforce 0 hostnamectl set-hostname libvirt-Manage rpm -qa|grep kvm yum groupinstall Vir ...
分类:
系统相关 时间:
2016-05-15 16:40:25
阅读次数:
189
准备篇: 一、配置防火墙,开启80端口、3306端口 CentOS 7 默认使用的是firewall作为防火墙,这里改为iptables防火墙。 1、关闭firewall: systemctl stop firewalld.service #停止firewall systemctl disable ...
分类:
数据库 时间:
2016-05-15 02:35:06
阅读次数:
372
子贡问为仁。子曰:“工欲善其事,必先利其器。居是邦也,事其大夫之贤者,友其士之仁者。”——孔子(春秋)《论语·卫灵公》 【工欲善其事,必先利其器】 掌握一门技术,知道其发展历程是非常重要的,知其然,然后知其所以然。能够达到然与所以然的双知,需要了解整个发展历程。就像我们小时候做诗词鉴赏的时候,需要了 ...
分类:
系统相关 时间:
2016-05-14 19:59:26
阅读次数:
692
今天小弟的同学在使用阿里云的服务器安装nfs的时候,出现了一下问题 Transaction check error: file /usr/lib/systemd/system/blk-availability.service from install of device-mapper-7:1.02. ...
分类:
其他好文 时间:
2016-05-13 13:11:34
阅读次数:
260
docker使用问题总结 1. docker报【Error response from daemon: Error running DeviceCreate (createSnapDevice) dm_task_run failed】错 解决办法: # systemctl stop docker.s ...
分类:
其他好文 时间:
2016-05-13 12:08:22
阅读次数:
697
主机:centos 7 ,
安装sendmail,启动sendmail,一般就可以了,但是有些同学为什么不行,就是启不动出现如下的情况!那现在如何解决。
yum install sendmailsystemctl start sendmail.service
systemctl status sendmail.service
● sendmail.service - Sendmail Ma...
分类:
系统相关 时间:
2016-05-12 23:51:04
阅读次数:
343
1.安装Apache yum install httpd 相关命令: systemctl start httpd.service #启动apache systemctl stop httpd.service #停止apache systemctl restart httpd.service #重启a ...
分类:
其他好文 时间:
2016-05-10 09:53:37
阅读次数:
172