Lotus Notes: Allow Import/Export mail rules. When reinstalling Notes, the mail rules get lost. (updated on 2010-10-22) Use “Space” key to scroll a mail body in preview panel and jump to next mail when already at the end of a mail body. Use mouse wheel to scrol a mail body when the mouse focus is [...]
Archive for 2011-03
Call for new features of Lotus products
Posted in IBM, Idea, tagged IBM, idea, Lotus, notes on 2011/03/20 | Leave a Comment »
ECAS的’Comments Anywhere’ idea被Facebook"抄袭"了
Posted in Idea, tagged idea, web20 on 2011/03/12 | Leave a Comment »
ECAS的Comments Anywhere 被Facebook"抄袭"了: Facebook上周发布了针对第三方网站的留言板社交插件 http://it.sohu.com/20110308/n279718523.shtml 平时多想 想准就干!
Install a Ruby on Rails app as an Windows Service
Posted in Rails, Tips, tagged ruby on 2011/03/10 | Leave a Comment »
First install Ruby 1.8.6 or above, then: gem install rails gem install mongrel gem install mongrel_cluster gem install mongrel_service cd D:\tools\redmine-0.9.4 (enter home directory of the Rails app) mongrel_rails cluster::configure -e production -p 3000 -N 3 mongrel_rails service::install -N Redmine -c D:\tools\redmine-0.9.4 -p 3000 -e production sc config Redmine start= auto net start Redmine
Connect to WIFI with LEAP encryption on Android Phone
Posted in Tips, tagged android, leap, wifi on 2011/03/07 | Leave a Comment »
1. Enter into CLI mode thru Terminal or ConnectBot, change to root user, and edit the wpa_supplicant.conf file. # cd /data/misc/wifi # vi wpa_supplicant.conf 2. Fill wpa_supplicant.conf with the following content. network={ ssid=”your_ssid” key_mgmt=WPA-EAP group=CCMP TKIP eap=LEAP identity=”your_wireless_username” password=”your_wireless_password” } 3. Then restart the phone to let it take [...]