2006年9月14日 星期四

Ubuntu


知道為什麼,雖然 linux 不好上手,也沒有什麼讓我非學 linux 的理由,但…就是想要去玩它,這次終於比較會玩、比較有感覺了,也慢慢瞭解到 linux 的好玩,但還算是個新手…總之…慢慢來

這次在 lab 找了一台舊電腦,灌了時下正紅的 ubuntu,左邊就是 ubuntu 的介面,還不錯吧!


順便筆記一下我灌好 ubuntu 後的個人化設定:
抓新的 source.list
sudo apt-get update
sudo apt-get upgrade

灌 gcin
sudo apt-get gcin

灌無蝦米 http://cle.linux.org.tw/gcin/
tar xvfz noseeing-6.tar.gz
cp noseeing.gtab ~/.gcin

灌 pcman
sudo apt-get install pcmanx-gtk2

抓官方版的 firefox,並將 link 換成官方版的

裝字型
sudo apt-get install ttf-arphic-newsung
sudo fc-cache -v


裝 sun 版的 JDK,並設 %home/.bashrc 中的 PATH
(若 /etc/bin 中和PATH中都有 java 的話,系統會先用哪一個?)

裝 ecplice 並設成 java5.0

裝ssh
sudo apt-get ssh

把 LAMP 設好
apache2、libapache2-mod-php5、php5-mysql、mysql-server、mysql-client

[client]...default-character-set=utf8......
[mysqld]...default-character-set=utf8


裝 phpmyadmin
sudo apt-get phpmyadmin

開 root 帳號
sudo passwd root

<有缺再補>

啟動Apache server
sudo /etc/init.d/apache2 start

停止Apache server
sudo /etc/init.d/apache2 stop

重啟動Apache server
sudo /etc/init.d/apache2 restart

使系統上所有使用者都擁有自己的個人網頁
cd /etc/apache2/mod-enabled/
ln -s ../mods-available/userdir.conf userdir.conf
ln-s ../mods-available/userdir.load userdir.load


當使用者瀏覽頁面失敗時,不顯示檔案結構的設定,而出現

Forbidden

You don't have permission to access / on this server.



ref:
http://wiki.ubuntu.org.tw/index.php/Ubuntu6.06Guidetw
http://www.wretch.cc/blog/Nelson&article_id=3171896
http://blog.xuite.net/ericsk0313/ubuntu/8022230

沒有留言:

張貼留言