2009年10月31日土曜日

VirtualBox Host:Ubuntu 9.10 Guest:openSUSE 11.2 RC2

Ubuntu 9.10(i386) + VirtualBox 3.0.8/3.0.10環境にopenSUSE 11.2 RC2(GNOME)を入れるとCPU使用率が100%のままで動作ももっさりするので注意。Fedora 12 Betaのinstallも普通以上に時間がかかり、正常に動作しない場合もあるので実機で試した方が早い。

Opera: Web Standards Curriculumの邦訳

Web標準カリキュラム 日本語訳の公開を開始 | Web標準Blog | ミツエーリンクス
http://standards.mitsue.co.jp/archives/001435.html

Opera: Web Standards Curriculum
http://www.opera.com/company/education/curriculum/

企業HPを見る限りにおいてミツエーリンクスは日本のWeb制作会社の中でWeb制作関連の技術に対して最も真面目・真摯な企業に見えるので年若くWeb制作に興味のある人はここへの入社を目指して勉強なりCareerなりを設計するといいのではないだろうかと思う。

手元のUbuntu 9.10/i386(Core Duo)環境の不具合

-Java applicationのbuttonが一部機能しない→Enter keyで回避
-Standbyからの復帰時にdisplayのbacklightが暗いまま
-php-pear installが正常に機能しない→php-pear install -Zで回避
-Synapticで追加出来るNetbeansでruby projectの生成に失敗する(RC)
-Conkyが起動したりしなかったり(RC)
-WineでWindows application終了時にwineのprocessがCPUを100%使用したままになる
-Flash等複数の音を出力する時に音がおかしくなる

Ubuntu karmic-updates
https://launchpad.net/ubuntu/+milestone/karmic-updates

Ubuntu 9.10(i386)はdesktop環境としては7.04以来の欠陥品と思われる。

2009年10月30日金曜日

Ubuntu 9.10にPHPUnitをpearで入れる方法

$ sudo pear channel-discover pear.phpunit.de
$ sudo pear install -Z phpunit/phpunit
5.2.10.dfsg.1-2ubuntu6.1でbugが解消されたので-Zは不要に。

$ ls /usr/share/php

関連
PHPUnit
http://www.phpunit.de/

参考
Testing with PHPUnit and Selenium -- NetBeans IDE 6.7 Tutorial
http://www.netbeans.org/kb/docs/php/phpunit.html

Ubuntu 9.10にsymfonyをpearで入れる方法

$ sudo apt-get install php-pear
$ sudo pear upgrade-all

$ sudo pear channel-discover pear.symfony-project.com
$ sudo pear install -Z symfony/symfony
5.2.10.dfsg.1-2ubuntu6.1でbugが解消されたので-Zは不要に。


$ ls /usr/share/php

参考
Bug #451314 in php5 (Ubuntu Karmic): “[SRU] PHP 5.2.10 zlib bug remains for 32bit”
https://bugs.launchpad.net/ubuntu/karmic/+source/php5/+bug/451314