Solarisを08/07で再構築。
Companionのsudoはvisudoがなかったりするので、ソースからコンパイル。
sudo配布ページから入手、今回は何も考えずに
$ gzip -dc sudo_1.6.9p8.tar.gz | tar xvf -
$ cd sudo-1.6.9p8
$ ./configure
$ make
$ su
# make install
synergy、今回はSolarisをマスター側に。
$./configure --x-includes=/usr/openwin/include --x-libraries=/usr/openwin/lib
$make
$sudo make install
/etc/synergy.confは今回はこんな感じに。
section: screens
solaris:
maciontosh:
meta = alt
alt = meta
end
section: links
solaris:
right = maciontosh
macintosh:
left = solaris
end
section: aliases
macintosh:
macintosh.lan.example.com
end
section: options
switchDelay = 500
end
ついでにCaps LockをCtrlに変更。別解もいくつか(Xmodmap、/usr/X/share/etc/keytables/、/usr/share/lib/keytables/)試したものの、結局xorg.confのキーボードセクションに次の行を追加で済ます。
Option "XkbOptions" "ctrl:nocaps"
Firefoxのビルドとmedialibのインストール、subversionのセットアップは後日。
0 件のコメント:
コメントを投稿