一. 安装背景:VirtualBox下安装三台Centos6.8虚拟机(一主:master, 两从:slave1,slave2) Centos版本:CentOS-6.8-x86_64 网络配置:三台虚拟机配置静态IP,并配置主机名master,slave1,slave2 系统配置:安装JDK,增加h ...
分类:
其他好文 时间:
2016-08-29 01:35:08
阅读次数:
185
操作系统:CentOS 6.7MySQL版本:5.6.30 1.前期准备 2.系统配置 3.CMake编译配置 4.make && make install 5.后期配置和测试 Reference 1.前期准备 首先需要CMake,可以yum直接安装: 也可以官网 https://cmake.org ...
分类:
数据库 时间:
2016-08-20 00:03:43
阅读次数:
290
本人初学linux运维,在观看oldboy视频教程后,对学习到的知识进行总结,知识内容均出自oldboy视频教程。#########################################################################################centos版本不同,其中一些细节也存在一定的差距,现将之记录centos6至少需要..
分类:
其他好文 时间:
2016-08-18 14:41:39
阅读次数:
204
本次实验使用的centos6.6系统,数据库为oracle10g。Centos版本:CentOS-6.6_X64-bin-DVD1.isoOracleDatabase版本:10201_database_linux_x86_64.cpio.gz安装oracle数据库,linux必须安装destoop。否则无法安装oracle数据库。1.安装oracle所需要的安装包yum-yinstallbinutilscom..
分类:
数据库 时间:
2016-08-05 12:07:46
阅读次数:
306
CentOS版本 cat /etc/centos-release CentOS Linux release 7.2.1511 (Core) 设置ulimit -c ulimited 依旧无法生成coredump文件,其中也检查了cat /proc/sys/kernel/core_pattern 及/ ...
分类:
其他好文 时间:
2016-08-01 15:27:06
阅读次数:
367
查看内核版本 这个命令适用于所有的linux,包括Redhat、SuSE、Debian、Centos等发行版。 查看系统版本号 以下二种方法适用于RedHat,CentOS 1、直接查看 2、登录到linux执行rpm -q redhat-release #rpm -q redhat-release ...
分类:
其他好文 时间:
2016-07-28 15:04:36
阅读次数:
156
回显,回声echoechohello>/dve/pts/1打开图形界面init5关闭图形界面init3ctrl+alt+F1-6字符,F7图形界面chvt改变虚拟终端chvt+数字startx图形的软件打开poweroffcentOS6.8与7.2都正常关闭断电hostname显示主机的名字lsb_release-a显示centOS版本cat/etc/redhat-releasecat/e..
分类:
系统相关 时间:
2016-07-22 23:16:37
阅读次数:
326
本文转载自:http://www.osyunwei.com/archives/2353.html 原文为安装CentOS 6.2 的步骤。博主安装6.5版本成功。 也安装了CentOS 7 版本成功。可至产看。 一下是原文: 准备篇: 1、配置防火墙,开启80端口、3306端口 vi /etc/sy ...
分类:
数据库 时间:
2016-07-17 09:55:37
阅读次数:
256
运行环境:CentOS 7(版本号:1503) Redis版本:3.0.5 参考文档:① http://www.redis.cn/topics/cluster-tutorial.html ② http://www.linuxidc.com/Linux/2015-08/121845.htm 注意:re ...
分类:
其他好文 时间:
2016-07-08 15:26:48
阅读次数:
226
1.uname -a 查看OS详细信息 2. file /bin/ls I386--I686 都是32位 x86_64 是 64位 ...
分类:
其他好文 时间:
2016-07-07 21:04:32
阅读次数:
141