Author Archives: admin

WordPressの固定ページと投稿ページでパーマリンクを変更する方法

Advanced Permalinks、Custom Permalinks 2つ … Continue reading

Posted in WordPress | Leave a comment

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

into outfile

Posted in 未分類 | Leave a comment

find で特定のパスを除く方法 -pruneの使い方

-pruneは、条件にあうディレクトリ以下は対象にしない 例えば、5日以内に修正 … Continue reading

Posted in Tips | 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

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

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

Posted in Mysql | Leave a comment