Feeds:
日志
评论

虚拟机(比如VMWare)的系统时钟会比正常时钟跑得快, 需要同步成标准时间, 否则有些要检查timeout的函数不能正常工作, 比如检查cookie, session是否失效.

 

实时同步系统时间的做法如下:

1.  sudo vi /etc/crontab

2.  添加下面加粗的行, 成为一个每分钟执行的cron job.

# run-parts
01 * * * * root run-parts /etc/cron.hourly
02 4 * * * root run-parts /etc/cron.daily
22 4 * * 0 root run-parts /etc/cron.weekly
42 4 1 * * root run-parts /etc/cron.monthly
*  * * * * root hwclock –hctosys 2>/dev/null >/dev/null

3.  重启crontab :  sudo service crond restart

Lotus Notes:

  1. Allow Import/Export mail rules. When reinstalling Notes, the mail rules get lost. (updated on 2010-10-22)
  2. 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.
  3. Use mouse wheel to scrol a mail body when the mouse focus is not on the mail preview panel.
  4. Add a “Save then Open … “ option in context menu of an attachment in a received mail.
  5. When hovering on the email sender name, Notes now will display a floating panel. Should by default display all the information of this person rather than letting user to click the “Click to display more information” link.
  6. Add a “Copy Link Location” in the context menu of a http link in the email content.

Lotus Sametime:

  1. Automactically add/synchronize a contact group named “Peers” or something else to add all employees with the same manager as me for better collaboration.
  2. Add an option for only show contacts in “I’m available’” or “I’m in a meeting” status
  3. Add an menu item “Copy Email Address” in context popup menu when right clicking on a  Sametime contact.

Lotus Connection:

  1. Show changes of my friend’s profile in “Status Updates in My Network” when my friend has moved to a new office or changed job title, etc. (updated on 2010-11-05)
  2. Lotus Connection should provide the AtomPub or XmlRPC API for wikis just like for blogs. This allows quickly editing for wiki pages using thick client like Windows Live Write.  (updated on 2010-11-17)

 

These features/enhancement may be implemented as plugins first.

To add more and welcome your comments…

ECAS的Comments Anywhere 被Facebook"抄袭"了:  Facebook上周发布了针对第三方网站的留言板社交插件  http://it.sohu.com/20110308/n279718523.shtml

平时多想  想准就干!

 

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

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 effect.

 

I learned this from this blog http://huang.yunsong.net/2009/android-wifi-leap.html#comment-1725

Port forwarding is where you connect to a port on a gateway machine and it automatically forwards you to another port on another machine. It can be useful in a very wide range of situations, including bypassing firewalls or redirecting traffic from a public network to a private network (or vice-versa).

See http://www.quantumg.net/portforward.php

Download (44 KB) .

有的网页中给<input>加上了 autocomplete=off, firefox就不会记住用户输入的内容. 

要让 Firefox 记住任意网站密码:

1) Windows 用户:找到 C:\Program Files\Mozilla Firefox\components\nsLoginManager.js

2) 然后搜索 _isAutocompleteDisabled,将 "return true;" 修改为 "return false;"

  修改后, 如下图所示:

image

3) 重启Firefox.  以后更新到新版本的Firefox, 需要重新做相应修改

 

Firefox会弹出一个对话框, 询问是否将记住的旧密码修改为新密码, 一般我们都会选’修改’.

让Firefox自动修改新的密码:

1) Windows 用户:找到 C:\Program Files\Mozilla Firefox\components\nsLoginManagerPrompter.js

2) 查找  this._showLoginNotification(aNotifyBox, "password-change"

    将相关行注释掉, 并加上  "pwmgr.addLogin(aNewLogin);"  

  修改后, 如下图所示:

image

3) 重启Firefox.  以后更新到新版本的Firefox, 需要重新做相应修改.

 

Ref:

http://www.appinn.com/make-firefox-remember-any-password

http://superuser.com/questions/73444/firefox-remember-new-passwords-without-prompting

It’s very very easy and convenient to sync Notes calendar with Nokia phone calendar using Nokia PC Sync in Nokia PC Suite(a free tool).  Nokia PC Sync can save the password for Notes id, and automatically sync calendars entries, contacts, emails etc. when my Nokia 5800 is connected to my laptop via USB cable or BlueTooth.

image

 

Also IBM provides Lotus EasySync to sync Notes with mobile device.

 

Nokia had done very good phones and very good jobs.  Jobs’ Apple had done very good strategy and ecosystem, but will rot off without Jobs.

The recently released IBM Systems Director 6.2 becomes much much faster when startup.

Director 6.1 takes about 10 minutes to become “Active” status after running  smstart on a 2G Mem/2.6G Dual core x86 Linux.  Now Director 6.2 only takes about 5 minutes. Great performance improvement!

The following IBM Systems Director Advanced Managers achieved Web GA today (Jun 9, 2010).

  • IBM Systems Director VMControl 2.3
  • IBM Systems Director Network Control 1.2
  • IBM Systems Director Service & Support Manager 6.2
  • IBM Systems Director Transition Manager for HP® Systems Insight Manager 6.2
  • IBM PowerVM Workload Partitions Manager for AIX 2.2
  • IBM Systems Director Active Energy Manager 4.3 (already achieved Web GA along with Director 6.2 on 5/27)

IBM Systems Director Plug-ins Download Site: http://www-03.ibm.com/systems/management/director/downloads/plugins.html

Older Posts »

加关注

Get every new post delivered to your Inbox.