04年4月1日愚人节Google推出了1G容量的Gmail,去年Gmail早到2G,并且不断在增大(目前我的为2709M),不知道今年会发生什么?
Google历史上的4月1日玩笑 – Blog on 27th Floor
Monthly Archive for 03月, 2006
我的朋友晚上时想对Googlepages进行编辑,上传一照片时,竟然不能正常上传。HOME PAGES 的图片也不能正常显示,直接在管理界面下点击图片时,出现如下ERR:
Error
The bandwidth limit for this user has been exceeded.
用Google语言工具翻译为 “带宽的用户已经超过这个上限. ”,看来Googlepages是有流量限制的。现在不知道这个流量是多少和是今天的流量还是这个月的流量到了,只能等明天再试试了: )
赶快把前天上传的几首MP3撤下来,估计是这个原因。
前阵子就有人说过,今天下午搜索 “freebsd openoffice中文版” 时发现搜索的结果页布局真的有变化了。
2006-3-27更新:今天早上发现又恢复了,看来Google还在测试。下午在Solidot.org上看到可以通过更改来实现。
看到很多朋友都收到了Gmail for your domain的邀请,自己也想体验一下,于是给自己的域名www.guanjianfeng.com申请了一个15个名额的个人邮局,不知道什么时候能收到邀请。
这么晚还在网上,难得:)

