2009-01-01から1ヶ月間の記事一覧

WordpressでのカテゴリごとのRSS feed

http://flyingmango.jp/web/wordpress_categorized_feed.html の情報より。 http://www.miyagino.net/archives/category/readbooks というカテゴリがあったら、こいつのRSS2.0は http://www.miyagino.net/archives/category/readbooks/feed もしくは、 http:…

subversionメモ

CentOS5 ローカルでのsvn(subversion)メモ。以下を参照しながら。 http://www.hyuki.com/techinfo/svninit.html リポジトリ作成、初期化 $ cd $ pwd /home/foo $ mkdir SVN-repos $ svnadmin create /home/foo/SVN-repos/ 新規プロジェクトのインポート work…

OpenSSLの秘密鍵、証明書などの確認コマンド

以下を参考にした。 http://chinmai.net/~osakana/tech-memo/wiki.cgi?page=OpenSSL%20CSR%2C%20%BE%DA%CC%C0%BD%F1%A4%CA%A4%C9%B3%CE%C7%A7%A5%B3%A5%DE%A5%F3%A5%C9 秘密鍵の確認 $ openssl rsa -in private-key.pem -text CSRの内容を確認 $ openssl req…

WindowsXPでのパスワード変更

Administratorで自動ログオンなんかしているPCで「ログオンパスワードを忘れた」なんて場合に。 > net user Administrator パスワード文字列コントロールパネルのユーザアカウントでパスワード変更する場合には現在のパスワードが必要なので、パスワードを忘…

Apache suexecモジュール設定

コンパイル時にデフォルトオプションにてsuexecを組み込み、各ユーザ( http://www.example.jp/~foo/ )配下でExecCGIを有効にしている場合に、以下のエラーとなる。 errors .... Premature end of script headers: /home/foo/public_html/bar.cgi suexec_log …

Wordpressでのメディア追加でのwarning

記事の投稿時のメディア追加時に、 Warning: call_user_func_array() [function.call-user-func-array]: First argumented is expected to be a valid callback, 'media_admin_css' was given in /home/foo/public_html/wp-includes/plugin.php on line 311 …