linux
tucailing
这个作者很懒,什么都没留下…
展开
-
failed to load the jni shared library"/usr/local/java/jdk1.6.0_21/bin/../jre/lib/i386/client/libjvm.
在Linux下安装Eclipse出现如下错误 failed to load the jni shared library"/usr/local/java/jdk1.6.0_21/bin/../jre/lib/i386/client/libjvm.so 解决方法:关闭selinux即可解决。 # vi /etc/sysconfig/selinux 修改:SELINUX=enf转载 2013-06-24 16:45:55 · 1618 阅读 · 0 评论 -
redhat5.4关掉防火墙
关掉防火墙 service iptables stop 或者 /etc/init.d/iptable stop chkconfig iptables off 关掉开机启动原创 2013-06-25 15:22:34 · 1139 阅读 · 0 评论 -
Call to localhost/127.0.0.1:9001 failed on connection exception: java.net.ConnectException: Connecti
忘记这个错误什么时候出现的了,大概是一下两种情况会出现: 1、启动eclipse的时候,DFS报错 2、运行Map/Reduce程序的时候 Cannot connect to the Map/Reduce location: hadoop2 Call to localhost/127.0.0.1:9001 failed on connection exception: java.net原创 2013-06-25 20:02:48 · 6259 阅读 · 0 评论 -
Linux学习之旅 (异常Cannot write file to virtual machine. Aborting the file copy operation)
转自:http://hi.baidu.com/xyqqj_lr/item/7012f2e4c64c93255a7cfb5c 在我本地搞了个虚拟机,放了linux5.4的iso文件,系统成功装好。发现装好之后是英文版的,想想之前读书的时候是装中文的版的,于是又想让里面的文字中文显示,百度一下,有了解决方法,安装这个网址(http://zhidao.baidu.com/question/416558转载 2013-07-12 16:25:12 · 2933 阅读 · 0 评论 -
df:查看linux剩余空间大小
[root@localhost conf]# df Filesystem 1K-blocks Used Available Use% Mounted on /dev/sda2 3960348 3404848 351076 91% / /dev/sda5 14270000 275044 132原创 2013-07-04 18:25:02 · 966 阅读 · 0 评论 -
搭建hadoop伪分布节点时ssh的设置
目标:ssh localhost 无需键入密码 步骤 : 前提:确认主机安装ssh shhd 分别是 ssh客户端和server端 使用hadoop账户 方法一: ssh-keygen -t dsa -P '' -f ~/.ssh/id_dsa cat ~/.ssh/id_dsa.pub >> ~/.ssh/authorized_keys [r原创 2013-08-29 16:28:13 · 1025 阅读 · 0 评论