
install
ndzj981479673
研究生
展开
-
CloudFoundry bundle install 遇到 ExtensionBuildError问题时
尝试一下安装ruby-dev,或者ruby1.8-dev或者ruby-1.9dev,这取决于你的ruby版本原创 2013-10-11 14:54:25 · 1237 阅读 · 0 评论 -
warden container中安装软件
warden是cloud foundry v2中用来进行进程、资源隔离的一个重要组件,但是由于warden本身比较复杂,因此我在warden的setup,start,以及生成的stemcell中花费了大量的时间。warden setup时,会使用debootstrap,从宿主机器上克隆一个stemcell的镜像。 我的问题在于,虽然环境变量成功clone了,但是文件共享这里却出了问题原创 2013-10-30 20:47:40 · 1889 阅读 · 10 评论 -
rbenv安装ruby1.9.3-p392
安装rbenvgit clone git://github.com/sstephenson/rbenv.git ~/.rbenv# 用来编译安装 rubygit clone git://github.com/sstephenson/ruby-build.git ~/.rbenv/plugins/ruby-build# 用来管理 gemset, 可选, 因为有 bundler 也没什么转载 2013-10-18 18:36:52 · 2390 阅读 · 0 评论 -
ubuntu12.04安装vagrant-cf
如果没有网卡下载安装:# tar -zxvf e1000e-3.0.4.tar.gz //(写这篇文章时的版本)# cd e1000e-3.0.4/srcmake installmodprobe e1000einsmod /lib/modules/'uname -r'/kernel/drivers/net/ethernet/intel/e10原创 2015-04-20 16:02:28 · 676 阅读 · 0 评论 -
ssh命令安装Vbox以及创建虚拟机等
本篇博客虽然是说在没有GUI的情况下进行安装VBox,但是在实际动手前 我们总需要测试一下是吧,要是直接在Server上装,中间出错了,那还不把我骂死去?所以测试的话我们就选我们平时工作时的带UI界面的Ubuntu,只不过我们全程使用命令行来完成导入,创建而已。转载请注明出处准备1.安装VBox安装文件,首先的得下载个Vbox放在服务器上面吧?2.下载VBox扩展。进到转载 2015-03-18 12:51:30 · 1439 阅读 · 0 评论 -
fog openstack 401 验证失败
验证失败,是因为我的api_key写的不对???size=30 OpenStack.volumes.create(size: size, name: 'test', description: 'test') [fog][WARNING] OpenStack[:compute] is not recommended, use Compute[:openstack] for por原创 2014-12-03 20:49:34 · 1862 阅读 · 0 评论 -
eclipse4.3安装m2e-android出错
尚未解决,尝试过http://rgladwell.github.com/m2e-android/updates/原创 2014-08-08 11:40:02 · 1874 阅读 · 0 评论 -
macos eclipse报错
点击打开链接1 2 SDK转载 2014-08-07 20:13:02 · 689 阅读 · 0 评论 -
64位ubuntu运行jd-gui失败
安装jd-gui反编译工具下载jd-gui-0.3.5.linux.i686.tar.gz,解压,运行jd-gui,出现错误:error while loading shared libraries: libgtk-x11-2.0.so.0: cannot open shared object file: No such file or directory这是amd64位lin转载 2014-04-01 19:29:24 · 2607 阅读 · 0 评论 -
tuscany 2.0源码mvn 失败
Failed to execute goal org.apache.maven.plugins:maven-assembly-plugin:2.2-beta-3:single (distribution-package) on project tuscany-distribution-all: Failed to create assembly: Error creating assembly原创 2013-12-26 11:50:52 · 1813 阅读 · 1 评论 -
install vagrant vagrant-berkshelf plugin 失败
主要是nokogiri安装失败,解决如下:sudo apt-get install zlib1g-dev lib64z1-devNOKOGIRI_USE_SYSTEM_LIBRARIES=1 vagrant plugin install vagrant-berkshelflogs!!!/opt/vagrant/embedded/lib/ruby/1.9.原创 2013-12-03 22:54:32 · 1713 阅读 · 0 评论 -
linux更新后,vagrant up fail
vagrant upVirtualBox is complaining that the kernel module is not loaded. Pleaserun `VBoxManage --version` or open the VirtualBox GUI to see the errormessage which should contain instructions on原创 2013-11-17 14:59:35 · 2676 阅读 · 0 评论 -
git pull 丢失的文件
通过git fsck --lost-found然后去.git/lost-found/other中去找虽然文件名没有了,但是文件还在原创 2013-11-28 17:15:59 · 5805 阅读 · 0 评论 -
ruby can not load such file readline
/home/zhang/.rbenv/versions/1.9.3-p392/lib/ruby/1.9.1/rubygems/custom_require.rb:36:in `require': cannot load such file -- readline (LoadError) from /home/zhang/.rbenv/versions/1.9.3-p392/lib/rub原创 2013-11-28 16:58:25 · 1324 阅读 · 0 评论 -
在rake cf:bootstrap之前的准备
先安装ruby1.9.3-p392和jdk7和maven rbenv global 1.9.3-p392rbenv local 1.9.3-p392rbenv shell 1.9.3-p392rbenv rehash apt-get updatesudo apt-get install libmysql-ruby lib原创 2013-10-20 18:54:44 · 1227 阅读 · 0 评论 -
warden install in ubuntu 10.04
install warden in ubuntu 10.04,you need to add backport for natty!sudo apt-get install -y linux-image-generic-lts-backport-nattysudo apt-get install -y build-essentialsudo apt-get install -y build-e转载 2013-10-21 17:23:56 · 1162 阅读 · 0 评论 -
ubuntu安装maven3.0.4
如果是12.04版本以上的,直接sudo apt-get install maven如果是10.04版本的,需要下载maven3.0.4,安装Linux下安装maven1.首先到Maven官网下载安装文件,为3.0.4下载文件为apache-maven-3.0.4-bin.tar.gz,2.进入下载文件夹,找到下载的文件,运行如下命令解压ta转载 2013-10-21 13:53:36 · 3450 阅读 · 0 评论 -
ubuntu安装jdk7
sudo mkdir /usr/lib/jvmsudo tar zxvf jdk-7u40-linux-x64.tar.gz -C /usr/lib/jvm cd /usr/lib/jvm/sudo mv jdk1.7.0/ java-7-sun vim ~/.bashrc export JAVA_HOME=/usr/lib/jvm/java-转载 2013-10-18 23:26:06 · 1063 阅读 · 1 评论 -
搭建一个CloudFoundry本地实例
参考地址:http://blog.cloudfoundry.com/2013/06/27/installing-cloud-foundry-on-vagrant/#comment-342193https://github.com/Altoros/cf-vagrant-installerhttps://groups.google.com/a/cloudfoundry.org/fo原创 2013-10-10 10:27:21 · 6387 阅读 · 5 评论