2010/04/07

OpenSSL

openssl

http://www.openssl.org/


OpenSSLのインストール
http://www.02.246.ne.jp/~torutk/cxx/openssl/install.html

Sendmail

sendmail

http://www.sendmail.org/

Sendmail/ ソースビルド
http://www.eva-01.jp/wiki/pukiwiki.php?Sendmail%2F%A5%BD%A1%BC%A5%B9%A5%D3%A5%EB%A5%C9

Apache

The Apache Software Foundation
http://www.apache.org/


日本Apacheユーザ会 新着情報
http://www.apache.jp/

OpenSSH

http://www.openssh.com/

http://www.openssh.com/ja/index.html

BIND

http://www.isc.org/software/bind

htpasswdで生成されたパスワード

デフォルトでは CRYPT でパスワードが生成される.

% htpasswd
Usage:
htpasswd [-cmdpsD] passwordfile username
htpasswd -b[cmdpsD] passwordfile username password

htpasswd -n[mdps] username
htpasswd -nb[mdps] username password
-c Create a new file.
-n Don't update file; display results on stdout.
-m Force MD5 encryption of the password.
-d Force CRYPT encryption of the password (default).
-p Do not encrypt the password (plaintext).
-s Force SHA encryption of the password.
-b Use the password from the command line rather
    than prompting for it.
-D Delete the specified user.
On Windows, NetWare and TPF systems the '-m' flag is used
by default.
On all other systems, the '-p' flag will probably not work.

CentOSでDELL OpenManageを使う

DELL製サーバ管理ツール
DELL OpenManage ServerAdmin

CentOSで動かす方法.

http://satospo.sakura.ne.jp/blog_archives/tech/hardware/dell_omsa_centos.html

DELL PowerEdge FreeOS サポート情報 - CentOS

OSSTech

http://www.osstech.co.jp/dell/freeos/faq_r710-m610_centos

Cent OS 5.3 for Virtual PC

Virturl PC 上で立ち上げたCentOSのマウスポイントを有効にする.
(デフォルトの状態ではマウスは反応しない)

カーネルの起動オプションを付ける.
grub.conf のカーネル行の最後に追加.

i8042.noloop psmouse.proto=imps clock=pit

リモートデスクトップ接続で接続したVirturlPCでは
マウスを奪われてしまい開放できないので注意.

メンテナンス用など必要な場合のみマウスを有効にして
立ち上げられるようにしたほうがベストかもしれない.

参照:
http://million1000.blog47.fc2.com/blog-entry-5.html