
Ubuntu14.04 系统下安装IDL开发环境
1、安装参考博客: http://blog.sina.com.cn/s/blog_764b1e9d01013s8x.html http://blog.sina.com.cn/s/blog_64ffc4b30102wd3r.html 2、安装包下载网址: http://norlx51.albanova.se/~brandenb/downloads/ 系统环境:Ubuntu14.04 64位 IDL

ubuntu14.04安装配置jdk1.8.0_45
1.下载JDK 1.8打开:http://download.csdn.net/download/aqtata/8599477下载JDK安装文件2.找到你下载文件的目录,使用下面的命令我的是用firefox下载的,在下载文件夹敲命令sudo tar zxvf jdk-8u45-linux-x64.tar.gz -C /usr/lib/jvm3.解压之后,可以看到jvm

ubuntu14.04 使用openni2 提示找不到xtion设备的问题
用Openni2的时候发现找不到device的问题,折腾半天解决了,mark下以备不时之需。 主要参考: http://stackoverflow.com/questions/19938830/openni2-and-asus-xtion-pro-live-device-not-found http://stackoverflow.com/questions/17181073/ubuntu-12-

在Ubuntu 14.04上安装Apache 2.4.7
我有以下问题. 在Ubuntu上安装Apache 2.4.7. 我在目录/ etc / apache2 / sites-available /中创建了文件 VirtualHost ooo.net:80ServerName ooo.netServerAlias www.ooo.netServerAdmin webmaster@ooo.netDocumentRoot /home/user

Ubuntu14.04安装calamari
Ubuntu14.04安装calamari 操作系统安装 ……省略…… 配置服务器信任 ……省略…… Calamari服务端部署 1、配置ubuntu默认仓库为阿里云镜像库 deb http://mirrors.aliyun.com/ubuntu/trusty main restricted universe multiverse deb http://mirrors.aliyun.c

Ubuntu14.04 LTS 安装Doris、StaMPS、ROI_PAC
1、软件下载网址: 1)Doris下载网址:http://doris.tudelft.nl/ 2)Doris软件最新的信息总可以在这个网址上查到:http://enterprise.tudelft.nl/doris/ 3)StaMPS官方网址:http://homepages.see.leeds.ac.uk/~earahoo/stamps/ 4)SNAPHU:(Statistical-Cost

PyCUDA – Ubuntu14.04安装及测试
PyCUDA – Ubuntu14.04安装及测试 安装 依赖 Numpy 直接安装 sudo apt install python-pycuda 源码安装: Step 1 下载并解压 PyCUDA $ wget http://pypi.python.org/pypi/pycuda$ tar xfz pycuda-VERSION.tar.gz Step 2 编译PyCUDA $ cd pycud

在Ubuntu14.04上安装GMT5
参考网址:http://gmt.soest.hawaii.edu/projects/gmt/wiki/BuildingGMT 1.下载源代码,海岸线数据,边境线数据等 需要下载三个包: GMT, GSSHG, DCW GMT包的下载,官网是推荐用subversion下的,命令是 svn checkout svn://gmtserver.soest.hawaii.edu/gmt5/tr

Ubuntu 14.04 安装 docker
在终端中运行以下命令即可: sudo apt-get -y install apt-transport-https ca-certificates curlcurl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -sudo add-apt-repository

ubuntu 14.04 下通过apt-get 安装jdk
Installing default JRE/JDK sudo apt-get update sudo apt-get install default-jre sudo apt-get install default-jdk Installing Oracle JDK sudo apt-get install python-software-properties sudo add-apt-repo