
Linux
黑夜苍熊
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Ubuntu下 ssh : connect to host localhost port 22:Connection refused
Ubuntu下测试ssh时使用ssh localhost 命令,出现错误提示connect to host localhost port 22:Connection refused 造成这个错误的原因可能是ssh-server未安装或者未启动。ubuntu 11.10 默认安装openssh-client,但是木有安装server 运行 ps -e | grep s转载 2013-09-20 11:18:32 · 970 阅读 · 0 评论 -
Ubuntu安装Java 小问题
jackson@ubuntu:~$ java -version The program ‘java’ can be found in the following packages: * gcj-4.4-jre-headless * openjdk-6-jre-headless * cacao * gij-4.3 * jamvm Try: sudo apt-get in原创 2013-09-14 10:53:19 · 2968 阅读 · 1 评论 -
SSH免密码登录
ssh-keygen -t dsa -P '' -f ~/.ssh/id_dsa /etc/sshd/ssh_config 中设置: # IdentityFile ~/.ssh/identity # IdentityFile ~/.ssh/id_rsa # IdentityFile ~/.ssh/id_dsa原创 2014-05-19 11:34:45 · 789 阅读 · 0 评论 -
error while loading shared libraries: libc.so.6 救急办法
背景 重命名了 libc.so.6 文件 [root@myheart-6 test]# cd /lib64 [root@myheart-6 lib64]# mv libc.so.6 lib.so.6.backup 导致shell很多命令无法执行 [root@myheart-6 lib64]# ls ls: error while loading shared librarie原创 2015-01-28 13:11:12 · 14453 阅读 · 0 评论