微信公众号:杰夫弹弹看
发布时间:2015-02-04 18:11:16
如果使用openstack的key-pair add后,产生的私钥是pem文件,这个是无法直接通过putty访问的。需要经过类似的一个key转化的步骤,具体参加这篇bloghttp://blog.sina.com.cn/s/blog_575b2c50010198oy.html然后就可以使用putty访问了, 本文针对的是windows下的用户,如果不用cygwin的方式。.........【阅读全文】
发布时间:2015-02-03 22:43:49
如果参照安装文档,https://github.com/GoogleCloudPlatform/kubernetes/blob/master/docs/getting-started-guides/vagrant.md实体物理机安装应该不会有问题,但是奈何资源有限,拿起来我的VirutalBox建了一个虚拟机,Ubuntu 14.04执行安装脚本,发现了诸多问题问题1:==> default: Waiting for machine to boot..........【阅读全文】
发布时间:2014-12-23 18:14:15
今天使用bundle exec strainer运行cookbook测试,发现报错,问题1: uninitialized constant RSpec::Matchers::BuiltIn::RaiseError::MatchAliases (NameError)查出原来是旧版本的兼容性问题,http://stackoverflow.com/questions/24459289/rspec-expectations-2-99-0-lib-rspec-matchers-built-in-raise-e.........【阅读全文】
发布时间:2014-12-17 23:06:01
1. https://access.redhat.com/solutions/21964Redhat 4,5,6之间的upgrade,官方不给与支持,推荐使用fresh install,然后把对应软件的配置和数据迁移到新的server上2. Start from Redhat 7,Redhat 对一些特定的case给与了支持,但是支持的力度有限https://access.redhat.com/node/637583/.........【阅读全文】
发布时间:2014-12-13 14:40:17
如果你最近使用Redhat7的话,会发现Redhat 7安装后的网卡名称非常怪异,不要惊慌,其实,这是Redhat公司开发的操作系统新版本的特性,同事搜到的这篇文章介绍的很详细,至少没在Redhat官方网站上看到这么详细的介绍,值得看一下:参考文章:http://www.ehowstuff.com/new-naming-scheme-for-the-network-interface-on.........【阅读全文】