http://dp.tsh.ttu.edu.tw/tshweblog/post/82/1703
http://163.20.108.3/modules/tadbook2/view.php?book_sn=3&bdsn=110
http://slgaly.sljh.tcc.edu.tw/lifetype/index.php?op=ViewArticle&articleId=964&blogId=16
http://wiki.ubuntu-tw.org/index.php?title=安裝_Ubuntu_至_USB_隨身碟中
1、設定網路,更新語文套件
adsl:sudo -i
sudo pppoeconf
固定ip:
# sudo vi /etc/network/interfaces
1 auto lo
2 iface lo inet loopback
3
4
5 iface eth0 inet static
6 address 140.127.ooo.xxx / * 固定IP位址 * /
7 netmask 255.255.255.0 / * 網路遮罩 * /
8 gateway 140.127.qqq.ppp / *預設閘道 * /
9
10
11
12 auto eth0
另外還要指定一下DNS server
#vi /etc/resolv.conf
domain 你的網域(ex:ntu.edu.tw)
nameserver DNS(ex:168.95.1.1)
修改完可利用以下指令重新啟動網路
# sudo /etc/init.d/networking restart
2、下載 懶人包-http://sites.google.com/site/lazyscripts/
3、安裝tweak 、檔案管理員pcman file manager
4、安裝gcin套件,嘸蝦米輸入法(啟用:sudo /usr/share/gcin/script/noseeing-inst)
No comments:
Post a Comment