推荐一款免费VPN代理软件Hotspot Shield(免费翻墙软件)
[
2009/12/03 20:24 | by 挥舞尘埃 ]
2009/12/03 20:24 | by 挥舞尘埃 ]
Hotspot Shield是一款国外免费自动搜索VPN代理软件,能够有效保护你的个人隐私以及访问你想访问的网站。对于苦于无法访问某些国外著名网站,以及受困于公 司内部被Websense所限制的网站,甚至实现绕国国外某些网站对中国IP地址的限制。
官方网址:www.hotspotshield.com
官方下载地址:Hotspot Shield
PCHome下载地址:Hotspot Shield 1.34

官方网址:www.hotspotshield.com
官方下载地址:Hotspot Shield
PCHome下载地址:Hotspot Shield 1.34
bo-blog nginx rewrite rules (nginx.conf)
[
2009/12/01 14:00 | by 挥舞尘埃 ]
2009/12/01 14:00 | by 挥舞尘埃 ]
Bo-Blog Nginx Rewrite Rules
From 张宴 http://blog.s135.com/bo-blog_nginx_rewrite/
if (!-e $request_filename)
{
rewrite ^/post/([0-9]+)/?([0-9]+)?/?([0-9]+)?/?$ /read.php?entryid=$1&page=$2&part=$3 last;
rewrite ^/page/([0-9]+)/([0-9]+)/?$ /index.php?mode=$1&page=$2 last;
rewrite ^/starred/([0-9]+)/?([0-9]+)?/?$ /star.php?mode=$1&page=$2 last;
rewrite ^/category/([^/]+)/?([0-9]+)?/?([0-9]+)?/?$ /index.php?go=category_$1&mode=$2&page=$3 last;
rewrite ^/archiver/([0-9]+)/([0-9]+)/?([0-9]+)?/?([0-9]+)?/?$ /index.php?go=archive&cm=$1&cy=$2&mode=$3&page=$4 last;
rewrite ^/date/([0-9]+)/([0-9]+)/([0-9]+)/?([0-9]+)?/?([0-9]+)?/?$ /index.php?go=showday_$1-$2-$3&mode=$4&page=$5 last;
rewrite ^/user/([0-9]+)/?$ /view.php?go=user_$1 last;
rewrite ^/tags/([^/]+)/?([0-9]+)?/?([0-9]+)?/?$ /tag.php?tag=$1&mode=$2&page=$3 last;
rewrite ^/component/id/([0-9]+)/?$ /page.php?pageid=$1 last;
rewrite ^/component/([^/]+)/?$ /page.php?pagealias=$1 last;
#Force redirection for old rules
rewrite ^/read\.php/([0-9]+)\.htm$ http://$host/post/$1/ permanent;
rewrite ^/post/([0-9]+)\.htm$ http://$host/post/$1/ permanent;
rewrite ^/post/([0-9]+)\_([0-9]+)\.htm$ http://$host/post/$1/$2/ permanent;
rewrite ^/post/([0-9]+)\_([0-9]+)\_([0-9]+)\.htm$ http://$host/post/$1/$2/$3/ permanent;
rewrite ^/index\_([0-9]+)\_([0-9]+)\.htm$ http://$host/page/$1/$2/ permanent;
rewrite ^/star\_([0-9]+)\_([0-9]+)\.htm$ http://$host/starred/$1/$2/ permanent;
rewrite ^/category\_([0-9]+)\.htm$ http://$host/category/$1/ permanent;
rewrite ^/category\_([0-9]+)\_([0-9]+)\_([0-9]+)\.htm$ http://$host/category/$1/$2/$3/ permanent;
rewrite ^/archive\_([0-9]+)\_([0-9]+)\.htm$ http://$host/archiver/$1/$2/ permanent;
rewrite ^/archive\_([0-9]+)\_([0-9]+)\_([0-9]+)\_([0-9]+)\.htm$ http://$host/archiver/$1/$2/$3/$4/ permanent;
rewrite ^/showday\_([0-9]+)\_([0-9]+)\_([0-9]+)\.htm$ http://$host/date/$1/$2/$3/ permanent;
rewrite ^/showday\_([0-9]+)\_([0-9]+)\_([0-9]+)\_([0-9]+)\_([0-9]+)\.htm$ http://$host/date/$1/$2/$3/$4/$5/ permanent;
#Filename alias
rewrite ^/([a-zA-Z0-9_-]+)/?([0-9]+)?/?([0-9]+)?/?$ /read.php?blogalias=$1&page=$2&part=$3 last;
}
{
rewrite ^/post/([0-9]+)/?([0-9]+)?/?([0-9]+)?/?$ /read.php?entryid=$1&page=$2&part=$3 last;
rewrite ^/page/([0-9]+)/([0-9]+)/?$ /index.php?mode=$1&page=$2 last;
rewrite ^/starred/([0-9]+)/?([0-9]+)?/?$ /star.php?mode=$1&page=$2 last;
rewrite ^/category/([^/]+)/?([0-9]+)?/?([0-9]+)?/?$ /index.php?go=category_$1&mode=$2&page=$3 last;
rewrite ^/archiver/([0-9]+)/([0-9]+)/?([0-9]+)?/?([0-9]+)?/?$ /index.php?go=archive&cm=$1&cy=$2&mode=$3&page=$4 last;
rewrite ^/date/([0-9]+)/([0-9]+)/([0-9]+)/?([0-9]+)?/?([0-9]+)?/?$ /index.php?go=showday_$1-$2-$3&mode=$4&page=$5 last;
rewrite ^/user/([0-9]+)/?$ /view.php?go=user_$1 last;
rewrite ^/tags/([^/]+)/?([0-9]+)?/?([0-9]+)?/?$ /tag.php?tag=$1&mode=$2&page=$3 last;
rewrite ^/component/id/([0-9]+)/?$ /page.php?pageid=$1 last;
rewrite ^/component/([^/]+)/?$ /page.php?pagealias=$1 last;
#Force redirection for old rules
rewrite ^/read\.php/([0-9]+)\.htm$ http://$host/post/$1/ permanent;
rewrite ^/post/([0-9]+)\.htm$ http://$host/post/$1/ permanent;
rewrite ^/post/([0-9]+)\_([0-9]+)\.htm$ http://$host/post/$1/$2/ permanent;
rewrite ^/post/([0-9]+)\_([0-9]+)\_([0-9]+)\.htm$ http://$host/post/$1/$2/$3/ permanent;
rewrite ^/index\_([0-9]+)\_([0-9]+)\.htm$ http://$host/page/$1/$2/ permanent;
rewrite ^/star\_([0-9]+)\_([0-9]+)\.htm$ http://$host/starred/$1/$2/ permanent;
rewrite ^/category\_([0-9]+)\.htm$ http://$host/category/$1/ permanent;
rewrite ^/category\_([0-9]+)\_([0-9]+)\_([0-9]+)\.htm$ http://$host/category/$1/$2/$3/ permanent;
rewrite ^/archive\_([0-9]+)\_([0-9]+)\.htm$ http://$host/archiver/$1/$2/ permanent;
rewrite ^/archive\_([0-9]+)\_([0-9]+)\_([0-9]+)\_([0-9]+)\.htm$ http://$host/archiver/$1/$2/$3/$4/ permanent;
rewrite ^/showday\_([0-9]+)\_([0-9]+)\_([0-9]+)\.htm$ http://$host/date/$1/$2/$3/ permanent;
rewrite ^/showday\_([0-9]+)\_([0-9]+)\_([0-9]+)\_([0-9]+)\_([0-9]+)\.htm$ http://$host/date/$1/$2/$3/$4/$5/ permanent;
#Filename alias
rewrite ^/([a-zA-Z0-9_-]+)/?([0-9]+)?/?([0-9]+)?/?$ /read.php?blogalias=$1&page=$2&part=$3 last;
}
From 张宴 http://blog.s135.com/bo-blog_nginx_rewrite/
解决google sites 谷歌协作平台无法访问的方法
[
2009/11/30 21:47 | by 挥舞尘埃 ]
2009/11/30 21:47 | by 挥舞尘埃 ]
解决google sites 谷歌协作平台无法访问的方法
一、正常访问的方法
1.cname到ghs.hong7.com
2.留言本博客申请。
要求:健康站。
通过后例如 lostdust.hong7.com
http://blog.hong7.com/read.php?6
谷歌协作平台无法访问
二、协作平台的编辑于备份
1代理访问与编辑:. 到http://www.vpn123.com/freetest.php 下载非凡vpn代理 即可访问sites.google.com。
(备用方法下载安装hotspot shield)
2.备份
2.1使用Import / Export of Google Sites Data (下载地址)前提需要下载JAVA(下载地址),下载Java并安装。
2.2 先运行非凡vpn代理 ,再运行Import / Export of Google Sites Data ,

