The default CentOS repository is quite old and i cannot find what i need. The JPackage Project is designed for providing up-to-date java packages for Linux user. Please refer to the JPackage Official Website for more details.
Continue reading JPackage – Yum Repositories for CentOS, Fedora and Redhat
Monthly Archives: January 2010
yum-utils – Check Missing Dependency Problem in Yum
When i tried to install some packages using yum install, the shell prompts me some Missing Dependency errors. And it suggests using package-cleanup to work around the problem.
Continue reading yum-utils – Check Missing Dependency Problem in Yum
CentOS – Install Java Sun JDK
If you want to use Java Sun JDK instead of OpenJDK on CentOS, u have to install it manually.
Continue reading CentOS – Install Java Sun JDK
PostgreSQL – Upgrade version from PostgreSQL Yum Repository
The current available postgresql-server package in CentOS Yum Repository is 8.1.18. But my application needs postgresql-server 8.3. Luckily, PostgreSQL provides its own repository for upgrade. So Fedora, Redhat and CentOS users can upgrade by the following steps.
Continue reading PostgreSQL – Upgrade version from PostgreSQL Yum Repository
The Age of Turbulence – Adventures In A New World
PHP – Set Timezone
I am still working on the Cisco AXP. =.=
My application needs PHP PEAR but whenever i try to install/upgrade the PEAR modules. i got the following error.
Continue reading PHP – Set Timezone
Linux – vi controlling problem
If you find that your vi editor has controlling problem such as u cannot move the cursor using the arrow buttons or the text is modified when moving the cursor. u can try to fix it by setting the TERM variable.
- export TERM=”xterm”
Yum – vim Installation
The virtual linux inside the Cisco AXP is terrible… LoL
After i have made the yum work, i use it to install many necessary software. To install vim using yum, use the following command.
Continue reading Yum – vim Installation
孩子們!別讓你們將來的孩子,再向別人下跪!
看看高鐵示威運動的香港人
Maven – Change Javadoc Directory
In Maven, u can create the javadoc by the maven-javadoc-plugin. Just include it in the pom.xml as follow.
Continue reading Maven – Change Javadoc Directory
