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

Fedora12 の anthy

$ yum list | grep -i anthy anthy.i686 9100h-10.fc12 updates anthy-devel.i686 9100h-10.fc12 updates emacs-anthy.i686 9100h-10.fc12 updates emacs-anthy-el.i686 9100h-10.fc12 updates ibus-anthy.i686 1.2.0.20091127-1.fc12 updates scim-anthy.i6…

Fedora12のVNC

$ yum list | grep -i vnc netbeans-svnclientadapter.noarch 6.7.1-2.fc12 @fedora gtk-vnc.i686 0.3.10-1.fc12 fedora gtk-vnc-devel.i686 0.3.10-1.fc12 fedora gtk-vnc-python.i686 0.3.10-1.fc12 fedora libvncserver.i686 0.9.7-3.fc12 fedora libvncs…

Fedora12 の SJIS ロケール

[root@fedora1200 ~]# localedef -f SHIFT_JIS -i ja_JP ja_JP.SJIS character map `SHIFT_JIS' is not ASCII compatible, locale not ISO C compliant [root@fedora1200 ~]#

WARNING: mismatch_cnt is not 0 on /dev/md0

確かに、CentOS 5.3 から 5.4 にした後からの気がする。http://www.sa-sa-ki.jp/blog/2009/11/warning-mismatch_cnt-is-not-0-on-dev-md0/ http://blog.livedoor.jp/xxsnkxx_exe/archives/1064117.htmlhttp://www.jp.redhat.com/support/errata/RHBA/RHBA-20…

$ cat /sys/block/md0/md/mismatch_cnt 0

最初の頃、ぐぐって、なんかしても、128のままで、気にしていなかったが、情報が出揃ってきて、気にし始めたら、何か知らないが、0になった。 まぁ、ハードディスクが壊れるときは、音がするか、なんらかの前兆があるから、まぁ、気にしない。

redmine の git の clone

$ git clone git://github.com/edavis10/redmine.git Initialized empty Git repository in R:/WEB-DOWN/redmine/.git/ remote: Counting objects: 33828, done. remote: Compressing objects: 100% (7771/7771), done. remote: Total 33828 (delta 25809), …

asciidoc の改行

悩んだ。A plus character preceded by at least one space character at the end of a non-blank line forces a line break. "A plus character" って、「+」か。 ってことで、"空白+"ってことか。

perl-Sys-Syslog-0.27-1.el5.rf.i386 conflicts with file from package perl-5.8.8-27.el5.i386

Transaction Check Error: file /usr/share/man/man3/Sys::Syslog.3pm.gz from install of perl-Sys-Syslog-0.27-1.el5.rf.i386 conflicts with file from package perl-5.8.8-27.el5.i386

Mercurial で、いつファイルを削除したか、探す方法

$ hg log -v -f -I '*.doc' abort: can only follow copies/renames for explicit filenameshg log --template '{rev},{node},{date|isodate},{file_adds},{file_dels}\n'

CVS から Mercurial へコンバートすると、ブランチが残っちゃって大変だね問題

Python の Subversion から、Mercurial へのコンバートで、問題になっているようだから、リンク。PEP 385 -- Migrating from Subversion to Mercurial | Python.org http://hg.python.org/pymigr/file/tip/all-branches.txtCVS から、Mercurial へのコンバー…

Native Windows apache で perl cgi を /usr/bin/perl で動かす

mkdir d:\usr\bin mklink d:\usr\bin\perl.exe c:\strawberry\perl\bin\perl.exe

Python の Subversion から Mercurial への移行

なかなかすんなり行きませんね。 [Python-Dev] PEP 385: pruning/reorganizing branches [Python-Dev] PEP 385: updating the PEP [Python-Dev] PEP 385: the eol-type issue [Python-Dev] Mercurial migration: help needed

Turbogears も Subversion から Mercurial ?

Turbogears の方が良さげだな、でも、Subversion か? Pylons は、Mercurial, Grails は git なのに。http://svn.turbogears.org/ trunk, branches, tags 以外に切っているな。 Python 本体の Subversion から Mercurial への移行が 大詰めだな、Python 陣営…

lightning todo google カレンダ

google:lightning todo google カレンダ google:lightning todo google Gmail のTo-Do管理ツールを Googleカレンダーで追加・表示できるのがすごく便利 - WEBマーケティング ブログ Gmail Labs GmailにクイックなToDo管理ツールを追加 - WEBマーケティング …

gvim を Windows 右クリックメニューで開く

Windows Registry Editor Version 5.00 [HKEY_CLASSES_ROOT\*\Shell\Edit with &Vim] [HKEY_CLASSES_ROOT\*\Shell\Edit with &Vim\command] @="\"s:\\gvim.exe\" -p --remote-tab-silent \"%1\" \"%*\""

bash の vi キーバインド

ノートパソコンのキーボードの「↑」が壊れた。 ほとんど使わない、右シフトと変えたが、つらい。 bash のキーバインドが、デフォルトで、Emacs だというのは知っていたが、vi 派なので、これを機会に vi に変える。bashとzshでviのキーバインドを使用する - …

Sunbird を CentOS 5.3 に入れる

お約束の、Fedora rawhide から、SRPM を持ってくる。sunbird-1.0-0.8.20090513hg.fc12.src.rpmMercurial... [root@realcent00 mytemp]# rpmbuild -ba /usr/src/redhat/SPECS/sunbird.spec エラー: ビルド依存性の失敗: libical-devel は sunbird-1.0-0.8.20…

まとめ

Django の CRUD は凄い http://wiki.pylonshq.com/display/pylonscookbook/Concepts+of+Pylons Django does not re-use many components. Even their way to access databases (the so called object-relational mapper) is home-made. AJAX is basically po…

まとめ

.php3 と .php がぐちゃぐちゃ JPGraph2 の rpm が昔はあった気がしたんだが、なくなったようだ。 SQL直書きは自覚していたが、pg_connect から始まって・・・ 複合主キーを想像以上に使っている。 PostgreSQL のスキーマを使っている。 Google グループ

ここまでのまとめ

認証なんかいらない SQLite で十分 表示だけなら perl の DBIx::Class, Template Toolkit で十分