CentOS 5.6 x64 64位元安裝 Firefox 5 版瀏覽器
作者:cross 日期:2011-06-28 21:40
需要套件 xulrunner
所以先
解開 firefox-5.0.tar.bz2
在GNOME的 終端機執行 ./firefox
但
所以先
下載套件 http://releases.mozilla.org/pub/mozilla.org/firefox/releases/latest-5.0/linux-x86_64/zh-TW/firefox-5.0.tar.bz2yum install xulrunner
解開 firefox-5.0.tar.bz2
在GNOME的 終端機執行 ./firefox
但
就算我./firefox-bin: /usr/lib64/libstdc++.so.6: version `GLIBCXX_3.4.9' not found (required by /home/cross/D_linux_package/firefox/libxul.so)
VirtualBox 4.x 怎麼用 USB 2.0 ?!
作者:cross 日期:2011-06-28 17:20
windows 2003 安裝 asp.net 4.0
作者:cross 日期:2011-06-28 13:00
下載Microsoft .NET Framework 4 (獨立安裝程式) 來安裝
在 IIS 6上手動調整讓網站可以支援 .net 4.0
CentOS 5環境下升級php至 5.3版本
作者:cross 日期:2011-06-28 11:40
環境 CentOS 5.5 i386
當我yum install php53時,出現了如下訊息
當我yum install php53時,出現了如下訊息
# yum install php53
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
* addons: mirror01.idc.hinet.net
* base: mirror01.idc.hinet.net
* extras: mirror01.idc.hinet.net
* updates: mirror01.idc.hinet.net
Setting up Install Process
Resolving Dependencies
--> Running transaction check
---> Package php53.i386 0:5.3.3-1.el5_6.1 set to be updated
--> Processing Dependency: php53-cli = 5.3.3-1.el5_6.1 for package: php53
--> Processing Dependency: php53-common = 5.3.3-1.el5_6.1 for package: php53
apache強制某路徑使用https方式連線
作者:cross 日期:2011-06-26 16:31
比方說我的http://ssorc.tw/admin 後台,要登入帳密的地方我需要讓它使用SSL加密連線
就在httpd.conf 設定加入如下設定
<Directory /path/admin>
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /path/admin
RewriteCond %{SERVER_PORT} !^443$
RewriteRule ^(.*)?$ https ://%{SERVER_NAME}/admin/$1 [L,R]
# https跟://之間我故意空白,因為會讓我文章無法存檔
</IfModule>
</Directory>
dell 6i磁碟陣列卡如何在raid6加入新硬碟
作者:cross 日期:2011-06-22 15:35
virtualbox 安裝無法安裝64位元的子機 ?
作者:cross 日期:2011-06-22 15:15








