报出这种错误的原因是下载OpenJDK时使用命令sudo apt-get install openjdk-6-jre-lib这样安装后OpenJDK将会缺少lib文件夹,使用如下命令重新安装:sudo apt-get install openjdk-6-jdk问题解决
分类:
编程语言 时间:
2014-09-13 15:50:05
阅读次数:
190
yum install nc nc用来取代telnet这里我们希望让大家知道网络协议中的一个经验:参数越多,死得越快;参数越少,越能持久。参数太多了,根本不利于使用,无法推广,早晚会被别的协议取代。这也符合科学的基础原理,简单。smtp协议SMTP也是个请求/响应协议,命令和响应都是基于ASCⅡ文....
分类:
系统相关 时间:
2014-09-13 14:34:35
阅读次数:
348
在用apt-get安装软件时出现了类似于 install-info: No dir file specified; try –help for more information.dpkg:处理 gettext (–configure)时出错: 子进程 post-installation script...
分类:
其他好文 时间:
2014-09-13 14:33:45
阅读次数:
227
1.在Ubuntu上安装samba服务 sudo apt-get install samba2.修改配置文件vim /etc/samba/smb.conf[xubu] (共享名) guest account = xubu (共享名) writeable = yes path = /home/sh.....
服务安装:1. 在VMware Ubuntu中安装NFS服务: sudo apt-get install nfs-kernel-server2. 安装成功会出现配置文件/etc/exports。 ls /etc/exports 3. 配置vim exports指定所要共享的目录(绝对路径) ...
分类:
其他好文 时间:
2014-09-13 14:30:25
阅读次数:
216
mysql安装 这里我们只讲ubuntu14.10上的安装,安装很简单,在命令行运行: $?sudo?aptitude?install?mysql-server-5.6 安装过程中会出现密码输入界面,我们输入一次密码与一次确认密码即可。 mysql安装后配置...
分类:
数据库 时间:
2014-09-13 13:26:55
阅读次数:
234
原创链接 这里只是简单写一下过程吧。 第一步:安装cocoapods sudo gem install cocoapods 要是不成功,执行以下操作 gem sources --remove https://rubygems.org/ gem sources -a http://ruby.taobao.org/ gem so...
分类:
移动开发 时间:
2014-09-13 12:10:25
阅读次数:
255
Applies To: Active Directory Federation Services (AD FS) 2.0After you install the Active Directory Federation Services (AD FS) 2.0 software and config...
分类:
其他好文 时间:
2014-09-13 09:20:24
阅读次数:
264
最近入手一台Mac pro。然后就想之前都是在用windows下环境进行编程学习。既然换了Unix就顺便给自己点新气象,学点新东西。Ps.主要是在windows下我用pip install scipy无果N久以后,决定跳坑。。。。1.用了Mac以后养着要用正版软件的习惯,毕竟都是作者辛辛苦苦写的。之...
分类:
其他好文 时间:
2014-09-13 02:59:54
阅读次数:
232
建立基本编译环境1 sudo apt-get install build-essential安装OpenGL Library1 sudo apt-get install libgl1-mesa-dev安装OpenGL Utilities1 sudo apt-get install libglu1-m...
分类:
其他好文 时间:
2014-09-13 02:59:34
阅读次数:
404