2010-02-10 Wed

[別の年の同じ日: 2002 2006 2007 2008 2009 2011 2013 2014

synergy を Linux で使う はてぶ

デスクトップを Windows から Linux に移行中ということで,
Linux に synergy の設定.

Linux 側を synergy server として使うので,
synergys コマンドを使う.

synergys -c ConfigFile


のように設定をコマンドに渡せるので,
~/.synergys というファイルを以下の内容で用意.

section: screens
synergy-server:
synergy-client:
end

section: links
synergy-server:
	left = synergy-client
synergy-client:
	right = synergy-server
end


で,設定確認."-f" オプションをつけて foreground で実行.

synergys -c ~/.synergys -f


あと,synergy は port:24800 を使うので,ファイアウォールの設定を変更する必要がある.

Referrer (Inside):
[2010-04-19-1] QSynergy

Redmine 0.9.2 はてぶ

アップデート.

v0.9.2 (2010-02-07)
Fixed: Sub-project repository commits not displayed on parent project issues
Fixed: Potential security leak on my page calendar
Fixed: Project tree structure is broken by deleting the project with the subproject
Fixed: Error message shown duplicated when creating a new group
Fixed: Firefox cuts off large pages
Fixed: Invalid format parameter returns a DoubleRenderError on issues index
Fixed: Unnecessary Quote button on locked forum message
Fixed: Error raised when trying to view the gantt or calendar with a grouped query
Fixed: PDF support for Korean locale
Fixed: Deprecation warning in extra/svn/reposman.rb

Redmine - Changelog


- Redmine 0.9.1 にアップデート [2010-02-02-1]
- Redmine 0.9.0 RC [2010-01-26-1]
- Redmine 0.8.7 [2009-11-24-1]

via: Redmine.JP | Redmine 0.9.2リリース
     http://redmine.jp/redmine_today/2010/02/08/redmine-0-9-2/