richliu's blog

Linux, 工作, 生活.

richliu's blog header image 4

Anti-Virus and Personal-Firewall……

六月 3rd, 2005 · 3 Comments

大概是在 c7b 喝了 Coffee 太興奮了, 除了睡不著, 還處在亢奮狀態, 就來寫寫 Blog 吧.
同事一直在 complain 他朋友的電腦一直中毒. 聊了一半, 其實發現很多人裝了 Anti-Virus and Personal-Firewall 根本沒有用.
我不記得我上次裝 Anti-Virus 是什麼時候了, 大概是 2003 年吧. 印像中是 Norton Anti-Virus 2003, 2004 以後的我統統沒有裝過了, 連 Personal Firewall 也不裝, 因為裝之前 Notebook 記憶體就不夠了, 裝之後更慢. 反正習慣好, 就不裝囉………
什麼是習慣好, 我綜合我的經驗, 整理出來幾個要點
1. 能不用 Microsoft 出品的東西就不要用.
Windows XP 是一定沒有辦法, 所以只好用了.
IE [...]

[Read more →]

Tags: Security · Software

Using USB-Serial in Gentoo Linux .

六月 3rd, 2005 · No Comments

昨天在裝我的 USB-Serial Device 的 Linux Driver.
搞了半天, 也不知道裝那一箇.
最後是這樣搞定的
1. 裝 usbd , 啟動 usbd
2. 看
Device 3 Vendor 067b Product ID 2303 Class bfffb460 Speed 12000 kbps
找出 Vendor ID 和 Product ID
3. 查詢 USB Vendor/Device IDs list
找到 Vendor 067b 是 Prolific Technology, Inc. 而 Device ID 是 2303 PL2303 Serial Port
4. [...]

[Read more →]

Tags: Gentoo · Hardware

KDE 3.4.1

六月 3rd, 2005 · No Comments

KDE 3.4.1 出好久了, 不過本來沒有想要換的, 只是不小心換到 3.4.1
原來只是要加上 『kwifimanager』, 這個在 gentoo 內要 USE=』wifi』 emerge kdenetwork.
所以我就重編了一下 kdenetwork, 一時不察, 沒有發現到 unstable version 己經換到 kde 3.4.1 了. artd 己經換到新版, 頭洗一半, 只好換到新版…….
沒有想到在 kdenetwork 的地方 compile 失敗. Error Message 如下.
Interface_wireless_wirelessextensions::poll_device_info()’:
interface_wireless_wirelessextensions.cpp:421: error: `iw_pr_ether’ undeclared
(first use this function)
interface_wireless_wirelessextensions.cpp:421: error: (Each undeclared
identifier is reported only once for each function it appears in.)
Change the wireless-tools [...]

[Read more →]

Tags: Gentoo

minicom with konsole UTF-8

六月 3rd, 2005 · No Comments

I tried the minicom with zh_TW.UTF-8 environment.
but I found a strange problem there,
I was set configuration for minicom , 『38400 8N1″ Software Control : OFF , Hardware Control: OFF ,This setting is correctly, but I don’t get any message for console,
I checked my USB-Serial Driver and System, but still get nothing.
if I turned Hardware [...]

[Read more →]

Tags: Hardware · Linux · Software