1、nginx启动: a. /usr/path/sbin/nginx -c [/etc/path/nginx.conf] 中括号中为指定加载的配置文件,不指定则加载默认配置文件 b. cd进入sbin目录 ./nginx c. centos 7中可用 systemctl start nginx 若出
分类:
其他好文 时间:
2016-03-06 11:27:05
阅读次数:
194
环境 系统 centos 7.0(x86_64) 数据库 oracle 11g(x86_64) 1.配置防火墙 方法1: 关闭防火墙(不推荐,不安全),从centos7开启关闭服务的方式和以往不同 Systemctl disable firewalld.service #关闭开机启动防火墙 Syst
分类:
数据库 时间:
2016-03-05 23:23:10
阅读次数:
550
问题描写叙述 openstack J版 centos7部署 重新启动服务时起不来,日志也不报错。以glance服务为例,例如以下: # systemctl start openstack-glance-api.service openstack-glance-registry.service Job
为了简单起见,虚拟机网卡设置为桥接模式 1.yum install httpd php 2.yum install mariadb 3.启动mariadb systemctl start mariadb.service #启动MariaDB systemctl stop mariadb.servic
分类:
Web程序 时间:
2016-03-05 00:14:16
阅读次数:
152
解决方法:vim /etc/my.cnf 文件,加入 : sql-mode="NO_ENGINE_SUBSTITUTION" , Systemctl restart mysqld 进入mysql的之后可执行: select @@sql_mode 查询当前使用的sql_mode是什么
分类:
数据库 时间:
2016-03-04 11:45:24
阅读次数:
251
1.环境: hadoop 2.6.0 jdk 1.7x64 centos7 eclipse j2ee 2.安装hadoop 1.关闭防火墙 centos7.0以上使用此命令 systemctl start firewalld.service #临时关闭 systemctl disable firew
分类:
系统相关 时间:
2016-03-04 01:53:11
阅读次数:
207
centos 7以上是用Systemd进行系统初始化的,Systemd 是 Linux 系统中最新的初始化系统(init),它主要的设计目标是克服 sysvinit 固有的缺点,提高系统的启动速度。关于Systemd的详情介绍在这里。 Systemd服务文件以.service结尾,比如现在要建立ng
分类:
其他好文 时间:
2016-03-03 17:37:34
阅读次数:
129
Malformed lock file found: /var/cache/dnf/metadata_lock.pid.Ensure no other dnf process is running and remove the lock file manually or run systemd-tm
分类:
Web程序 时间:
2016-03-02 19:48:30
阅读次数:
321
CentOS 6和CentOS 7都可以定义开机启动哪些服务,但CentOS 6的命令是chkconfig,CentOS 7是systemctl。 本文将介绍两种命令的实现方式。 一、CentOS 6的服务 在CentOS 6下编写一个服务http,位于/etc/init.d目录下,具体的脚本如下:...
分类:
其他好文 时间:
2016-02-26 22:11:24
阅读次数:
289
前言 系统 centos 7.0(x86_64) 数据库 oracle 11g(x86_64) oracle 11g包下载:http://pan.baidu.com/s/1c0JHYhi Author:zzm 1.配置防火墙 方法1: 关闭防火墙(不推荐,不安全) Systemctl disable
分类:
数据库 时间:
2016-02-25 00:07:28
阅读次数:
499