Microsoft Web 開発 ガイドライン
~ ASP.NET プログラミング エッセンシャル ~
http://msdn.microsoft.com/ja-jp/asp.net/ff602016.aspx
2010/04/10
MySQLデータバックアップ
MySQL全データのバックアップ.
# mysqldump --all-databases -u root --password="xxx" > /tmp/mysqlbak.sql
# mysqldump --all-databases -u root --password="xxx" > /tmp/mysqlbak.sql
Security Essentials
マイクロソフト製 無料アンチウイルスソフト
http://www.microsoft.com/security_essentials/
http://www.microsoft.com/japan/athome/magazine/special/SecurityEssentials/default.aspx
マイクロソフト製の無料アンチウイルスソフト「Security Essentials」を実際に使ってみた
http://gigazine.net/index.php?/news/comments/20090930_security_essentials/
http://www.microsoft.com/security_essentials/
http://www.microsoft.com/japan/athome/magazine/special/SecurityEssentials/default.aspx
マイクロソフト製の無料アンチウイルスソフト「Security Essentials」を実際に使ってみた
http://gigazine.net/index.php?/news/comments/20090930_security_essentials/
ブロードキャスト スライド ショーを使用して簡単にプレゼンテーションを共有する
PowerPoint 2010のブロードキャストスライドショーでプレゼンテーションを共有する.
招待された人(閲覧者)はWebブラウザだけあれば共有可能.
発表者は Windows Live ID でサインインが必要らしい.
招待者は制限できるのかな.
http://office2010.microsoft.com/ja-jp/msproducts/mspowerpoint/HA101792302.aspx
招待された人(閲覧者)はWebブラウザだけあれば共有可能.
発表者は Windows Live ID でサインインが必要らしい.
招待者は制限できるのかな.
http://office2010.microsoft.com/ja-jp/msproducts/mspowerpoint/HA101792302.aspx
Solaris10 管理 svcadm
SMF(Service Management Facility)によるサービスの有効化・無効化
# svcadm enable [SERVICE]
# svcadm disable [SERVICE]
設定ファイルの再読み込み
# svcadm refresh [SERVICE]
参考)
http://sy2920.s151.xrea.com/solaris/smf.html
# svcadm enable [SERVICE]
# svcadm disable [SERVICE]
設定ファイルの再読み込み
# svcadm refresh [SERVICE]
参考)
http://sy2920.s151.xrea.com/solaris/smf.html
Solaris10管理 scvs
SMF(Service Management Facility)による各サービスの状態を確認.
# svcs -a
disable 以外のサービスを確認.
# svcs
参考)
http://sy2920.s151.xrea.com/solaris/smf.html
# svcs -a
disable 以外のサービスを確認.
# svcs
参考)
http://sy2920.s151.xrea.com/solaris/smf.html
2010/04/09
2010/04/08
Infortrend シリアル接続設定
SunサーバのILOMにシリアル接続する場合の端末設定メモ.
ポートレート:38400
データ:8bit
パリティ:none(無し)
ストップ:1bit
フロー制御:none(無し)
※ぷらっとホーム TrusRAID やニューテック製 UltimateIV など.
ポートレート:38400
データ:8bit
パリティ:none(無し)
ストップ:1bit
フロー制御:none(無し)
※ぷらっとホーム TrusRAID やニューテック製 UltimateIV など.
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)