Posted by limuxy on 十月 5, 2009

Google发布Chrome新主题

Google最近在Chrome的主题列表中添加了不少由艺术家及设计师们设计的新主题。

加上原来Google官方发布的一些主题,Chrome现在的主题已经越来越丰富了,各种风格都包含其中。不管是简单图案、明星照片,还是更为复杂的设计,相信总能找到一款看得顺眼的~

我现在用的是这个:

thumb_at_tibi

Categories: 网络生活
Tags: , ,
Posted by limuxy on 九月 28, 2009

让gapppproxy使用https连接(适用于其他GAE程序)

感谢小小立的提醒~~~刚才搞定了https的gappproxy 这样通过代理的数据应该都是加密过的了(是吗?是吧。。。),安全性提高一层~~~ 过程如下:

服务器端的app.yaml中handler段修改为:

handlers:

- url: /fetch.py
script: fetch.py
secure: always

- url: /admin.py
script: admin.py
secure: always

客户端把proxy.config里的链接改为https的就行了~

修改的重点在于secure属性,secure共有三个属性,never、always、optional。

  1. never: 当使用https前缀访问时,会自动重定向到http。
  2. always: 当使用http访问时,会自动重定向到https。
  3. optional: 自由选择,http and https均可使用。

P.S. gappproxy的安装和使用教程在这里

Categories: 网络生活
Tags: , ,
Posted by limuxy on 九月 27, 2009

通过Twistory把twitter消息备份至Google Calendar

关于twitter消息的备份,研究成果已经一大堆了……不过楼某人只有用Twistory把tweets同步到google calendar而已……这个最方便最直观~~~

Twistory,顾名思义就是twitter+history啦。以下是Twistory官网的说明:

Add your Twitter backlog feed to your favorite calendar application and browse through your personal Twitter diary, making your Twitter history both fun and useful!

“You didn’t realize it, but you really want those Twitter messages in your calendar”

  • Support for public Twitter accounts.
  • Tweets are added within the day
  • Timetracking tagging: start your tweets with both t or /t and Twistory will keep track of what you’re doing.
  • Keeping your tweets from the moment you start.

All you need is a Twitter account and five seconds of your time to tell Twistory it should start indexing your tweets.

点击查看原图(图片来自twistory官网)

P.S. 没错,已经写完了…… 最讨厌写教程了,所以坚决不写= =||| 做个介绍就OK啦,至于怎么用,看得懂英文的应该都没问题了。。。。(我只是懒而已……宽恕我吧……)

Categories: 网络生活
Tags: ,