Monthly Archives: 6月 2011

Perlでサーバーの環境変数を取得する方法

  #!/usr/bin/perl  print &quot … Continue reading

Posted in 未分類 | Leave a comment

ベーシック認証の設置方法

.htaccess   AuthUserFile /home/user … Continue reading

Posted in 未分類 | Leave a comment

robots.txt

  非常に単純な形式の robots.txt ファイルでは、次の 2 … Continue reading

Posted in 未分類 | Leave a comment

BINDのバージョンの確認方法

dig @server_name chaos txt version.bind

Posted in 未分類 | Leave a comment

sshでパスワードを不要にする

Posted in 未分類 | Leave a comment

Mysqlで一部の文字列を置換する

update `table_name` SET field_name` =REP … Continue reading

Posted in Mysql | Leave a comment

PHPにてURL引数を取得する

  http://www.mplan.jp/sample.php?id … Continue reading

Posted in 未分類 | Leave a comment