星期三, 2月 27, 2008

想要在 Ubuntu 上面安裝 Oracle 10g

關鍵字:「oracle ubuntu install 10g」

很容易,幾個步驟就做完了

First modify /etc/apt/sources.list file:
$ sudo vi /etc/apt/sources.list
Append following line:
deb http://oss.oracle.com/debian unstable main non-free
Save and close the file. Next import GPG key:
$ wget http://oss.oracle.com/el4/RPM-GPG-KEY-oracle -O- | sudo apt-key add -
Update package database:
$ sudo apt-get update
Finally install Oracle:
$ sudo apt-get install oracle-xe

You must configure Oracle TCP/IP port and other parameters. Simply type the following command:
$ sudo /etc/init.d/oracle-xe configure

To access the Database Home Page go to http://127.0.0.1:8080/apex. Open a web browser and type url (you need to use username 「system」 and password setup earlier)




http://www.cyberciti.biz/faq/howto-install-linux-oracle-database-xe-server/

星期三, 2月 20, 2008

星期二, 2月 05, 2008

svn server 安裝

關鍵字:「mod_dav_svn.so yum」

 

有一陣子沒重新安裝了,忘記之前是怎樣做的

光 mod_dav_svn.so 就想了很久,要去哪裡搞一個檔案出來

後來,覺得 yum 應該要強一點,故~ 搜尋了一下,果然找到 solution

 

SVN+Linux+Apache配置(頁1) - 服務器應用- 紅聯Linux論壇Linux/Unix ...

Powered By Blogger