码迷,mamicode.com
首页 >  
搜索关键字:local yum repository    ( 50663个结果
【原】centos6.5下cdh4.6 Oozie安装
0、oozie只需安装在一台服务器上,这里选择在namenode上来安装;安装用户为cloud-user1、安装Oozie包: sudo yum install -y oozie oozie-client2、对于yarn来说,需要修改/etc/oozie/conf/oozie-env.sh中: CA...
分类:其他好文   时间:2014-05-09 15:42:15    阅读次数:580
centos 配置 samba 与windows共享文件夹
yum install samba/etc/samba/smb.confdirectory mask = 0777 ← 指定新建目录的属性(以下4行)force directory mode = 0777directory security mask = 0777force directory s....
分类:Windows程序   时间:2014-05-09 15:38:50    阅读次数:437
【原】Centos6.5下cdh4.6 hive安装部署
1、前提条件: 只需要选择一台服务器即可,这里选择安装在namenode上;安装用户为cloud-user2、安装包: sudo yum install -y hive hive-metastore hive-server23、安装mysql: sudo yum install -y mysq...
分类:其他好文   时间:2014-05-09 15:38:16    阅读次数:512
centos x64 vsftpd 530登陆错误问题
近来在centos 6.0 x64版本下安装vsftpd,中间出现一些问题,解决过程总结如下:安装vsftpd:yum install vsftpd安装后配置为虚拟用户登陆,然后用:ftp localhost登陆测试总是出现错误提示:530 Login incorrect.Login failed....
分类:其他好文   时间:2014-05-09 15:30:35    阅读次数:369
CentOS 删除桌面环境
帮客户买了一个vps, 结果里面装了一堆没用的软件,所以全部删掉CentOS 桌面安装大多都是 以软件包的 形式安装所以 最好是设置好 国内的yum 源,然后执行:>yum grouplist列出所有的 “软件包”Installed Groups: X窗口系统 Yum Utilities 万维网服务...
分类:其他好文   时间:2014-05-09 12:51:17    阅读次数:249
小记备忘
Ubuntu12.04 自安装python3.3中头文件Python.h路径:usr/local/python3.3/include/python3.3mUbuntu12.04 自带的Python2.7中头文件Python.h路径:usr/ include/python2.7Ub...
分类:其他好文   时间:2014-05-09 09:27:51    阅读次数:270
mysql:执行LOAD DATA LOCAL 报错
mysql:执行LOADDATALOCAL报错。我使用navicatformysql连接mysql服务器执行local可以正常执行。showVARIABLESlike‘%local%infile%‘结果如下:+---------------+-------+|Variable_name|Value|+---------------+-------+|local_infile|ON|+---------------+-------+1rowinset(0.0..
分类:数据库   时间:2014-05-09 07:06:20    阅读次数:372
Nagios nrpe客户端的安装与配置
1.Nrpe安装创建nagios用户useraddnagios1.1被监控服务器安装nagios插件tarxzvfnagios-plugins-1.4.15.tar.gzcdnagios-plugins-1.4.15./configuremakemakeinstall1.2被监控服务器安装nrpe程序tarxzvfnrpe-2.1.2.tar.gzcdnrpe-2.1.2./configure--prefix=/usr/local/nagiosmakeall..
分类:移动开发   时间:2014-05-09 06:52:48    阅读次数:518
android Bluetooth(官方翻译)
Bluetooth Using the Bluetooth APIs, an Android application can perform the following: 使用蓝牙APIs,一个Android应用可以进行如下操作: Scan for other Bluetooth devices 扫描其他蓝牙设备 Query the local Bluetooth adapter...
分类:移动开发   时间:2014-05-09 06:15:57    阅读次数:479
个人python开发环境搭建
一、环境ubuntu10.4mysql5.1.60python.6.6java7二、搭建1.安装ubuntu10.4,并更新软件包2.sudosu-切换到root用户下安装mysql5.1.60groupaddmysql useradd-gmysqlmysql ./configure--prefix=/usr/local/mysql--with-unix-socket-path=/usr/local/mysql/var/mysql.sock--sysconfd..
分类:编程语言   时间:2014-05-09 00:48:04    阅读次数:362
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!