Yukiharu YABUKI の tDiary
このtDiaryを検索します。
2004-07-12
_ 天気
くもり
_ ミーティング
無事、終了。
_ トラブルシューティング
解決の目途が立つ
_ 2ndミーティング
大学院でのオープンソースの取り組みについてまとめる話になった。
_ shutdown
しました。ちゃんと切り替わってます。
_ DELL
http://linux.dell.com/monitoring.shtmlにCurrent Releaseむむ、Debian files for it can be found below. だそうな。で、
- OpenManage Server Administrator 1.7 for Linux released around 23-Feb-2004. This release includes support for Red Hat Enterprise Linux 3. Debian files for it can be found below.
- Installation may fail if your kernel sources are not available in the expected place. You can make installation succeed if you make /usr/src/linux-2.4 a symlink to your actual kernel source location.
Management Addons
- Martin List-Peterson has created .debs (Debian) for OMSA 1.7. Download dellomsa and dellomsa-drivers. とwoody用のdebもあるとのこと。
_ DELL Precision M50
M50のメモリは(http://support.jp.dell.com/jp/jp/mwfaq/faq.asp?faqno=100236)によると、2GBが最大機種 スロット数 タイプ 最大搭載容量 M50 2 (SODIMM)PC2100 DDR SDRAM 2GB
_ javaのパフォーマンスメーター
2005-07-12
_ 「jus大規模教育用情報環境運用技術シンポジウム2005」開催のお知らせ
_ 天気
くもり
_ 本日一回目のpop
411通
_ [DPiS] pwc-modules-2.6.11-1-386 - pwc modules for Linux (kernel 2.6.11-1-386)
モジュールがコンパイル済で出るようになった.
This package contains the set of loadable kernel modules for the Philips Webcams.
This package contains the compiled kernel modules for 2.6.11-1-386
If you have compiled your own kernel, you will most likely need to build your own pwc-modules. The pwc-source package has been provided for use with the Debian kernel-package utility to produce a version of pwc-module for your kernel.
_ [DPiS] imapcopy - IMAP backup, copy and migration tool
IMAPCopy is a small command line tool to copy messages for multiple users from one imap server to another. Written the program to migrate messages from a GNU/Linux box to MS Exchange but it works with other imap implementations as well.
_ [Debian] 今日のupdate
今日,sidをupdateしようとすると,openoffice.orgなどがremoveの対象になっていた.gnome-vfsあたりが影響を受けているので削除対象になったみたい.今日のupdateはヤメ :-)
_ ヘェ
(http://www.verisign.co.jp/repository/subscriber/securemail.html)
(http://www.ipa.go.jp/security/fy16/reports/crypt_compromize/)
「危殆化」(Compromise)とは、紛失、盗難、漏洩、改ざんまたは不正使用等、秘密鍵のセキュリティを危険にさらすことをいいます。
_ メール
done. bai.ne な人へ
_ [Debian] FreeRadius
(http://www.alphacore.net/spip/article.php3?id_article=45)のセルフ・テストは行けた.AEGISのClientで試してみよう.
2006-07-12
_ X32のmute button
access ibmの横にあるmute button昔押下して、muteの状態*1にしていたのをずーっと忘れていた。ひさびさに音を出す必要がある時に、alsaのチェックやらと別の所をいろいろと見てた。orz
Muteの解除はaccess ibm buttonのとなりにあるvolume upのボタンを押下すれば良い。
*1 ibm-acpi-modulesのおかげ?!
_ 本:地球家族 -- 世界30か国のふつうの暮らし
_ 心拍数を測る
ランニング、自転車やボートなどの世界では、どれだけの負荷を自分に与えているかを客観的に知るため心拍数のモニターをしているそうだ。体調や気分に左右されにくい。(http://www.google.co.jp/search?hl=ja&c2coff=1&q=%E5%BF%83%E6%8B%8D%E8%A8%88&btnG=Google+%E6%A4%9C%E7%B4%A2&lr=lang_ja)
2010-07-12
_ gkrelluim sponsor uploaded
初めてのスポンサー
http://people.debian.org/~mpalmer/debian-mentors_FAQ.htmlの"For Sponsors..."を参照した。再ビルドをする必要もあるので、debuild -k を使うのが良いようだ。
2012-07-12
_ [Debian] git-buildpackage
手元で新しいパッケージを作るにあたって、ようやくgit-buildpackageを使い、パッケージ開発をしてみるテスト。タイミングを作ってやらないとダメね。
gitとquiltとの連携は、どうなるのかはちょっと使い込んでいくと判るのかな。
gitをそこそこ使ったことがあれば、git-buildpackageは快適に使える環境だと今のところは思う。これで git remoteなどを定義すれば、push/pullもできるしね
_ [Debian] scim-*をgtk2からgtk3へのtransition
岩松さんが作った scim-canna への patch をみると、scimがビルドできないRCバグの原因は、scimをgtk2からgtk3へtransitionさせる必要があるのにできていない点にある。ような感じ
例えば、scim-primeのソースコード中に、GtkOptionMenuが使われているが、こいつはgtk2.4までサポートされており、gtk3では削除されている。代わりにgtk3のGtkComboBox APIを使えってことらしい。他にもtooltipsやvbox,hboxなど他のディストリビューションのことも考えて、#if !GTK_CHECK_VERSION(2, 12, 0)とかでバージョンチェックをして、gtk2およびgtk3の両方でコンパイルさせる。