Linux [Ubuntu]apache2 + mod_fastcgi(php5-fpm) + php5單使用apache來跑服務其實速度不快且非常耗費記憶體,這時候就要請出fastcgi來幫忙了! fa Read more… By johnson, 14 年20 1 月, 2011 ago
Linux [Ubuntu]Subversion(svn)svn是運用在程式的版本控制,在大型專案上很容易就可以體會到svn的好處~ 先安裝 subversi Read more… By johnson, 14 年23 12 月, 2010 ago
Apache [Ubuntu]Apache 安裝 SSL建立憑證檔案 mkdir /etc/apache2/ssl #建立憑證檔案 openssl req Read more… By johnson, 14 年23 12 月, 2010 ago
Linux [Ubuntu]設定Java classpath變數有時候手誤會把Java classpath設定檔洗掉,造成無法執行Java程式,這時就必須重新設定 Read more… By johnson, 14 年7 12 月, 2010 ago
Apache [Ubuntu]開啟 apache RewriteEngine如果要使用到網址重寫,就必須先把這個功能打開 a2enmod rewrite /etc/init.d Read more… By johnson, 14 年18 11 月, 2010 ago
Linux [Ubuntu]查看硬體資訊查看cpu資訊 cat /proc/cpuinfo 查看磁碟與目錄的容量 df -h 查看i/o裝置 Read more… By johnson, 14 年 ago
Linux [Ubuntu]install PDO driver因為隨著版本的不同,PDO driver都會一起被包在其他套件中一同安裝, 可以從phpinfo() Read more… By johnson, 14 年3 11 月, 2010 ago
Linux [Ubuntu]install JDKUbuntu 9.10 apt-get install sun-java6-jdk 不過到了10.0 Read more… By johnson, 14 年 ago
Linux [Ubuntu]9.10 upgrade 10.04#安裝update-manager-core套件 sudo apt-get install upda Read more… By johnson, 14 年2 11 月, 2010 ago