Yukiharu YABUKI の tDiary
このtDiaryを検索します。
2008-10-05 [長年日記]
_ 決算作業
本日も引続き、決算作業をがんばる。天気も雨だし。月曜日からもありがたいことに、いっぱいのお仕事が待っている。いっぱいの仕事があるということはいっぱい売上が上がるということで、会社が成長する余地があるということ。
_ Open JDK
ここの記事「Ubuntu 8.04 LTS」と「Fedora 9」がOpenJDK実装をサポート(http://sourceforge.jp/magazine/08/05/01/031256)では、2つのディストリビューションの名前しか出てないけど Debian GNU/Linux Lenny にも Open JDK は入ってますよ。
yabuki@yelona:~$ apt-cache search openjdk icepick - java toolchain built from OpenJDK sources icepick-gcj - java toolchain built from OpenJDK sources (native library) cacao-oj6-dbg - Java runtime based on OpenJDK (debugging symbols) cacao-oj6-jdk - OpenJDK Development Kit (JDK) cacao-oj6-jre - OpenJDK Java runtime, using CacaoVM JIT cacao-oj6-jre-headless - OpenJDK Java runtime, using CacaoVM JIT (headless) cacao-oj6-jre-lib - OpenJDK Java runtime (architecture independent libraries) openjdk-6-dbg - Java runtime based on OpenJDK (debugging symbols) openjdk-6-demo - Java runtime based on OpenJDK (demos and examples) openjdk-6-doc - OpenJDK Development Kit (JDK) documentation openjdk-6-jdk - OpenJDK Development Kit (JDK) openjdk-6-jre - OpenJDK Java runtime, using Hotspot JIT openjdk-6-jre-headless - OpenJDK Java runtime, using Hotspot JIT (headless) openjdk-6-jre-lib - OpenJDK Java runtime (architecture independent libraries) openjdk-6-source - OpenJDK Development Kit (JDK) source files
_ CIツールの cruisecontrol の Debian package.
CIツールのcruisecontrol のdebianパッケージ版をみつけたんだけど、中身は Debian policy に沿ってない。/optにそのまま展開してたり、配布の障害になりそうな部分としては、特にライセンスまわりが怪しい。意図はいいんだけど、ちとまずいことが多いので、パッケージ作者の blog に mentors.debian.net でメンタリングを受けてみてはという提案をしておいた。うまく行くといいんだけど。
- オリジナルのcruisecontrolのライセンスへのリンク(http://cruisecontrol.sourceforge.net/license.html)
- (http://code.google.com/p/cruisecontrol-debian-package/)
- (http://davidemendolia.blogspot.com/2008/04/cruisecontrol-debian-package.html)
_ GTK+/GNOME による GUI アプリケーションプログラミング
オンラインで出版されているのですね。(http://www.iim.ics.tut.ac.jp/~sugaya/books/GUI-ApplicationProgramming/)
_ smb:// 経由で音声再生
私は、毎日曜日には IC レコーダーで NHK の英語関係の講座を録音だけはしている。録音したファイルは、あとで聞けるようにしてある。私がオールドタイプだからだと思う。が、smb://経由でsmbmountとかしなくても totem ならmp3を聞こえるようになっているのですな。なまじっか、smbmount や nfs などの手段をしっているためか。試したことがなかった。
あとで、いくやさんに聞いたら、最近はふつーらしい。私の好きな audacious でもできるかしら?
_ system-config-lvm
lvmでRAIDをしてないならおすすめ。ってことか。逆に言うと Raid エレメントがなくなって涙目になりかねないので、ハードウェアRaid以外はやばいってことか?
Description: A utility for graphically configuring Logical Volumes System-config-lvm provides a graphical interface to the LVM tools (and related utilities, including fsck and resize2fs) which is good for non-emergency storage administration. It enables you to manage your logical volume and filesystem configuration with a few mouse clicks, and it prevents potentially- disasterous command-line mistakes such as reducing a logical volume size before reducing the filesystem contained within that volume. . (One word of warning: system-config-lvm does not recognize RAID elements as being in use, and therefore lists them as "Unitnitialized Entities". If you are using a LVM-on-RAID configuration, system-config-lvm will let you wipe out RAID elements by making them into PVs. Be careful!) Homepage: http://www.redhat.com
GUI好きで、RAID使ってない人でlvmを使いたい人には便利かも。Debian GNU/Linux Lenny なら (http://d.hatena.ne.jp/dayflower/20080501/1209539498)のような作業をせずに、そのまま system-config-lvm 使えました。