PostgreSQL 12 源码安装 Table of Contents 1. 下载 2. 准备环境 3. 编译安装 4. 设置环境变量 5. 初始化数据库 6. 配置参数文件 6.1. postgresql.conf 6.2. pg_hba.conf 7. 数据库启动与关闭 7.1. 手动 7.2 ...
分类:
数据库 时间:
2019-10-18 19:05:00
阅读次数:
124
0x01 Oracle安装 CentOS 7 安装oracle10g,装了一天,特此记录 oracle9i,10G,11G,各版本下载资源 Centos6/7下静默安装oracle10g 0x02 命令执行 本文测试环境均为: CentOS Linux release 7.2.1511 (Core) ...
分类:
数据库 时间:
2019-10-18 15:57:35
阅读次数:
122
前提:虚拟机可以上网,hadoop集群搭建成功并且启动。注意:每行代码所执行的路径。一、安装MySQL1、在线安装MySQLyuminstallmysql-server安装完成2、启动MySQL服务servicemysqldstart3、设置MySQLroot用户密码(1)、默认没有密码,所以直接进入MySQL按回车即可。(2)、输入命令设置root密码setpasswordforroot@loc
分类:
其他好文 时间:
2019-10-18 15:40:53
阅读次数:
113
1.安装依赖 nginx对以下工具包有依赖,我们可以一键安装,命令: yum -y install gcc zlib zlib-devel pcre-devel openssl openssl-devel 2.下载源码包 官网下载页:http://nginx.org/en/download.html ...
分类:
其他好文 时间:
2019-10-18 12:28:40
阅读次数:
79
下载对应系统的nomn工具(我用centos6.5_64位下载的是nmon_linux_14i.tar.gz) mkdir /nmon cd /nmon 导入nmon的tar.gz包解压 tar -zxvf nmon_linux_14i.tar.gz chmod 777 nmon_x86_64_sl ...
分类:
其他好文 时间:
2019-10-18 12:16:57
阅读次数:
79
一丶安装 1.yum 安装(自带环境变量) 2.源码安装 二丶配置nginx 三丶nginx常用命令 四丶卸载nginx 1.yum安装卸载 2.源码安装卸载 ...
分类:
其他好文 时间:
2019-10-17 17:16:55
阅读次数:
105
1 安装前准备 Oracle JDK 8 MySQL数据库,具体可参考Centos6.9安装MySQL5.6 SonarQube7.6,Community Edition版本下载地址:https://binaries.sonarsource.com/Distribution/sonarqube/so ...
分类:
其他好文 时间:
2019-10-16 23:42:04
阅读次数:
225
今日内容 https://www.cnblogs.com/pyyu/p/9467289.html mysql博客 mysql (分支 mariadb)1.安装mariadb -yum -源码编译安装 -下载rpm安装 yum和源码编译安装的区别? 1.路径区别-yum安装的软件是他自定义的,源码安装 ...
分类:
数据库 时间:
2019-10-16 20:13:52
阅读次数:
166
一、更改IP及添加路由 1、IPADDR=192.168.150.154 2、NETMASK=255.255.255.0 3、GATEWAY=192.168.150.1 Vi /etc/sysconfig/network-scripts/route-eno16777984 10.50.1.0/24 ...
分类:
系统相关 时间:
2019-10-16 09:32:31
阅读次数:
117
进程守护Supervisor准备工作:环境:Centos7(Centos6.5不适合以下教程)Python>=2.7(升级见:Python升级教程)pip包管理工具安装(已安装可跳过)curlhttps://bootstrap.pypa.io/get-pip.py-oget-pip.pypythonget-pip.py安装:安装superviosrpipinstallsupervisor配置
分类:
系统相关 时间:
2019-10-15 22:38:44
阅读次数:
128