一、环境 1.jexus版本:5.8.1独立版 2.操作系统:centOs7 jexus独立版由于是免安装版并且内置mono,所以解压即可使用。 二、准备工作 1.生成private key + .csr 网址:http://web.chacuo.net/netsslcsr 2.购买ssl证书 三、 ...
分类:
Web程序 时间:
2016-11-08 16:51:02
阅读次数:
273
安装环境:系统:Centos7.1.1503(cat/etc/centos-release)内核:3.10.0-229.e17.x86_64(uname-r)SVN版本:subversion-1.7.14-10.e17.x86_64(rpm–aqsubversion)安装方式:yuminstallsubversion安装步骤:1、创建版本根库目录(svndata)及密码权限目录(svnpasswd)mkdir–p/applicatio..
分类:
其他好文 时间:
2016-10-22 01:11:38
阅读次数:
688
环境操作系统:CentOS7.2(x86_64)、OpenStack版本:Newtonnode-51172.16.140.51(ironiccontroller)node-52172.16.140.52(ironicagent)配置主机名解析[root@node-51~]#cat/etc/hosts
127.0.0.1localhostlocalhost.localdomainlocalhost4localhost4.localdomain4
::1localhos..
分类:
其他好文 时间:
2016-10-21 01:26:43
阅读次数:
257
搭建防火墙,配置防火墙。--系统centos7.centos7自带firewalld,由于看firewalld命令行没有接触过,所以安装iptables防火墙。1:禁用firewalldfirewall-cmd--state查看系统自带防火墙状态。用systemctlstopfirewalld.service禁止立即生效,systemctldisablefirewalld.service永..
分类:
其他好文 时间:
2016-09-14 23:39:27
阅读次数:
345
准备环境: 操作系统: CentOS7 64位 openjdk、jdk、ant资源下载 链接:http://pan.baidu.com/s/1o7NzZKm 密码:c8sw 依赖资源安装 问题 Error: time is more than 10 years from present: 11201 ...
分类:
其他好文 时间:
2016-09-05 12:20:08
阅读次数:
386
我下载的阿里云的服务器系统centos7.2是纯内核版本,并没有其他的工具,所以这个系统是非常干净的。所以我就需要给系统安装一一些工具,来方便系统的管理与操作,我们上面讲到了关于服务器的yum的配置在这里我们会为大家讲解如何使用yum 安装我们的mysql。 在内核版本中默认自带一个marialdb ...
分类:
数据库 时间:
2016-08-23 20:29:00
阅读次数:
382
当前系统:centos7.1mini在/etc/yum.repos.d/MariaDB.repo添加MariaDByum源[mariadb]
name=MariaDB
baseurl=http://yum.mariadb.org/10.1/centos7-amd64
gpgkey=https://yum.mariadb.org/RPM-GPG-KEY-MariaDB
gpgcheck=1安装mariadb:yuminstallMariaDB-serverMariaDB-client安..
分类:
数据库 时间:
2016-08-17 23:29:56
阅读次数:
270
前些天安装了双系统(centos7+win7),其实网上关于这类的教程很多,这篇日志也只是针对本人安装过程中遇到的一些问题进行说明。我是按照先安装win7再安装centos7的顺序。 1、关于分区: 我的硬盘是640GB,按照100GB+200+170+剩余空间 进行分区。100GB安装WIN7,“... ...
分类:
Windows程序 时间:
2016-08-15 22:12:41
阅读次数:
5021