2009/10/27

CentOS 5.4 發布了

CentOS 在10/21日發布5.4版了,幾個主要軟體版本如下所列:

These updated software versions: Apache-2.2, php-5.1.6, kernel-2.6.18, Gnome-2.16, KDE-3.5, OpenOffice.org-2.3, Evolution-2.12, Firefox-3.0, Thunderbird-2.0, MySQL-5.0, PostgreSQL-8.

台灣區幾個mirror list:
http://ftp.stu.edu.tw/Linux/CentOS/5.4/isos/
http://mirror01.idc.hinet.net/CentOS/5.4/isos/
http://ftp.cse.yzu.edu.tw/pub/Linux/CentOS/5.4/isos/
http://ftp.tcc.edu.tw/Linux/CentOS/5.4/isos/
http://ftp.cs.pu.edu.tw/Linux/CentOS/5.4/isos/

Compro DTV4 總算知道死當的原因了

之前去Compro官網下載新版DTV程式,總是在一執行後就程式當掉,或是動作異常,移除舊版重新安裝也一樣,我就在想是不是有其他設定檔沒刪乾淨。

昨天偶然發現這個blog,裡面有提到完整刪除Compro DTV程式的方法,特別提到在我的文件裡面有一個VideoMate的目錄也要刪掉。

進去翻了一下,裡面放的是DTV程式產生的頻道資料,刪了以後,果然就一切都正常了!

這家公司也真是神奇,都是自家的播放程式產生的頻道資料,為啥新舊版不完全相容... =_="

2009/10/07

真.CentOS 5.3 x64 升级 PHP 的方法

照前一篇文章的作法,後來發現,PHP是更新上去了,但是MySQL卻是掛的...(汗)

後來試了好幾次,MySQL還是一直沒讓他活起來過,大概是俺業障深.... 囧rz

所以換個方法,照CentOS官方討論區的方法,把Yum更新位址改成Testing版的,就有PHP 5.2版了,而且照這個更下去,不用動到MySQL,一切總算都正常了,可喜可賀... XD

============================================
cd /etc/yum.repos.d/
wget http://dev.centos.org/centos/5/CentOS-Testing.repo
yum --enablerepo=c5-testing update php
yum --enablerepo=c5-testing install php-mcrypt
yum --enablerepo=c5-testing install php-mbstring
============================================

2009/10/02

CentOS 5.3 x64 更新PHP到5.3版的方法

wget http://download.fedora.redhat.com/pub/epel/5/x86_64/epel-release-5-3.noarch.rpm
wget http://rpms.famillecollet.com/enterprise/5/remi/x86_64/remi-release-5-7.el5.remi.noarch.rpm
wget http://rpms.famillecollet.com/enterprise/remi-release-5.rpm

rpm -ivh epel-release-5-3.noarch.rpm
rpm -ivh remi-release-5-7.el5.remi.noarch.rpm
rpm -Uvh remi-release-5.rpm

yum --enablerepo=remi update mysql php
yum --enablerepo=remi install php-mbstring

收工!