Loaded plugins: fastestmirror, securityLoading mirror speeds from cached hostfile* base: mirrors.163.com * extras: mirrors.cqu.edu.cn * updates: mirro...
分类:
编程语言 时间:
2015-05-13 12:42:00
阅读次数:
639
1.确认VNC是否安装默认情况下,Red Hat Enterprise Linux安装程序会将VNC服务安装在系统上。
确认是否已经安装VNC服务及查看安装的VNC版本
[root@testdb ~]# rpm -q vnc-server
vnc-server-4.1.2-9.el5
[root@testdb ~]#若系统没有安装,可以到操作系统安装盘的Server目录下找到VNC服务的RP...
分类:
系统相关 时间:
2015-05-05 14:28:18
阅读次数:
217
在CentOS-64bit上编译 Hadoop-2.5.0源代码,并分布式安装...
分类:
其他好文 时间:
2015-04-24 21:15:31
阅读次数:
125
问题描述:
windows 环境下连接安装在CentOS或linux系列操作系统中mysql数据库。本文以远程服务器地址192.168.1.16,数据库用户名root,登录密码admin为例。
解决方案一:
1. “运行”
2. 输入命令,mysql -h 192.168.1.16 -uroot -padmin
提示:-h 表示服务器 ,192.168.1.16为远程服...
分类:
数据库 时间:
2015-04-21 13:09:56
阅读次数:
165
1 在 CentOS 6.4 上安装 docker docker当前官方只支持Ubuntu,所以在 CentOS 安装Docker比较麻烦(Issue #172)。 docker官方文档说要求Linux kernel至少3.8以上,CentOS 6.4是2.6的内核,于是我哼哧哼哧的编译安装了最.....
分类:
系统相关 时间:
2015-03-31 14:27:59
阅读次数:
186
endmail是Linux下优秀的邮件系统。在不做任何设定的情况下,sendmail发出邮件的邮箱源地址形如userid@localhost.localdo,这种地址几乎会被所有的邮箱认定为SPAM(垃圾邮件)或直接拒收。1、 Sendmail安装在CentOS下,sendmail一般默认是随操作系...
分类:
其他好文 时间:
2015-03-16 12:23:38
阅读次数:
155
一、 Sendmail安装 在CentOS下,sendmail一般默认是随操作系统一起安装的。如果安装系统时没有安装sendmail服务,手动安装sendmail也很简单: # yum install -y sendmail # yum install -y sendmail-cf 二、 Senm...
分类:
系统相关 时间:
2015-02-12 02:08:15
阅读次数:
223
安装MongoDB的方法有很多种,可以源代码安装,在Centos也可以用yum源安装的方法。由于MongoDB更新得比较快,我比较喜欢用yum源安装的方法。64位Centos下的安装步骤如下:1、准备工作运行yum命令查看MongoDB的包信息[root@localhost~]#yuminfomon...
分类:
数据库 时间:
2015-01-28 19:12:44
阅读次数:
224
环境要求:rlwrap-0.42
CentOSrelease6.6(Final)
VMwareWorkstation11
linux.x64_11gR2_database_1of2和linux.x64_11gR2_database_1of2rlwrap的下载地址:http://utopia.knoware.nl/~hlub/uck/rlwrap/#rlwrapCentOSrelease6.6选择BasicServer其它没有什么特别要求:VMwareWorkstat..
分类:
其他好文 时间:
2015-01-07 07:08:56
阅读次数:
320
安装MongoDB的方法有很多种,可以源代码安装,在Centos也可以用yum源安装的方法。由于MongoDB更新得比较快,我比较喜欢用yum源安装的方法。64位Centos下的安装步骤如下:1、准备工作运行yum命令查看MongoDB的包信息[root@localhost~]#yuminfomon...
分类:
数据库 时间:
2014-12-08 12:02:46
阅读次数:
300