寻找IPV4 即将用完的最早报道

发布于: 2010年01月04日

IPV4 危机的报道似乎伴随着我们开始使用互联网开始,一直伴随着我们。“3年之后又3年”,这是我们对IPV4即将用完这种“狼来了”的故事的感概。

当然大家相信IPV6迟早是要来的。IPV9/V10这种骗钱的东西,既然钱已经到手,也就不会有人再去理会了的。我突然想知道,这个故事最早来自什么时候。幸好我们有Google.

粗略查了一下,最早的的文字记载的IPV4即将用完的英文网页文字来自于一家.jp 的网站,发布于:11/19/1999, 他预计的用完时间是2008年

而最早预测IPV4即将用完的中文报道可能来自新浪,发表时间是:2001年05月10日,他预计用完的时间是2005年。

在2010年的元月,伟大的人类发现竟然还能再用3年,奇迹啊。

恭喜本站的Google PageRank升为3

发布于: 2010年01月03日

2010新年的第三天,突然发现Google Toolbar显示本站的PageRank的绿条变长了,仔细一看居然变成3了。本来应该是1的。

一阵高兴,但是也怕Google Toolbar晃点我,于是Google 了一下, 在prchecker.info网站Double Check 的结果告诉我,真的是三了。

不容易啊,恭喜自己一下。

早上看到了阳台外盛开的花。时值北国千里冰封,万里雪飘,而南国依然鲜花盛开。也许我不会永远留在这里欣赏南国风光,拍下来留个纪念吧。

Excel VBA 中指定单元格格式导致无法复制

发布于: 2009年12月27日

写Excel VBA代码的时候,发现该页的单元格无法复制,不管是单格还是整行整列的。

后来发现是该页的SelectionChange内添加了指定单元格格式的代码,如下:

Range("$AA$1").NumberFormat = "mm-dd"

去掉该行后一切正常。

看来还是老老实实在页面指定好了。

PC机虚拟安装OpenVMS 8.3

发布于: 2009年12月27日

第一步,得到OpenVMS  iso 文件。这个东东不好找,我是在海盗湾找到她的bt种子(国内用户需要翻墙):

http://thepiratebay.org/torrent/4584595/OpenVMS_8.3_Alpha.iso

很佩服老外,这种冷门的文件,都坚持有好几个种子在线。另外,我觉得种子作者在种子下载页面留下的这段话有点小酷:

OpenVMS 8.3 for Alpha CPU. If u dont know what this is, its not for you.

Short FAQ:

Q: Does it work on my PC?
A: No.

Q: Does it work on my Mac?
A: No.

Q: Why are you seeding this?
A: Because I can.

第二步,下载Personal Alpha。Personal Alpha 是STROMASYS 公司的在PC机上虚拟 Alpha 平台的虚拟软件,个人用户的免费版。下载地址:

http://www.stromasys.ch/de/products/charon-axp/download-personalalpha/

顺便提一句,上面页面的下载链接,我用IE8 无法完成下载,因为带不出ftp 的账户密码信息。Firefox OK。

我当前下载的版本号:2.0.17

第三步,安装Personal Alpha: 和所有Windows 软件一样简单。

第四步,安装OpenVMS8.3。 打开Person Alpha. 如下图:

首先需要建立可以虚拟的硬盘空间。点击Make Empty Disk 按钮:

选择建立文件的路径Disk image file, 起名为disk0.vdisk 即可. Disk type 制定大小和类型,默认即可。

完成硬盘空间建立后,设定上面的Disks 选项:

DKA0选择刚才建立的disk0.vdisk 路径。

DKA100 如果只建立了一个虚拟盘,可以留空

DKA200 如果没有软盘,此处可以填写光驱路径,\\.\Cdrom0.

DKA300 如果没有软盘,可留空

OPA部分设定:

勾选 Use default terminal emulator即可,默认启动putty0.60作为终端,很好用的一个Windows下的虚拟终端客户端。

