# systemctl #输出已激活单元# systemctl list-units #输出已激活单元# systemctl --failed #输出运行失败的单元# systemctl list-unit-files #查看所有已安装服务# systemctl start nginx #启动ngi ...
分类:
其他好文 时间:
2016-07-01 11:35:20
阅读次数:
109
本人linux系统 Centos7 1.Err2003 我个人的情况是因为linux中防火墙开启并阻止了3306这个mysql端口的远程连接 解决办法: CentOS 7.0默认使用的是firewall作为防火墙,现在要将其关闭 systemctl stop firewalld.service #停 ...
分类:
数据库 时间:
2016-07-01 01:04:59
阅读次数:
212
ps的输出:USERPID%CPU%MEMVSZRSSTTYSTATSTARTTIMECOMMANDroot10.00.0412923844?SsJun290:04/usr/lib/systemd/systemd--switched-root--system--deserialize21root20.00.000?SJun290:00[kthreadd]ps有两种风格:BSD和unixlinux可混用两个。ps的常用选项:-a:显示所有终端机下..
分类:
其他好文 时间:
2016-06-30 14:46:49
阅读次数:
277
1.安装包
yum install vnc* -y
2.创建密码
vncserver
3.创建参数文件
[root@single ~]# cp /lib/systemd/system/vncserver@.service /lib/systemd/system/vncserver@:1.service
4.修改参数文件
[root@single ~]# vi /lib/systemd/system...
分类:
其他好文 时间:
2016-06-29 11:15:47
阅读次数:
164
前期准备:systemctlset-defaultgraphical.targetreboot或者systemctl
isolategraphical.target驱动图形化ifconfig查看IP地址cat/etc/resolv.conf查看DNShostname查看主机名systemctlstopiptablessystemctldisableiptablessystemctlmaskiptablessystemctlstopebtablessystemctl..
分类:
其他好文 时间:
2016-06-29 01:23:33
阅读次数:
1896
Systemd 入门教程:实战篇 Systemd 入门教程:实战篇 Systemd 入门教程:实战篇 上一篇文章,介绍了 Systemd 的主要命令,这篇文章主要介绍如何使用 Systemd 来管理我们的服务,以及各项的含义; 一、开机启动 对于那些支持 Systemd 的软件,安装的时候,会自动在 ...
分类:
其他好文 时间:
2016-06-28 22:10:33
阅读次数:
324
一、配置防火墙,开启80端口、3306端口 CentOS 7.0默认使用的是firewall作为防火墙,这里改为iptables防火墙。 1、关闭firewall: systemctl stop firewalld.service #停止firewall systemctl disable fire ...
分类:
其他好文 时间:
2016-06-28 18:25:49
阅读次数:
186
如下图,在开发调试的时候会遇到这么一个问题。 file_put_contents时,$tmp_file显示的目标文件是/tmp/xxx.而这个文件实际放在linux的目录却是/tmp/systemd-private-xxxxx-php-fpm.service/xxx(见图二) 为什么会出现这种情况? ...
分类:
其他好文 时间:
2016-06-28 16:58:24
阅读次数:
874
# 查看正在运行的服务 systemctl # 查看某个服务的状态 systemctl status httpd.service # 启动服务 systemctl start foo.service 如:systemctl start httpd.service # 停止服务 systemctl s ...
分类:
其他好文 时间:
2016-06-27 19:45:59
阅读次数:
136
1、查看网络状态systemctl status NetworkManager You can use the systemctl status NetworkManager command to verify its current status. When NetworkManager come ...
分类:
Web程序 时间:
2016-06-27 19:31:49
阅读次数:
253