跳到主要內容

發表文章

目前顯示的是 5月, 2008的文章

ubuntu 8.04 設定筆記

選用的是32-bit版本,在Athlon 64 X2的機型也是安裝32-bit版,因為lazybuntu的關係。 lazybuntu 改為 lazyscript Fat32檔名被改為000的問題 改成不自動mount,等進入系統再點兩下掛載(參看 Ubuntu正體中文站討論區 ) 安裝套件 指令:dpkg或使用Synaptic (就是dpkg的圖形介面) dpkg 與 rpm 的 對照 (來源:Jamyy's Weblog) 雙螢幕設定 sudo apt-get install nvidia-settings 啟用驅動程式:系統 管理 硬體驅動程式,勾選『啟用』 sudo nvidia-settings For more detail, refer to Ubuntu 8.04 Nvidia Driver Setting for Dual Screens Deal with chewing Ctrl-1 to type symbols or use gcin instead or use lazybuntu 懶人包 Restart X window: Ctrl-Alt-Backspace Install compiz and other visual effects see this post at Billypan's Blog Also need compizconfig-settings-manager and simple-ccsm from Nelson For screenlets, see this pos t at 西瓜田裡的牛 中文編碼:如果想要把系統字元編碼改成Big-5,參看 灰色地帶 連接 藍芽滑鼠 解決Skype Webcam 當機問題 Backup solution: use a graphic version of rsync: grsync. It has the ability to backup file system incrementally and propagate deletion when specified. (The idea was from psychocats.net)

Setup vsftp on Opensuse

Follow the steps described in FTP Server HOWTO . The steps were: chkconfig vsftpd on /etc/init.d/xinetd start (or swith xinetd on with yast) chkconfig xinetd on Edit firewall setting, follow the steps in SuSEfirewall2 : edit /etc/sysconfig/SuSEfirewall2: change FW_SERVICES_EXT_TCP= "ssh ftp" restart firewall /sbin/rcSuSEfirewall2 restart Encounter an error message: 500 OOPS: could not bind listening IPv4 socket change listen in /ect/vsftpd.conf from YES to NO. ( web source )

Linux網路設定指令

測試了一下 PUD GNU/Linux 0.4.7.3版,需要設定ADSL網路,用到一些指令: pppoeconf - 設定PPPoE的帳號、密碼,測試結果可以連上中華電信 pon dsl_provider - 打開PPPoE poff - 關閉PPPoE plog - 檢查PPPoE狀態(密碼如果輸錯,可以從這裡看出來) 其他網路設定指令:來源:SLAX web site ifconfig eth0 down ifconfig eth0 123.123.123.123 netmask 255.255.255.0 route add default gateway 123.123.123.254 echo "name server 123.123.1.1 >> /etc/resolve.conf" 目前測試結果,PUD還抓不到我的無線網路卡。PUD 的說明,從它的網頁抄來的簡介: PUD GNU/Linux 是一套檔案小於 200MB 的迷你即用光碟 (LiveCD),使用 Ubuntu Linux 作為套件來源,並擁有 (包括繁體/簡體) 完整中文支援 。