Network设定:

ESA Mapping to host adaptor, 请选择一个可使用的网卡设备

Mapping mode, 请选择share(共享模式), 如果选择exclusive(独占模式), 启动OpenVMS配置网络后,Windows将不可使用该网卡。

将OpenVMS 8.3的iso文件刻盘插入光驱,或者使用虚拟光驱Mount iso 文件。

注意:使用虚拟光驱且同时拥有普通光驱时,可能需要将光驱路径写为\\.\Cdrom1

点击最下方的Start按钮,启动。弹出putty 终端。

输入sh dev 列出设备信息,确认有DKA200 有光驱信息

输入BO DKA200 进行光盘启动(命令不区分大小写)。如果一切顺利,则会有下列信息:

Alpha Emulator Firmware
Version 2.0.16 build Oct  8 2008 09:38:01
Initialized physical memory: 128 MB
Loaded HWRPB: physical address 2000
Initialized CPU0

CPU0 halted: reason: power up

>>> sh dev
DKA0         SCSI 0 6 0 0 0 0 FLAMG-IO    DEC RZ26 0003
DKA100       SCSI 0 6 0 0 100 0 FLAMG-IO  EMULATORS HD-IMAGE 0003
DKA200       SCSI 0 6 0 0 200 0 FLAMG-IO  EMULATORS DVDROM 0003
ESA0         MOP 0 7 0 0 0 2 CORE-IO      Built-in Lance 00-1a-22-1a-6a-43
PKA          NOBOOT 0 6 0 0 X 0 FLAMG-IO  Built-in NCR53C94 SCSI Controller
PKB          NOBOOT 0 6 1 0 X 0 FLAMG-IO  Built-in NCR53C94 SCSI Controller

>>> BO DKA200
(boot -file ” -flags ” ‘DKA200’)
BOOT_RESET is ON: cold boot
Booting from the device ‘DKA200’ file ”
Loaded the primary booter; size 0x9a000

OpenVMS (TM) Alpha Operating System, Version V8.3
© Copyright 1976-2006 Hewlett-Packard Development Company, L.P.

Installing required known files…

Configuring devices…

接着会有一系列问题:

Please choose one of the following:

1)  Upgrade, install or reconfigure OpenVMS ALPHA Version V8.3
2)  Display layered products that this procedure can install
3)  Install or upgrade layered products
4)  Show installed products
5)  Reconfigure installed products
6)  Remove installed products
7)  Find, Install or Undo patches; Show or Delete Recovery Data
8)  Execute DCL commands and procedures
9)  Shut down this system

Enter CHOICE or ? for help: (1/2/3/4/5/6/7/8/9/?) 1          选择1开始安装

接着请留意下面的信息,对后面的安装有用

This procedure will ask a series of questions.

() – encloses acceptable answers  (括号内的内容表示可接受的回答内容,如上面的(1/2/3/4/5/6/7/8/9/?))
[] – encloses default answers           (方括号内的内容为默认选线)

Type your response and press the <Return> key.  Type:

? – to repeat an explanation               (? 表示对选项可进行解释)
^ – to change prior input (not always possible) (^更改输入优先级)
Ctrl/Y – to exit the installation procedure  (Ctrl/Y 退出安装)

问题继续:
Do you want to INITIALIZE or to PRESERVE? [PRESERVE]   问是否需要格式化硬盘,第一次安装输入INITIALIZE

Enter device name for target disk: (? for choices)    安装的目标硬盘,输入DKA0
DKA0: is now labeled ALPHASYS.

Do you want to keep this label? (Yes/No) [Yes]  硬盘盘符,其实这是我第二次安装,第一次安装会问是否使用ALPHASYS这个盘符。默认即可

Do you want to initialize with ODS-2 or ODS-5? (2/5/?)  ODS-2 对老版本兼容更好些,我选2

