安装EPEL EPEL 是 Extra Packages for Enterprise Linux 的缩写(EPEL),是用于 Fedora-based Red Hat Enterprise Linux (RHEL) 的一个高质量软件源,所以同时也适用于 CentOS 或者 Scientific L ...
分类:
Web程序 时间:
2016-05-29 18:10:47
阅读次数:
820
操作系统版本:rhel6.5 (Red Hat Enterprise Linux Server release 6.5 (Santiago)) 数据库版本:12.1.0.2.0 实验目的: 假设原来的数据库名为scp,要改成etdb,原实例名(service_name,instance_name)s ...
分类:
数据库 时间:
2016-05-25 16:50:51
阅读次数:
279
摘自 http://my.oschina.net/syyzhan/blog/277536 1.查看日志文件 使用命令:cat 或者 tail -f(默认查看文件尾部10行) 相关日志文件: /var/log/messages 系统启动后的信息和错误日志,是Red Hat Linux中最常用的日志之一 ...
分类:
系统相关 时间:
2016-05-24 19:01:57
阅读次数:
236
1、交互式解释器 在linux终端下,直接输入python,返回以下结果 [root@localhost ~]# python Python 2.6.6 (r266:84292, Jan 22 2014, 09:42:36) [GCC 4.4.7 20120313 (Red Hat 4.4.7-4) ...
分类:
编程语言 时间:
2016-05-23 20:58:32
阅读次数:
264
1.删除redhat原有的yum 2.下载yum安装文件 3.进行安装yum 4.清除原有缓存 yum clean all 5.重建缓存,以提高搜索安装软件的速度 5.重建缓存,以提高搜索安装软件的速度 yum makecache 6.更新系统 yum update ...
分类:
系统相关 时间:
2016-05-23 14:55:16
阅读次数:
259
目录 一、简介3 1、计算机资源3 2、操作系统的种类3 3、Linux含义3 4、发展史3 5、GNU/Linux特点4 6、Linux的主要产品4 7、Red Hat Linux主要特点4 8、Red Hat Linux的版本... ...
分类:
系统相关 时间:
2016-05-23 13:29:41
阅读次数:
225
查看MongoDB的最新版官方下载地址: https://www.mongodb.com/download-center#community 使用wget命令下载安装包 新版安装方法见: Install MongoDB Community Edition on Red Hat Enterprise ...
分类:
数据库 时间:
2016-05-22 22:52:59
阅读次数:
476
Problem Description
A Fibonacci sequence is calculated by adding the previous two members the sequence, with the first two members being both 1.
F(1) = 1, F(2) = 1, F(3) = 1,F(4) = 1, F(n>4) = F(n -...
分类:
其他好文 时间:
2016-05-22 12:21:25
阅读次数:
166
学习Linux有一段时间了,经过反复安装Linux虚拟机,今日就来谈谈。1、安装前的准备:(1).我们必须首先要有VMwork虚拟机,和RedHat的镜像。网上找,官网也可下载,实在没有联系我。(2).计算机的BIOS设置必须支持虚拟环境,我用的是联想,再开机时按F1进入BIOS设置,在虚拟化安全..
分类:
其他好文 时间:
2016-05-22 06:24:05
阅读次数:
424
一、关于CentOS系统介绍 CentOS(Community Enterprise Operating System,中文意思是:社区企业操作系统)是Linux发行版之一,它是来自于Red Hat Enterprise Linux依照开放源代码规定释出的源代码所编译而成。基于Red Hat持续升级 ...
分类:
其他好文 时间:
2016-05-20 21:07:36
阅读次数:
185