richliu’s blog

Linux, 工作, 生活.

richliu’s blog header image 4

Entries Tagged as 'UNIX'

[Linux][Hardware] P4P800 的 Yukon Driver….

June 19th, 2007 · 3 Comments

之前我的 Intel E1000 工作不太正常, 將 Driver 換到 P4P800 內建的 Yukon 上面.
換上去之後發現一個大問題, 速度實在是很慢,
當時因為工作太忙(心中的 OS : 有工作不忙的時候嗎), 也忘了鳥他.
舊系統是使用 Big5 的編碼, 主要是 Samba 讀寫的檔名都是 Big5
這二天利用剛換上新硬碟, 爽度+++ 的時候, 順便轉移一下系統.
之前的 Power 不足瓦, 我以為是這個因素, 所以 Hardware 不穩
所以換上足瓦的 Power 以後, 又將 Intel E1000 放上去測試.
傳輸的結果我很滿意, 一般都有 23Mbps 的速度.
但是好景不常, 轉移到一半的時候 Intel E1000 又罷工了……..
所以就只好轉移到 Marvell Yukon 上.
轉移過去之後, 發現傳輸速度最高只有 2MBytes 上下. 和 [...]

[Read more →]

Tags: Hardware · Linux

不認真做宅男的下場….

May 8th, 2007 · 1 Comment

就是沒有去參加 TOSSUG 的活動, 結果沒有碰到蕭蕭呀….
What’s Linux

因為不能到現場, 只好在這邊哈照片了~~~~~~
Update:這應該是提前拍的, 所以宅男只是宅男呀………. Orz

Ubuntu Linux!!!前進演藝圈大作戰 之 蕭蕭篇

No tag for this post.

[Read more →]

Tags: Linux

Gentoo 2007.0 Released

May 8th, 2007 · 1 Comment

原文新聞連結在此, Gentoo Linux 2007.0 released本次名稱代號 “Secret Sauce” Release Information
千呼萬喚屎^H始出來呀, 等好久了
No tag for this post.

[Read more →]

Tags: Gentoo

[Gentoo] 用 SSHGUARD 保護 openssh daemon

April 28th, 2007 · 2 Comments

之前韓狗的 IP 一直在 try 我管的機器, 覺得很煩再加上最近有一台機器被莫名其妙的破台了, 找來找去都找不到問題在那邊我猜可能是被 ssh 攻擊, 所以想對 ssh 做一些簡單的防護. 找了一下. 看起來 sshguard 還算是很多人用的
No tag for this post.

[Read more →]

Tags: Gentoo · Linux · Network · Security · UNIX

如何用 kermit 傳檔案.

April 26th, 2007 · No Comments

Gentoo 下 minicom 不知道為什麼不能用 kermit 傳檔, 只好用 ckermit 了.這種東西偶爾還是會用到的, 記錄一下好了
進入 kermit 之後(記得 minicom 要關掉), 先設定 kermit
set prefixing allset file type binaryset parity noneset carrier-watch offset line /dev/ttyUSB0set speed 38400
接下來傳送檔案.
send armboot.bin
這樣就可以上傳了.
No tag for this post.

[Read more →]

Tags: Embedded · Linux

[轉檔] Using ffmpeg to convert wmv to 3gp

April 24th, 2007 · 3 Comments

最近買了一隻 Sony Ericsson K800i , 也買了一塊 SanDisk M2 2G 的記憶卡.
想說裝些網路上常見的 wmv 檔到手機上笑一下.
但是 K800i 這一隻手機並不能直接撥 wmv
No tag for this post.

[Read more →]

Tags: Gentoo · Linux · Software · UNIX

[Wordpress] Wordpress Peformance : 自家架 Wordpress 加速法.

April 24th, 2007 · 2 Comments

我的 Blog 一開始就是自己架的, 之前放的機器是 PIII-700*2 + 1G RAM. 開啟要花大概 15 秒以上. 當時不以為意, 所以就偷吃步, 改用 WP-Cache, 加上了以後, 大概就是 5 秒上下, 應該是可以接受的 Performance 了.
不過這根本不是問題的根源呀
No tag for this post.

[Read more →]

Tags: Blog/wiki 記錄 · Gentoo · Linux · Network

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

[Gentoo] Skype for Linux 爛掉了.

April 11th, 2007 · No Comments

最近升級系統, Skype for Linux 爛掉了
出現
/opt/skype/skype: Symbol `_ZTV6QFrame’ has different size in shared object, consider re-linking
這時在 /etc/portage/package.use 加上
net-im/skype static
再重新
emerge skype
就可以了,
原因很簡單, skype 有二個 Module, 一個是用 QT 3.2 , 一個是 static link QT3.2
目前 Gentoo 的 QT 己經到 3.3.8-r2 了, 當然會出問題.
總而言之一句話, 沒事不要手賤亂升級.
No tag for this post.

[Read more →]

Tags: Gentoo

User mode linux 懶人包.

April 9th, 2007 · 2 Comments

前一陣子想要 Try User Mode Linux,
不過萬事起頭難, 怎麼樣弄 console 就是不會出來, 最後努力查了一下資料
試了一下, 終於可以從 console 看到 Linux 啟動的畫面.
其實 User mode linux 不難, 只是… 要多設一點東西

Tags: user_mode_linux

[Read more →]

Tags: Gentoo · Linux