2005-09-01から1ヶ月間の記事一覧

IT試験お試し版 http://jibun.atmarkit.co.jp/scenter/shikakuk/stest.html

HDD換装

自宅PCのHDDを換装。 Ghost2003とTrueImage8.0を試すが、うちの環境では Ghost2003だと途中で異常終了し、TrueImageだとうまく いった。不思議。

http://schillix.berlios.de/

Centralized LDAP Authentication HOWTO http://web.singnet.com.sg/~garyttt/ http://docs.sun.com/app/docs/doc/819-0382/6n2qhg20b?q=ldap_client_file&a=view

玄箱を衝動買いorz

solaris10 x86インストール 2枚目以降はNFS経由。 isoイメージをループバックマウントしたマウントポイントをexport インストーラで上記のマウントポイントを指定

sargeのopenldap-3.8.1p1がPasswordAuthentication使用時にPAMを 使わない動きになる事に気付かずちょっとはまる。 http://lists.debian.or.jp/debian-users/200506/msg00157.html http://www.openssh.com/ja/faq.html#3.15 openssh-4.2p1入れ替えたら改善さ…

自宅の環境にdebian sargeを入れてみた。 apt楽だなぁ〜。 openldapを使う環境を作る。 pam.d/common-*に以下を記述 account sufficient pam_ldap.so account required pam_unix.so auth sufficient pam_ldap.so auth required pam_unix.so nullok_secure tr…

http://www.nfsv4.org/ http://www.linux.or.jp/JF/JFdocs/NFS-HOWTO/performance.html http://solaris.ddo.jp/

http://www.rtpro.yamaha.co.jp/RT/docs/Trouble/

http://people.redhat.com/anderson/crash_whitepaper/

loadable kernel moduleを作る。k.c #include #include MODULE_AUTHOR("yusei-n"); MODULE_DESCRIPTION("printk"); MODULE_LICENSE("GPL");int init_module(void) { printk("k.c: module being installed\n"); return 0; }void cleanup_module(void) { print…

benchmark tool http://www.acnc.com/benchmarks.html

Linuxでブロックサイズを調べる方法 dumpe2fs device 例) dumpe2fs /dev/hda1

甘いささやき http://www.lushjapan.com/

partimage http://www.partimage.org/ http://www.atmarkit.co.jp/flinux/rensai/linuxtips/506partitionbackup.html http://www.atmarkit.co.jp/flinux/rensai/linuxtips/507partitionrestore.html