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

uClinux調査

加筆修正して,2007-11-16 - まだ見えない先の にて公開.

リンク

http://gentoo-wiki.com/HOWTO_Recovering_a_Deleted_Partition_Table

リンク

http://kerneltrap.org/node/14629

freemind の起動時エラー問題解決

java: xcb_xlib.c:50: xcb_xlib_unlock: Assertion `c->xlib.lock' failed. というエラーが出て起動しなかったのですが,下記サイトの方法で解決. なんか Amazon バグってるな: 10月第1週, sun-java6-plugin 6-03-2 変, nvidia-graphics-drivers-legacy-96x…

リンク

http://kerneltrap.org/Linux/Balancing_Real_Time_Threads http://kerneltrap.org/Linux/Exact_Kernel_Names

uname の 'u' とは

http://ds9a.nl/klogbot/?year=2002&month=12&day=13&hour=20 で議論されている. uname の 'u' は utsname*1 の 'u' だとすると, utsname の "uts" は "Unix Timesharing System" の略なんだろうか.OS の名前情報を格納する構造体の名前であることを考え…

リンク

http://gentoo-wiki.com/HOWTO_prefetch_files_on_boot Who made Gentoo Linux, and when? A commit analysis [LWN.net]

リンク

Linux Foundationが2008年に何に注力するかの調査 http://www.linux-foundation.org/en/2007ClientSurveyPoll indicates GNOME the most popular desktop environment with KDE close behind | All about Linux

リンク

http://kerneltrap.org/Linus/Removing_iget_and_read_inode http://www.linuxdevices.com/news/NS2576628838.html Iptables Tutorial

リンク

http://gentoo-wiki.com/HOWTO_Use_Multimedia_Keys Google グループ

リンク

Learn More About Your Linux: Ten Funny Quotes By Linus Torvalds

ELF for the ARM Architecture

ELF for the ARM Architecture

リンク

Linux_2_6_23 - Linux Kernel Newbies http://kerneltrap.org/Linux/2.6.23_Kernel_Finally http://kerneltrap.org/GCC/4.2.2_Released Imran Nazar: Booting Linux from Flash Linux tips: Nautilus vs. Dolphin vs. Konqueror

リンク

Boot Linux Faster With An Open BIOS - The LockerGnome Daily Report HOWTO make Gentoo great: spyderous

Fluxbox 1.0.0 リリース

http://fluxbox.sourceforge.net/

リンク

the dude abides: 0.1 + 0.1 = ? Gentoo alert 200710-06 (openssl) [LWN.net] Google Tech Talks 大量追加 http://video.google.com/videosearch?q=%22google+tech+talks%22&so=1&num=20 リンカについて http://www.airs.com/blog/archives/38 http://www.a…

uClinux+Blackfin+メモリ保護 論文

http://rtg.informatik.tu-chemnitz.de/docs/da-sa-txt/da-ulbricht.pdfBlackfin のメモリ保護機能を uClinux にポーティングし,評価を行ったという内容.

Memory allocation errors

Opensource.com | Opensource.com

Real-time, embedded Linux conferenceの概要

Real-time Linux Workshop http://www.realtimelinuxfoundation.org/events/rtlws-2007/papers.html CELF Embedded Linux Conference Europe http://www.celinux.org/elc_europe07/sessions.html

TracGantt Pluginの開始日/終了日で,チケットをソートする

SELECT p.value AS __color__, (CASE status WHEN 'assigned' THEN '速攻で片付けろ' ELSE '分割してからAssignしろ' END) AS __group__, id AS ticket, summary, component, (CASE status WHEN 'assigned' THEN owner||' *' ELSE owner END) AS owner, chan…

checkpatch

http://kerneltrap.org/Linux/Improving_checkpatch scripts/checkpatch.pl はLinux カーネルに含まれている script でパッチ投稿の際にソースコードのスタイルをチェックするものです。 KernelHacking - Kernel Newbies Japan

バッファオーバーフロー解説動画2

Opensource.com | Opensource.com

LKML の便利な RSS フィード

http://kerneltrap.org/KernelTrap/Mailing_List_Archives より。 KernelTrap が提供する LKML アーカイブより、任意の投稿者のメッセージのみを取得する RSS フィードが利用できます。 例えば、SELinux の中村さん(id:himainu)の場合、 http://kerneltrap.o…

automatic Linux driver upgrades

http://www.linux-watch.com/news/NS7536907294.html より、 DKMS (Dynamic Kernel Module Support)を使ったドライバ自動アップデートについて。 "This will eventually be used to automatically download drivers that match the hardware you have in you…

カーネルソース中に memzero() がない理由

http://kerneltrap.org/Linux/Memset_versus_Memzero

IBM Lotus Symphony のインストール法

Installing The IBM Lotus Symphony Beta 1 Office Suite On Ubuntu 7.04 より、 以下は、Ubuntu 7.04 にてインストールした際気になった点。 ウィザード画面でフォントが豆腐になる Javaで日本語が豆腐に: 気の向くままに・・・ を試しても改善せず。 # LC_…

行末スペースについて

http://kerneltrap.org/Linux/White_Space より、 現在カーネルソース中に 151,809 バイトの行末のスペースが存在し、取り除くためのパッチは 15MB にもなったそうです。 合わせて読みたい 行末の無駄なスペースなどを強調表示 - develock.el - (ひ)メモ

Robert Love 氏のオライリー本

http://www.linuxdevices.com/news/NS2585753304.html より、 * Reading from and writing to files and other file I/O operations, including how the Linux kernel implements and manages file I/O, memory mappings, and optimization techniques * Sys…

lsof の tips

TecheSpot: The Most Powerful Linux Command that doesn't come installed with Linux. より、 プロセスとファイルディスクリプタ(file/socket)の関係を表示する lsof の tips。

Nautilus への D&D が可能に

http://fosswire.com/2007/09/21/gnome-gets-xds/ より、 GNOME 2.20 で Nautilus が XDS をサポートしたようです。 これで、残る要望は「アイコンをドラッグした状態で Alt+Tab によるウィンドウの切替が可能」だけになりました。