(gs) Grid-Service获取独立IP方法

(mt)的Grid-Service是不提供独立IP的,因此我们无法给空间购买独立IP。
但是Grid-Service允许添加一个SSL证书,当添加SSL证书后便会获得一个独立IP(dedicated IP Address),因此,我们可以用添加SSL证书的形式获得一个独立的IP。并且该IP是免费的。
同时一个(gs)帐号只能添加一个SSL证书证书,帐号下的域名共享该证书,如果需要多个域名使用证书,建议安装共享型证书。
在(mt) Media Temple买SSL证书比较贵($50 的首次设置费,$10/每月),建议在Godaddy购买。

via Can I have a static IP Address on the (gs) Grid-Service?
-EOF-

GAE SDK 1.4.0 预览版放出

Google App Engine SDK 这次貌似跳过了1.3.9版,1.4.0 预览版现在已经可以下载

比较值得期待的有如下功能:

  • Channel API已经开放给所有用户
  • URLFetch的response大小提升至32M
  • 重新提供appcfg.py download_app命令下载上传的代码
  • image缩略图大小提升至1600px

使用appcfg.py download_app只能下载自己所上传版本的代码,同时可以在控制台Permissions菜单下禁用相应版本的代码下载权限,但此操作是不可逆的,一旦禁用,就无法重新允许。
-EOF-

Godaddy 1美元特价域名优惠码(2010/11/18)

Godaddy终于推出感恩节特价域名优惠码了,gobble的意思是火鸡咯咯地叫,意味着火鸡节。

优惠码:GOBBLE
支付方式:信用卡
优惠类型:注册或转移COM, .US, .MOBI, .BIZ, .NET, .ORG, .CA, .CO.UK and .IN
优惠幅度:注册或转入仅需$1
截止日期:2010.12.15或者前10000名客户可以使用。
访问 Godaddy

同时需要注意的是,注册域名时会附加2个月免费的WebSite Tonight,记得购买完后去取消,不然第三个月开始就会每月扣4.99美元。
-EOF-

Static Site Generator System

如果嫌WordPress慢了何不把网页全部变成静态的html页面发布?Jekyll和nanoc是满足这种需求的两款Ruby程序,有了它你可以像在服务器上一样写博客,写完以后生成html文件在发布到服务器,还可以配合版本服务器使用,十分惬意。以下是他们的简介:

Jekyll
Jekyll is a simple, blog aware, static site generator. It takes a template directory (representing the raw form of a website), runs it through Textile or Markdown and Liquid converters, and spits out a complete, static website suitable for serving with Apache or your favorite web server. This is also the engine behind GitHub Pages, which you can use to host your project’s page or blog right here from GitHub.

nanoc
nanoc is a tool that runs on your local computer and compiles documents written in formats such as Markdown, Textile, Haml… into a static web site consisting of simple HTML files, ready for uploading to any web server.

-EOF-