Monthly Archives: January 2009
My firecrackers for beginning of the year of ox 2009
爆竹声声辞旧岁 火树银花迎金牛 In childhood, I was playing firecrackers everyday in the Spring Festival. The new year’s eve is the only chance for me to lit it again, I felt I like a 10 years child.
Welcome to The Year of the Ox
It’s Chinese New Year’s Eve right now. The Chinese lunar new year came, it’s “The Year of the Ox“. I think you may like the above cute little ox and fortune; I hope you all the best. There are some pics I took tonight.
gOS looks green
Today I installed gOS on my laptop; openSuSE did great work for me 3 years. I’d like to play some new things. So, check my new desktop out. http://picasaweb.google.com/liuzh66/GOS If you go its wetsite http://thinkgos.com/, you will see it talks lots of cloud. It’s interesting, but it is not the reson i chose it. Ubuntu
从云计算联想到第一代电脑系统
记得以前看过一本描写Bill Gets的书,他上中学的时候,在河滨中心通过一个远程终端,连接到某大学的计算机系统,输入程序代码,并且得到代码在远程电脑系统中的输出,输出好像是在屏幕上出现的,或从打印机上输出的。我基本上忘了那电脑系统的名称,不过它的特点基本上是这样的:当时电脑系统很少,可能全世界上也没有多少台功能全面的电脑;用户使用的特别像是一种计算服务,由于终端设备根本没有技术能力,当时还没有个人电脑;接入方式根本不是tcp/ip更不是internet,当时还没internet。在学习了云计算的一些概念之后,我迷惑了,这个时尚的技术,怎么越看越眼熟啊。 IBM的主机系统可谓是当今电脑世界的恐龙化石级产品,他是一个活化石基本的技术,在经历了开放系统时代之后,我们即将进入云计算时代,我总感觉云计算是一种技术路线的复古。主机系统和第一代电脑系统最相似,区别是可以通过TCP/ip网络,和开放系统通信了。最为一种新兴起的技术,我试图follow http://www.johnmwillis.com/来学习云计算,遗憾的是从08年初以来并没有仔细听他所有的colud cafe;这个老兄在把blog改名为IT Management and Cloud Blog,真可谓是一高产的blogger,这哥们每天能发四五个post,强啊。最近找时间听了一段cloud cafe,我发现到目前为止还没有一个能让大多数人都认同的云计算的概念,基本上对云计算的感念方面有两道三种说法。可以看看 http://en.wikipedia.org/wiki/Cloud_computing 参考这上面的说法也只能有一个模糊的感觉。 看看电脑技术打发展历程:最早的电脑系统,主机系统,开放系统,群集,网格,云计算。前一段时间看过一个非常抢眼的标题“以后世界上将只有5台电脑”。SaaS是一个比较火热的和云计算相关的技术,我认为它像是在web2.0发展到一定阶段后Web应用的一个发展,这方面的强者为salesforce之流。Google和Salesforce不同的是,Google提供网上office套件的同时,还开发他的平台,并提供与之配套的 SDK。Amazon不提供应用也没有SDK,他只提供平台,平台上包括基本的计算和存储服务。Google和Amazon说起来算是基础架构作为一种服务。抛开云计算本身不谈,用户使用和访问的方式并没有发生变化,在任何一个web浏览器存在的地方都能使用或者管理到云计算。客户端的计算和存储能力再次此退化到零,这不能说不是计算机技术发展的返祖现象吧!哈哈~~我也快糊涂了!
opennms 1.6.1-1 quick start guide
本安装手册为纯命令版,如果有什么疑问清参考官方安装手册,或给本贴留言。 [install yum on your Linux box] 选择任意Linux系统,安装上yum工具,在命令行测试 yum -v [testing internet connection with those two URL] 测试是否能上网,用浏览器分别打开这两个网址 http://www.martinliu.cn/2007/12/13/opennms-yum-install/ http://yum.opennms.org/repofiles/ 先别关闭这两个网页。 [Install opennms 开始安装: yum install yum-fastestmirror rpm -Uvh http://yum.opennms.org/repofiles/opennms-repo-snapshot-rhel4.noarch.rpm yum list opennms yum install opennms [ post-install and config] 开始配置: export OPENNMS_HOME=/opt/opennms vi /var/lib/pgsql/data/pg_hba.conf 注释掉其中所有可用的行,加入下面三行 local all all trust host all all 127.0.0.1/32 trust