(2004-11の一覧)
01 02 03 04 05 06 07 08 09 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30

2004-11-22 Mon (他の年の同じ日: 2005 2009)

Solari で、Emacs を with X でコンパイル
2004-11-22-3 / カテゴリ: [unix][Solaris][emacs][X] / [permlink]

gcc 2.95.3 で ./configure --with-x; make; make install
カンペキ

cygrunsrv.. sshd を Windowsのサービスに追加
2004-11-22-2 / カテゴリ: [win][command][cygwin] / [permlink]

http://www.sixnine.net/cygwin/translation/software/cygrunsrv.html
sshd をサービスにインストールする
$ cygrunsrv --install sshd --path /etc/init.d/sshd
サービスの削除 (上じゃだめだ)
$ cygrunsrv --remove sshd
オプションを指定してインストール -a "option"
$ cygrunsrv --install sshd --path /etc/init.d/sshd -a -D
まだだめ
/var/log/sshd.log に
Could not load host key: /etc/ssh_host_key
Could not load host key: /etc/ssh_host_rsa_key
Could not load host key: /etc/ssh_host_dsa_key
とある。
$ chown SYSTEM /etc/ssh_*_key
だと
/var/empty must be owned by root and not group or world-writable.
$ chown SYSTEM /var/empty
ようやくOK

XFree86 xhost
2004-11-22-1 / カテゴリ: [linux][X] / [permlink]

~/.xinitrc に exec の後にかいとく
#!/bin/sh
PATH=〜
exec
export 〜
xhost + hostname1 hostname2
前の日 / 次の日 / 最新 / 2004-11

2013 : 01 02 03 04 05 06 07 08 09 10 11 12
2012 : 01 02 03 04 05 06 07 08 09 10 11 12
2011 : 01 02 03 04 05 06 07 08 09 10 11 12
2010 : 01 02 03 04 05 06 07 08 09 10 11 12
2009 : 01 02 03 04 05 06 07 08 09 10 11 12
2008 : 01 02 03 04 05 06 07 08 09 10 11 12
2007 : 01 02 03 04 05 06 07 08 09 10 11 12
2006 : 01 02 03 04 05 06 07 08 09 10 11 12
2005 : 01 02 03 04 05 06 07 08 09 10 11 12
2004 : 01 02 03 04 05 06 07 08 09 10 11 12

最終更新時間: 2013-05-02 16:12