2009-11-16

Ubuntu 高雄小聚會籌備計劃


凍仁參加了 Ubuntu 9.10 release party 台南台中場後,覺得咱們高雄應該也得自立自強搞個小聚會,把高雄 Ubuntu 的小圈圈圍起來,凝聚 Ubuntu 高雄的使用者的感情。

相信高雄也有不少的 Ubuntu 使用者,只是不知道如何跟社群上的伙伴聯繫,不知道怎麼踏入自由軟體的世界,凍仁希望藉由接下來每月的聚會把大家聚集起來,交個朋友,當然也可以提出使用上的問題以及心得分享。

地點凍仁還在找,原則上以捷運站(交通便利)附近為優先,餐館得有無線網路及電源供應才行。

時間暫定 12/04 18:30

一切的一切都還在計劃中,有任何意見請告知凍仁,謝謝。

By the way, 高雄的伙伴有使用上的問題也可跟凍仁另外約時間,彼此交流:P

2009-11-19


地點已經確定使用 Marco@ubuntu-tw 所提供的場地期,活動相關訊息 Ubuntu 高雄小聚會#1@Facebook

PS:請自備延長線、晚餐、零食及飲料 XD

2009-11-09

Gnome do

之前在 COSCUP 2009 的 Ubuntu Bof 看到 ssh 分享時就覺得這個快速啟動的小套件很不錯用,沒想到最近用 Ubuntu 9.10 時還冒出了 Dock (like awn, wbar..) 的功能,可以把 awn 丟了,哈 (有種越玩越回去的感覺,還是鍵盤好用啊 :P)

其實這完全是個巧合,遲遲想不到 Ubuntu 9.10 Release Party 可分享的主題,簡報部份還得跟各位大大學習呢


開啟搜尋列的熱鍵預設為 Alt + 空白鍵,選項裡都可自行修改,值的注意地方是 Plugin(外掛) 的部份,有他才能什麼都 search :P

相關連結:
Linux上的快速程式啟動器— GNOME Do « 多多與我的部落格

2009-11-03

Ubuntu 9.10 sources.list

這邊備份一下凍仁在 Ubuntu 9.10 的軟體來源(Source list),話說 國家高速網路與計算中心(nchc) 提供的鏡像站(Mirror)真的跑很快 :P

tw.archive.ubuntu.com 部份為 TANet,現階段 IP 為 140.112.8.139,凍仁有時會連不太上就是了 :P

jonny@ubuntu:~$ sudo vi /etc/apt/sources.list
# 國家高速網路與計算中心
deb ftp://os.nchc.org.tw/ubuntu karmic-updates main restricted universe multiverse
deb ftp://os.nchc.org.tw/ubuntu karmic main universe multiverse restricted
deb ftp://os.nchc.org.tw/ubuntu karmic-backports main universe multiverse restricted
deb ftp://os.nchc.org.tw/ubuntu karmic-proposed main universe multiverse restricted
deb ftp://os.nchc.org.tw/ubuntu karmic-security main restricted universe multiverse
deb ftp://os.nchc.org.tw/ubuntu karmic-proposed main universe multiverse restricted
deb ftp://os.nchc.org.tw/ubuntu karmic-security main restricted universe multiverse

#deb-src ftp://os.nchc.org.tw/ubuntu jaunty-updates main restricted universe multiverse
#deb-src ftp://os.nchc.org.tw/ubuntu jaunty main universe multiverse restricted
#deb-src ftp://os.nchc.org.tw/ubuntu jaunty-backports main universe multiverse restricted
#deb-src ftp://os.nchc.org.tw/ubuntu jaunty-proposed main universe multiverse restricted
#deb-src ftp://os.nchc.org.tw/ubuntu jaunty-security main restricted universe multiverse


