Category Archives: 未分類

クエリーの結果をCSVで出力する方法

into outfile

Posted in 未分類 | Leave a comment

本日使った関数

Posted in 未分類 | Tagged | Leave a comment

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

PHPにてURL引数を取得する

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

Posted in 未分類 | Leave a comment

右クリック禁止

<body oncontextmenu = "return fa … Continue reading

Posted in 未分類 | Leave a comment

Mysqldump Restore

特定のデータベースのみバックアップする方法 バックアップ /usr/local/ … Continue reading

Posted in 未分類 | Leave a comment