(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]

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

_ モンブラン ボールペン 名入れ [I intended to write you the little obser...]

_ バーバリー アウトレット [を買いたい人は必見ですバーバリー マフラー 真贋,バー�...]

_ モンブラン ボールペン 名入れ [「マイスターシュテュック」は、1924年の発表以来、万年�...]

_ ティンバーランド ブーツ ブラウン [Obstacles and worries notwithstanding, c...]

_ ティンバーランド ブーツスニーカー [To be nicely recognised is an efficient ...]

_ ...

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

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

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

~/.xinitrc に exec の後にかいとく
1
2
3
4
5
#!/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

Loading...