一、正常访问的方法
1.cname到ghs.hong7.com
2.留言本博客申请。
要求:健康站。
通过后例如 lostdust.hong7.com
http://blog.hong7.com/read.php?6
谷歌协作平台无法访问
二、协作平台的编辑于备份
1代理访问与编辑:. 到http://www.vpn123.com/freetest.php 下载非凡vpn代理 即可访问sites.google.com。
(备用方法下载安装hotspot shield)
2.备份
2.1使用Import / Export of Google Sites Data (下载地址)前提需要下载JAVA(下载地址),下载Java并安装。
2.2 先运行非凡vpn代理 ,再运行Import / Export of Google Sites Data ,

how to change apache .htaccess to nginx rewrite
[
2009/11/30 17:18 | by 挥舞尘埃 ]
2009/11/30 17:18 | by 挥舞尘埃 ]
how to change apache .htaccess to nginx rewrite
http://www.anilcetin.com/convert-apache-htaccess-to-nginx/
http://www.anilcetin.com/convert-apache-htaccess-to-nginx/
google日历免费短信天气提醒
[
2009/11/30 10:52 | by 挥舞尘埃 ]
2009/11/30 10:52 | by 挥舞尘埃 ]
google日历免费短信天气提醒
来自周帆的Web实验室
天气预报系统提供ical输出已经一年多了,当初是应网友要求做的数据源。因为Google日历中可以导入外部的ical数据,更重要的是,它还提供对导入日历中的数据给用户发送短信提醒,而这一切都是免费的。
已经有不少网站和博客介绍了如何利用本站的天气预报数据实现免费的短信提醒,但基本都是针对的老版系统,在更新了自定义数据格式的工具后,我觉得有必要详细解释一下如何使用这个工具,以及实现免费短信提醒的步骤。
首先,请确认你满足以下条件
1. 一个属于你自己的GMail账号。
2. 一部支持中文短信功能的手机,移动或联通均可,小灵通不支持。
3. 将手机号码与Google日历帐号绑定。
在确定了满足以上条件后,就可以开始下一步:选择数据源
1. 访问天气预报系统http://weather.raychou.com
2. 在搜索框中输入关注的城市名称,拼音或汉字均可,例如,北京或beijing。页面会自动跳转到天气详情页面,如果搜索到的结果不正确(有部分城市的拼音相同),还可通过搜索框下面的城市列表选择。
3. 滚动到页面最下面的数据自定义工具,点击模板”Google日历的短信提醒”,最下面的URL就是我们想要的自定义数据源的网址。
至此,数据源我们已经得到,接下来就是将其添加到Google日历中,并设置短信提醒:
首先,登陆Google日历后,点击页面左下角的”添加”,在弹出菜单中选择”通过URL添加”

