码迷,mamicode.com
首页 >  
搜索关键字:usr    ( 26217个结果
HBase的伪分布模式安装
HBase是依赖Hadoop的数据存储系统,可以实现大数据(过亿条记录)的存储,进行并行化处理。在特定的场景下HBase有自己的用武之地。下面讲述如何进行伪分布模式安装1.设置环境变量我使用的HBase版本是hbase-0.94.7-security.tar.gz,安装在机器hadoop0的/usr...
分类:其他好文   时间:2014-06-28 09:46:59    阅读次数:266
linux mysql
file /usr/share/man/man1/mysqlshow.1.gz from install of MySQL-client-4.1.16-1.glibc23 conflicts with file from package mysql-3.23.54a-11--------------...
分类:数据库   时间:2014-06-28 09:41:36    阅读次数:328
ubuntu 安装maven提示出错 The program 'mvn' can be found in the following packages
问题: I am trying to install apache maven 3 in Ubuntu 12.04 lts. What I did was open the terminal then I typed the following commands export M2_HOME=/usr/local/apache-maven/apache-maven-3.0.5 ...
分类:Windows程序   时间:2014-06-28 09:12:52    阅读次数:510
linux编译安装LAMP
Linux安装Apache+MySQL+PHP 安装部分依赖 安装apr(可选) # tar -xf apr-1.5.0.tar.bz2 # cd apr-1.5.0 #./configure --prefix=/usr/local/apr //指定其安装位置 # make && make install 安装apr-util # tar -xf apr-util-1.5.3.ta...
分类:系统相关   时间:2014-06-28 07:35:28    阅读次数:386
ansible(二)基础篇
这篇总结一下Inventory,变量,目标匹配,及/usr/bin/ansible命令行常用的模块上一篇也说过Inventory的默认路径是在/etc/ansible/hosts,当然这个东西可以说是静态的,为啥是静态呢,你要手工的把你的要管理的主机写进去。当然还有一种动态的Inventory,这个其实也简单,就是如..
分类:其他好文   时间:2014-06-28 06:27:02    阅读次数:342
FATAL ERROR: Could not find ./bin/my_print_defaults
我勒个去,上午刚搞好MySQL的编译安装,玛德一重启计算机然后重启服务又报错:[root@localhostmysql-5.5.13]#/usr/local/mysql/scripts/mysql_install_db--user=mysqlFATALERROR:Couldnotfind./bin/my_print_defaultsIfyoucompiledfromsource,youneedtorun‘makeinstall‘tocopyt..
分类:其他好文   时间:2014-06-28 06:21:53    阅读次数:313
mysql5.5 主从
yum-yinstallgccgcc-c++ncurses-devel tarxvfcmake-2.8.4.gz cdmake-2.8.8 ./bootstrap gmake&&gmakeinstall cd.. tarzxvfmysql-5.5.25.tar.gz cdmysql-5.5.25 mkdir-p/usr/local/mysql/data cmake-DCMAKE_INSTALL_PREFIX=/usr/local/mysql-DMYSQL_UNIX_ADDR=/tmp/my..
分类:数据库   时间:2014-06-28 00:06:19    阅读次数:354
关于Solaris系统“mpt_sas”驱动
1.mpt_sas驱动源文件所在系统源代码中目录:illumos-soulos/usr/src/uts/common/sys/scsi/adapters/mpt_sas--头文件illumos-soulos/usr/src/uts/common/io/scsi/adapters/mpt_sas--C...
分类:其他好文   时间:2014-06-27 13:32:40    阅读次数:253
getrrdinfo.py
#!/usr/bin/env python# coding=gbkimport sysimport osimport timeif __name__== '__main__': filename = sys.argv[1] nowtime = int(time.time()) st...
分类:其他好文   时间:2014-06-27 13:28:10    阅读次数:148
lxc-config: error while loading shared libraries liblxc.so.1
转载请注明出处:http://www.openext.org/2014/06/lxc-erro1#tar zxvf lxc-xxx.tar#./autogen#./configure –prefix=/usr/local/lxc#make#make install#lxc-lsthe error:#echo “/usr/local/lxc/lib” >> /etc/ld.so.conf#ldcon...
分类:其他好文   时间:2014-06-27 08:36:38    阅读次数:156
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!