systemd的服务管理程序systemctl是最主要的工具。它融合 service 和chkconfig的功能于一体。你可以使用它永久性或只在当前会话中启用/禁用服务。下面命令用于列出正在运行的服务或其他: systemctl更多详细信息请参考手册页(man systemctl)。systemd-...
分类:
其他好文 时间:
2014-09-10 01:36:49
阅读次数:
310
配置防火墙,开启80端口、3306端口:CentOS 7.0默认使用的是firewall作为防火墙关闭firewall:systemctl stop firewalld.service #停止firewallsystemctl disable firewalld.service #禁止firew.....
分类:
其他好文 时间:
2014-08-26 21:26:26
阅读次数:
266
Fedora19安裝配置NFS并连接开发板 zyl-1014-5-6
安装启动NFS服务
安装NFS服务#yum install nfs-utils*#yum install portmap
关闭Fedora默认的防火墙,#systemctl stop firewalld
启用NFS服务# systemctl enable nfs-server.service
ln -s '/lib/s...
分类:
其他好文 时间:
2014-08-25 17:02:12
阅读次数:
244
一、配置防火墙,开启80端口、3306端口CentOS 7.0默认使用的是firewall作为防火墙,这里改为iptables防火墙。1、关闭firewall:systemctl stop firewalld.service #停止firewallsystemctl disable firewall...
分类:
数据库 时间:
2014-08-23 16:34:21
阅读次数:
463
1.以root角色运行以下命令来安装TigerVNCserveryuminstalltigervnc-server也可以同时安装vncclientyuminstallvnc2.配置VNCServer2.1创建一个新的配置文件,我这里是开启3号窗口,方法如下:cp/lib/systemd/system/vncserver@.service/lib/systemd/system/vncserver@:3.service2..
分类:
其他好文 时间:
2014-08-21 19:37:05
阅读次数:
318
centos7默认的php是5.5,mysql已经变为mariadb,如果想要自定义的配置,需要自己手动来编译配置.以下步骤在公司服务器上已经正常操作过.1、安装centos7选择基本安装,配置完网络后首先要先关闭firewall:停止firewall# systemctl stop firewal...
分类:
其他好文 时间:
2014-08-19 23:42:05
阅读次数:
495
centos最小好化安装没有ifconfig命令刚安装了centos7.0,最小化安装,发现没有ifconfig命令,虚拟机里面的网卡显示ens32,这是centos7.0的特点,要使用 ifconfig命令,在/etc/sysconfig/network-scripts/if-ens32里面配置好...
分类:
其他好文 时间:
2014-08-09 11:25:17
阅读次数:
271
三、系统配置之关闭防火墙
systemctl stop firewalld.service #停止firewall
systemctl disable firewalld.service #禁止firewall开机启动
systemctl命令的基本操作格式是:
systemc...
分类:
其他好文 时间:
2014-08-06 14:33:31
阅读次数:
441
(1) 重启后永久性生效:开启: systemctl enable iptables.service'.ln -s '/usr/lib/systemd/system/iptables.service' '/etc/systemd/system/basic.target.wants/iptables....
分类:
系统相关 时间:
2014-08-06 08:23:21
阅读次数:
863
/bin转移到/usr/bin;/sbin转移到/usr/sbin;/lib转移到/usr/lib;/lib64转移到/usr/lib64./var/run符号连接到/run;/var/lock符号连接到/run/lock.临时文件夹/tmp是内存虚拟出来的空间(tmpfs类型),systemctl...
分类:
其他好文 时间:
2014-07-28 14:40:43
阅读次数:
278