You have chosen to install OpenVMS ALPHA on a new disk.

The target system disk, DKA0:, will be initialized
with structure level 2 (ODS-2).
The disk will be labeled ALPHASYS.
Any data currently on the target system disk will be lost.

Is this OK? (Yes/No) 选Yes继续

Password for SYSTEM account:

Re-enter SYSTEM password for verification:

以上输入两次密码

Will this system be a member of an OpenVMS Cluster? (Yes/No) No

Will this system be an instance in an OpenVMS Galaxy? (Yes/No) No

以上两个选No, 虚拟机不会是集群成员吧?

Enter SCSNODE:  随便起个名字
Do you plan to use DECnet? (Yes/No) [Yes]  根据需要选,我选Yes

Enter DECnet (Phase IV) Address: [1.1]  我填了0.0

Enter SCSSYSTEMID: [65534] 写个数字,但是要记住,我写了 12345

Select the number above that best represents the desired time zone:  选个时区,PRC 是50

Enter the Time Differential Factor [8:00]:

NEW SYSTEM TIME DIFFERENTIAL FACTOR = 8:00

Is this correct? [Y]:  时区选择,OK

Do you want to register any Product Authorization Keys? (Yes/No) [Yes] 选No继续

If you want to change your selections, you can do so later in the
installation by answering “NO” to the following question:

“Do you want the defaults for all options?”
默认Yes 即可

Do you want to install DECwindows Motif for OpenVMS Alpha V1.6?
(Yes/No) [Yes]
Do you want to install DECnet-Plus for OpenVMS Alpha V8.3?
(Yes/No) [Yes]

Do you want to install HP TCP/IP Services for OpenVMS V5.6-9?
(Yes/No) [Yes]

Do you always want detailed descriptions? (Yes/No) [No]

Do you want the defaults for all options? [YES]

Do you want to review the options? [NO]

以上一路默认即可。接着开始格式化分区,安装。中间可能还需要按一次回车。

Portion done: 0%…10%…20%…30%…40%…50%…60%…70%…80%…90%

安装完毕后。回到开始的界面:

Please choose one of the following:

1)  Upgrade, install or reconfigure OpenVMS ALPHA Version V8.3
2)  Display layered products that this procedure can install
3)  Install or upgrade layered products
4)  Show installed products
5)  Reconfigure installed products
6)  Remove installed products
7)  Find, Install or Undo patches; Show or Delete Recovery Data
8)  Execute DCL commands and procedures
9)  Shut down this system

Enter CHOICE or ? for help: (1/2/3/4/5/6/7/8/9/?) 选9关机,重启。

BO DKA0 启动虚拟机。

Good luck!

bing OMG

发布于: 2009年12月27日

Bing OMG

As following image:

便宜得不可思议的淘宝Godaddy空间

发布于: 2009年12月21日

自从开始淘宝开店卖主机以来,淘宝主机的价格便宜得令人发指,让我有点发怵。

Deluxe主机+SSL 一年480.00者有之,460.00者有之,还有399者有之。这对我来说是不可能完成的任务。

Deluxe主机一年的每月价格6.64刀,SSL 29.99刀,所以一年的价格应该是109.67刀。折合RMB 745.75(按6.8汇率算)。

算上首年的SSL 12.99刀优惠价,主机另外一个单省20%,算是最优惠了, 76.73刀,RMB 521.79(按6.8汇率算)。

所以真的有人可以卖得比成本价还便宜?

我买Gift Card 6.9, 我见过买6.8,甚至6.7的。难道黑市美元汇率小于6.83?真有人做赔本的买卖?去偷去抢好了。

现在我想通了。 原来真的是去偷去抢的。

这是150RMB 续费.NET 5年的例子:http://bbs.idcspy.com/thread-67143-1-1.html

结果没过几天,域名被取消了:http://bbs.idcspy.com/thread-67262-1-1.html

浙ICP备18056264号-1