# 地區性伺服器 (Add by Lazyscripts)
# deb http://tw.archive.ubuntu.com/ubuntu/ karmic main restricted
# deb-src http://tw.archive.ubuntu.com/ubuntu/ karmic main restricted
# deb http://us.archive.ubuntu.com/ubuntu/ karmic main universe restricted multiverse
# deb-src http://us.archive.ubuntu.com/ubuntu/ karmic main universe restricted multiverse

# 安全性更新伺服器 (Add by Lazyscripts)

deb http://security.ubuntu.com/ubuntu/ karmic-security main universe restricted multiverse
deb-src http://security.ubuntu.com/ubuntu/ karmic-security main universe restricted multiverse

# Chromium Browser
deb http://ppa.launchpad.net/chromium-daily/ppa/ubuntu karmic main
deb-src http://ppa.launchpad.net/chromium-daily/ppa/ubuntu karmic main


# Swiftfox
deb http://getswiftfox.com/builds/debian unstable non-free

# 多媒體套件庫 (Add by Lazyscripts)
# deb http://packages.medibuntu.org/ karmic non-free free

# Ubuntu Tweak (Add by Lazyscripts)

deb http://ppa.launchpad.net/tualatrix/ubuntu hardy main
deb-src http://ppa.launchpad.net/tualatrix/ubuntu hardy main


#Medibuntu Install Source (Add by Lazyscripts)
deb http://packages.medibuntu.org/ karmic free non-free

# WineHQ Apt (Add by Lazyscripts)
deb http://packages.medibuntu.org/ karmic free non-free #Medibuntu Install Source (Add by Lazyscripts)
# deb http://wine.budgetdedicated.com/apt karmic main

# Gcin

deb http://debian.luna.com.tw/jaunty ./
deb-src http://debian.luna.com.tw/jaunty ./


# Dropbox
deb http://linux.getdropbox.com/ubuntu karmic main
deb-src http://linux.getdropbox.com/ubuntu karmic main

2009-10-24

VLC DVD Codecs

凍仁在剛灌好得 Ubuntu 9.04 上第一次開 VLC 時剛好系統更新中,導致後來無法正常觀看影片,不過就是少裝了幾個編碼器(Codecs)嘛,囧rz

jonny@ubuntu:~$ sudo apt-get install libdvdread3 libdvdcss2


資料來源:
dvd codecs by Ubuntu Forums

2009-10-12

Manual PPPoE on Debian

最近凍仁在 Debian 5.0.3 上發生了件 PPPoE run 完 gnome 的 nm-editor 才跑的情形,既然人家兜好的不好用,那就自己寫 code 唄。

安裝 pppoeconf (已安裝請略過)
jonny@debian:~$ sudo apt-get install ppp pppoeconf ppp-pam ppp-udeb


設定 ADSL 帳號及密碼 (請參考 PPPoE 撥接上網(ADSL) )
jonny@debian:~$ sudo pppoeconf


將區網設為 dhcp 並註解 pppoe 的 code
jonny@debian:~$ sudo vi /etc/network/interfaces
# The loopback network interface
auto lo
iface lo inet loopback

# The primary network interface
allow-hotplug eth0
iface eth0 inet dhcp


# dns-* options are implemented by the resolvconf package, if installed

# PPPoE
# auto dsl-provider
# iface dsl-provider inet ppp
# pre-up /sbin/ifconfig eth0 up # line maintained by pppoeconf
# provider dsl-provider


撰寫 bash script
jonny@debian:~$ vi dsl-up
#! /bin/bash

#Stop all of PPPoE commect.
poff -a

#Start PPPoE.
cd /etc/ppp/peers
pon dsl-provider

#for exit the sudo.
exit


以下請參考 Firestarter 開機甭輸入密碼again 一文設定。

join sudo ./dsl-up to Sessions

由於已固定使用 PPPoE ,可毋需再跑 GUI 的網路管理,Disenable the Network Manager

這樣 Debian 就會自動撥接 ADSL 啦,還請各位指教囉:P

Design by Dzelque Blogger Templates 2008

Taiwan UTF-8 No IE Orz.tw cc Online counter