RedHat Ent 6.5 64bit编译安装hadoop2.4.1感谢原帖:http://blog.csdn.net/w13770269691/article/details/16883663/ step1.修改yum:(针对redhat ent未注册用户,注册用户直接跳过这一步) 参考:ht....
分类:
其他好文 时间:
2014-08-07 18:26:00
阅读次数:
242
第一部分:安装mysql官方下载 mysql5.6.19 64位的rpm格式文件0、rpm 四个mysql5.6.19卸载默认的mysqlyum -y remove mysql-libs-*yum -y remove mysql-libs-5.1.52*1、su命令2、/etc/init.d/mys...
分类:
数据库 时间:
2014-08-07 18:18:10
阅读次数:
364
之前安装的都是英文的,现在替换成中文的参考地址 :http://haolulu.blog.51cto.com/3164472/6308941.安装webalizer所需的软件包(需要用到相关的jpeg,png,zlib库) yum -y install gd-devel.i* yum insta.....
分类:
Web程序 时间:
2014-08-07 15:37:30
阅读次数:
288
(1)参照:http://www.cnblogs.com/zhangqingsh/archive/2013/04/15/3022583.html 安装Python2.7(2)安装Nodejs yum install gcc-c++ openssl-devel (nodejs需要openssl) .....
分类:
Web程序 时间:
2014-08-07 12:23:49
阅读次数:
252
基本环境系统:centos6.4nginx-1.2.0mysql-5.5.13php-5.4.9[root@localhost~]#servicehttpdstop//确认httpd服务已关闭[root@localhost~]#servicemysqldstop//确认系统中的mysql数据库没有启动[root@localhost~]#yum-ygroupinstall"Development//安装开发环境和开发库libraries"..
分类:
其他好文 时间:
2014-08-06 19:30:52
阅读次数:
331
记录一下linux安装mysql的流程和出现问题的解决。...
分类:
数据库 时间:
2014-08-06 11:55:21
阅读次数:
271
不如Ubuntu, 默认yum install sshpass无法安装sshpass,需要用下面的步骤:cd /etc/yum.repos.d/
wget http://download.opensuse.org/repositories/home:Strahlex/CentOS_CentOS-6/home:Strahlex.repo
yum install sshpass...
分类:
其他好文 时间:
2014-08-06 10:27:31
阅读次数:
431
1. 这里使用的centos作为容器,所以首先下载centos的images# sudo docker pull centos2. 下载后运行一个centos的容器,这里使用centos6作为我测试的容器# sudo docker run --name=centos-ssh -i -t centos:centos6 /bin/bash3. 安装openssh-server服务软件包# yum in...
分类:
其他好文 时间:
2014-08-06 08:26:01
阅读次数:
294
实验目标安装vsftpd,httpd软件包判断是独立还是临时服务启动这2个服务确保开机启动安装telnet-server,判断是临时还是独立启动实验环境虚拟机实验步骤一、环境准备1.配置yum仓库[root@localhost~]#cd/etc/yum.repos.d/[root@localhostyum.repos.d]#lsrhel-debuginfo.repo[root@..
分类:
其他好文 时间:
2014-08-06 06:17:52
阅读次数:
346
最近搞了一台云服务器,尝试部署一些服务器相关的东西,作为开发用服务器,首先考虑搭建的是SVN服务器。记录一下搭建的过程,方便以后查看。...
分类:
系统相关 时间:
2014-08-06 01:56:30
阅读次数:
297