richliu’s blog

Linux, 工作, 生活.

richliu’s blog header image 4

Entries Tagged as 'Programming'

[Linux][Kernel][Driver] 老師有沒有說, 不要用 cb!

October 25th, 2007 · 1 Comment

之前就苦口婆心的說, Network Driver 不要偷用 sk_buff 內的 cb .
就是有人不聽, 一定要用!

Tags: Linux

[Read more →]

Tags: Embedded · Linux · Programming

電子郵件加上入聯戳記 UN FOR TAIWAN (最終版)

October 19th, 2007 · 8 Comments

阿扁 : "入聯尚未成功, 同志仍需努力"
杜人才 : "聯合國是台灣不可分割的一部份"
謝局長 : "不管是黑貓白貓, 在聯合國生活的就是好貓"
張部長 : "入聯是政府政策! 大家一定要支持"
鄉民 : "和平, 奮鬥, 拼入聯"

Tags: Kuso E-mail UN FOR TAIWAN

[Read more →]

Tags: KUSO · Network · Programming · Software

上網加上入聯戳記(修正版) UN For Taiwan

October 18th, 2007 · 6 Comments

第一篇上網加上入聯戳記 UN For Taiwan
實在是非常難看.
看到水費單, 電費單, 連發票也要拼入聯, 所以我認為, 入聯還是要拼下去的
這一條路不能回頭的.

Tags: Kuso http UN FOR TAIWAN

[Read more →]

Tags: KUSO · Network · Programming

上網加上入聯戳記 UN For Taiwan

October 17th, 2007 · 5 Comments

最近新聞吵得火熱的郵局在信件加上入聯戳記,
看得我是熱血沸騰, 我相信只要是任何一個腦袋不正常的台灣人
一定都會想要加上這個戳記呀.

Tags: Kuso http UN FOR TAIWAN

[Read more →]

Tags: Network · Programming · 亂扯淡

Enable Backtrace

April 18th, 2007 · 3 Comments

最近 Linux kernel 2.4 的 Backtrace 不見了, 這樣實在非常不好 Debug, 查了一下才發現, 少加了一些 Flags.
No tag for this post.

[Read more →]

Tags: Embedded · Linux · Programming

Fosdem 2007 Video.

March 2nd, 2007 · No Comments

FOSDEM(Free and Open Source Software Developer's Meeting) 2007
己經結束了..
影片可以在  FOSDEM Video Recordings 下載
話說去年的 Video 只看完一部 Orz.....
ref.FOSDEM 2006 Video
No tag for this post.

[Read more →]

Tags: Linux · Programming

GCC ## Preprocessor

February 8th, 2007 · No Comments

之前的程式有用到 ## 減少一些重複的程式, 當時是放在 Linux kernel 2.4 上面, 用的是 gcc 2.95.3, 不過因為改寫到 Linux kernel 2.6 的緣故, 所以 gcc 改用 3.4.6 . 這時就出現錯誤訊息了.

Tags: Linux, Programming

[Read more →]

Tags: Linux · Programming

[Google] Oops

January 31st, 2007 · No Comments

今天在用 Google Reader 的時候, 看到這張圖片.......

看到 That wasn't supposed to happen. ...
不禁笑了出來 :p

Tags: Programming, 隨手札記

[Read more →]

Tags: Programming · 隨手札記

Programming Texts and Tutorials

December 21st, 2006 · 1 Comment

Unix(Linux/BSD) 下, 各種軟體, 程式語言的文件收集地.
除了中文以外, 其他己經整理得非常詳細了, 有問題可以到這邊 SearchProgramming Texts and Tutorials

Tags: Linux, Programming

[Read more →]

Tags: Linux · Programming

Flash Player 9 Update

November 22nd, 2006 · 7 Comments

11 月 20 日, Adobe 又釋出了新版的 FLAH.
這次仍然有 Flash 9 Plugin 和 Flash Player .
下載地點在 : Flash Player 9 Update

安裝方式仍然可以參照我的 Flash 9 Lab Version 這一篇
至於穩定性問題, 有一個問題是 .mo 的問題, 可以參考
chihchun 長輩的 Flash Player 9 for Linux
不過呢, 依照這樣做還是會當機, 晚上看到一篇
firefox自動關閉?
有人提到
如果是用 gcin 可以在 /usr/bin/firefox 開頭處加入
unset XMODIFIERS
防止 flashplayer open XIM。flashplayer 的 XIM 有bug。
加了這行gcin還是可以用 GTK_IM_MODULE=gcin 輸入中文。
簡單的說, 如果要手動執行, 可以
# unset XMODIFIERS
# [...]

[Read more →]

Tags: Gentoo · Programming · UNIX