Oct 30, 2007

Planet Linux of Taiwan

前一陣子開始訂閱Planet Linux of Taiwan的RSS,有空就會看一下新文章

文章水準很高是必然的

但是最近發現有個現象....有些人在上面啦勒一些生活趣事、社會評論...etc

我開始搞不懂Planet Linux的定位…

是一個隨性的文章發表園地,或是專論Linux?

另外一點…是Planet Linux of Taiwan自己去挖前輩們的blog呢…還是作者自己提出申請刊登?

如果是後者,渺小的我...希望不要發表一些無關Linux的東西

若是我想看社會評論,我會自己找

若是我關心你家的雞毛鳥事,我會去看你的blog

雖然其中不乏有景仰已久的高手,但這是原則問題

Oct 25, 2007

找尋某個檔案屬於哪一個套件

在編譯程式的時候,常遇到缺少某個.so檔

可是卻不知道這個檔案屬於哪個套件

用apt-file就可以快速的找到

安裝
$ sudo apt-get install apt-file

更新
$ sudo apt-file update

搜尋
$ sudo apt-file search orphaner

結果
dahb-html: usr/share/doc/dahb-html/html/bilder/instweiter/orphaner.png
dahb-html: usr/share/doc/dahb-html/html/bilder/instweiter/orphaner.png
dahb-html: usr/share/doc/dahb-html/html/bilder/instweiter/orphaner.png
deborphan: usr/sbin/orphaner
deborphan: usr/sbin/orphaner
deborphan: usr/sbin/orphaner
deborphan: usr/share/man/fr/man8/orphaner.8.gz
deborphan: usr/share/man/fr/man8/orphaner.8.gz
deborphan: usr/share/man/fr/man8/orphaner.8.gz
deborphan: usr/share/man/man8/orphaner.8.gz
deborphan: usr/share/man/man8/orphaner.8.gz
deborphan: usr/share/man/man8/orphaner.8.gz
deborphan: usr/share/man/pl/man8/orphaner.8.gz
deborphan: usr/share/man/pl/man8/orphaner.8.gz
deborphan: usr/share/man/pl/man8/orphaner.8.gz

====> orphaner 在 dahb-html, deborphan這兩個套件內

清除ubuntu裡沒用到的垃圾

from Ubuntu Geek


Cleaning up a Ubuntu GNU/Linux system

  • 已移除的套件之設定檔



  • 無用的locale data



  • 不需要的套件(orphaned)

Oct 22, 2007

Linux Notebook 使用投影機

因為吃不到RGB訊號
[教學]在 Linux 上,替 ThinkPad 系列的 laptop 加上投影顯示

i810switch

Ubuntu 7.10 的切換螢幕程式

new tool of Xorg : xrandr

Oct 15, 2007

Linux掛載iso,解決亂碼

sudo mount -t iso9660 xxx.iso /media/iso -o loop, utf8

Oct 12, 2007

Linux裡使用Windows XP網路印表機 (Gnome)

首先Windows上要開guest帳號

查看samba有沒有通,記住ShareName

$smbclient --list printer-ip

password : [輸入windows上的guest密碼]
Sharename Type Comment
--------- ---- -------
EPL6200 Printer EPSON EPL-6200 Advanced

系統 -> 系統管理 -> 印表機新印表機

選擇 網路印表機Windows 印表機 (SMB)

主機: Windows 的 domain nameip

印表機:剛才的ShareName

用戶名:guest

下一步,找廠牌&Driver

完成

Oct 9, 2007

研發替代役?

第一屆研發替代役

新制度聽起來很賽,第一年領軍人薪水(幹!那我幹嘛不去當兵),簽約綁三年

再加上即將施行的分紅費用化

感覺唸電子的前途似乎不像以前那麼美好

最近開始找研發替代役的工作

要準備面試,複習一些專業科目&英文

新制度這麼爛,真的很懶得搞這些事情

研發替代役,最大贏家是政府

分紅費用化,最大贏家還是政府

幹!

Oct 5, 2007

kopete 在 gnome 下無法開啟scim

安裝 scim-qtimm

vim 方向鍵與刪除鍵(backspace)的問題

insert模式,輸入方向鍵的時候會出現ABCD

刪除鍵不會刪除

解決方法:在.vimrc中設定
set nocompatible
set backspace=2