mp3:歌名:Dragostea Din Tei 演唱者:摩尔多瓦-罗马尼亚乐队O-Zone
mtv:MTV下载
flash:搞笑Flash版(舞者是现年19岁的美国新泽西州大学生)
一直就听过这歌,但就是不知道歌名,今天花了些时间找了出来,通过在Google中搜索里面的一段歌词,关键词 “dj nu ma nu ma”,竟然能找到了相关资料。知道是摩尔多瓦-罗马尼亚乐队O-Zone 的专集《Disco Zone》中的 《Dragostea Din Tei》。
维基百科中文版中说:
Dragostea Din Tei是摩尔多瓦-罗马尼亚乐队O-Zone最出名的一首曲目。它于2003年底在罗马尼亚发布,并在第二年的年初在欧洲其他地方发布,并荣登多国排行榜的榜首。这首歌无疑被认为是2004年最重要的夏季热歌。这首歌受到了不少社会族群的追捧,特别是俄国人和挪威人。
距离正式发布时间不远了。
The fourth beta releases of FreeBSD 5.5 and FreeBSD 6.1 are now available.
The respective BETA4 ISO images are available on most of the FreeBSD
Mirror sites.
另刚在solidot.org上看到微软的Windows Vista将在今年11月份上市。
可能很多朋友都知道, 给不知道的朋友们 : ) 下载速度挺快.
http://mirror.vmmatrix.net/
另:刚刚看到了Office2007的界面了。
去年末写过<FreeBSD6.0Release+Squid+Socks5服务器架设笔记>, 但对某些用户的上网还没作进一步的限制. 今天完成这项工作.
以下为通过squid的acl语句对上网用户进行限制:
1. 先列出表格:
| ——– | 星期一 | 星期二 | 星期三 | 星期四 | 星期五 | 星期六 | 星期天 |
| 特殊用户 |
00:00-24:00 | 00:00-24:00 | 00:00-24:00 | 00:00-24:00 | 00:00-24:00 | 00:00-24:00 |
00:00-24:00 |
| 用户1 | 8:30-23:00 | 8:30-23:00 | 12:00-23:00 | 8:30-23:00 | 8:30-23:00 | 8:00-21:30 | 8:00-21:30 |
| 用户2 | 14:30-23:00 | 14:30-23:00 | 12:00-23:00 | 14:30-23:00 | 14:30-23:00 | 8:00-21:30 | 8:00-21:30 |
| 用户3 | 16:00-23:00 | 16:00-23:00 | 12:00-23:00 | 16:00-23:00 | 16:00-23:00 | 8:00-21:30 | 8:00-21:30 |
| 用户4 | 16:30-23:00 | 16:30-23:00 | 12:00-23:00 | 16:30-23:00 | 16:30-23:00 | 8:00-21:30 | 8:00-21:30 |
acl tieshuyonghu src 192.168.121.210/32 192.168.121.211/32 192.168.121.212/32 这里利用了squid的acl中的src和time两个标签, time对星期的表示为 S-Sunday(星期天) M-Monday(星期一) T-Tuesday(星期二) W-Wednesday(星期三) H-Thursday(星期四) F-Friday(星期五) A-Saturday(星期六), 对acl更多的信息可看这里.
2. 编辑/usr/local/squid/etc/squid.conf文件, 从1475行开始, 加入如下内容:
acl yonghu1 src 192.168.120.1-192.168.120.52/255.255.255.255
acl yonghu2 src 192.168.120.53-192.168.120.104/255.255.255.255
acl yonghu3 src 192.168.120.105-192.168.120.157/255.255.255.255
acl yonghu4 src 192.168.120.158-192.168.120.208/255.255.255.255
acl 8:30-23:00 time MTHF 8:30-23:00
acl 14:30-23:00 time MTHF 14:30-23:00
acl 16:00-23:00 time MTHF 16:00-23:00
acl shan time W 12:00-23:00
acl zm time AS 8:00-21:30
acl all src 0.0.0.0/0.0.0.0
acl manager proto cache_object
acl localhost src 127.0.0.1/255.255.255.255
acl to_localhost dst 127.0.0.0/8
acl SSL_ports port 443 563
acl Safe_ports port 80 # http
acl Safe_ports port 21 # ftp
acl Safe_ports port 443 563 # https, snews
acl Safe_ports port 70 # gopher
acl Safe_ports port 210 # wais
acl Safe_ports port 1025-65535 # unregistered ports
acl Safe_ports port 280 # http-mgmt
acl Safe_ports port 488 # gss-http
acl Safe_ports port 591  
; # filemaker
acl Safe_ports port 777 # multiling http
acl CONNECT method CONNECT
http_access allow manager localhost
http_access deny manager
http_access deny !Safe_ports
http_access deny CONNECT !SSL_ports
http_access allow tieshuyonghu
http_access allow yonghu1 8:30-23:00
http_access allow yonghu1 shan
http_access allow yonghu2 14:30-23:00
http_access allow yonghu2 shan
http_access allow yonghu3 16:00-23:00
http_access allow yonghu3 shan
http_access allow yonghu3 zm
http_access allow yonghu4 16:30-23:00
http_access allow yonghu4 shan
http_access allow yonghu4 zm
http_access deny all
最近MS的windows2000一直病毒发作,想换到前段时间安装的Solaris10上,但可用软件实在太少,于是决定加一个FreeBSD + Gnome系统,步骤基本上按以前写的《FreeBSD5.4Release中文工作站安装笔记 (Freebsd5.4R+Gnome2.10.0) 》安装笔记进行安装,只是FreeBSD版本换成FreeBSD6.1_beta2。
另外,以前登陆系统都是先登陆字符界面系统,然后运行startx命令来启动Gnome。这次准备利用GDM来登陆系统,一般安装完GNOME后GDM已经在你的系统中,但默认是禁用的。通过在/etc/rc.conf中加入gdm_enable="YES"就可以启用了。还有一些中文输入及GDM外观设置等具体可参考Freebsdchina.org上OneZ写的《FreeBSD 5.x下GDM的安装》,我在更换GDM的主题(一般是运行/usr/X11R6/bin下的gdmsetup来更换)时参考OneZ文章,但我在他所说的/usr/X11R6/bin下没有找到gdmsetup程序,难道是文章有问题,在GNOME中国站中说只需用root帐号运行gdmsetup即可,但我也不成功。于是就想到会不会是版本原因一些文件放的位置不一样,最后,终于在/usr/X11R6/sbin中找到了gdmsetup,运行./gdmsetup命令,GDM的更换主题GUI程序终于"现身"。



