再添加页面中,将之前得到的数据源URL复制粘贴到文本框中,点击”添加”。若提示无法获取网址或其他错误,删除数据源再重复添加即可。
在得到页面提示添加成功后,点击右下角的”设置”,再点击刚才添加的日历后的”通知”链接,转入日历通知设置。

在通知设置中,选择通知的接受方式和通知方式,如图所示。注意,提前的时间是相对于预报日期的0点而言,例如提前4小时,就会在每天的20点收到次日的天气预报。


点击”保存”,就大功告成了。
来自周帆的Web实验室
天气预报系统提供ical输出已经一年多了,当初是应网友要求做的数据源。因为Google日历中可以导入外部的ical数据,更重要的是,它还提供对导入日历中的数据给用户发送短信提醒,而这一切都是免费的。
已经有不少网站和博客介绍了如何利用本站的天气预报数据实现免费的短信提醒,但基本都是针对的老版系统,在更新了自定义数据格式的工具后,我觉得有必要详细解释一下如何使用这个工具,以及实现免费短信提醒的步骤。
首先,请确认你满足以下条件
1. 一个属于你自己的GMail账号。
2. 一部支持中文短信功能的手机,移动或联通均可,小灵通不支持。
3. 将手机号码与Google日历帐号绑定。
在确定了满足以上条件后,就可以开始下一步:选择数据源
1. 访问天气预报系统http://weather.raychou.com
2. 在搜索框中输入关注的城市名称,拼音或汉字均可,例如,北京或beijing。页面会自动跳转到天气详情页面,如果搜索到的结果不正确(有部分城市的拼音相同),还可通过搜索框下面的城市列表选择。
3. 滚动到页面最下面的数据自定义工具,点击模板”Google日历的短信提醒”,最下面的URL就是我们想要的自定义数据源的网址。
至此,数据源我们已经得到,接下来就是将其添加到Google日历中,并设置短信提醒:
首先,登陆Google日历后,点击页面左下角的”添加”,在弹出菜单中选择”通过URL添加”
再添加页面中,将之前得到的数据源URL复制粘贴到文本框中,点击”添加”。若提示无法获取网址或其他错误,删除数据源再重复添加即可。
在得到页面提示添加成功后,点击右下角的”设置”,再点击刚才添加的日历后的”通知”链接,转入日历通知设置。
在通知设置中,选择通知的接受方式和通知方式,如图所示。注意,提前的时间是相对于预报日期的0点而言,例如提前4小时,就会在每天的20点收到次日的天气预报。
点击”保存”,就大功告成了。




