openssl
http://www.openssl.org/
OpenSSLのインストール
http://www.02.246.ne.jp/~torutk/cxx/openssl/install.html
2010/04/07
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.
% 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 OpenManage ServerAdmin
CentOSで動かす方法.
http://satospo.sakura.ne.jp/blog_archives/tech/hardware/dell_omsa_centos.html
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
(デフォルトの状態ではマウスは反応しない)
カーネルの起動オプションを付ける.
grub.conf のカーネル行の最後に追加.
i8042.noloop psmouse.proto=imps clock=pit
リモートデスクトップ接続で接続したVirturlPCでは
マウスを奪われてしまい開放できないので注意.
メンテナンス用など必要な場合のみマウスを有効にして
立ち上げられるようにしたほうがベストかもしれない.
参照:
http://million1000.blog47.fc2.com/blog-entry-5.html
登録:
投稿 (Atom)