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
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
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.
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
看看高鐵示威運動的香港人
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
Finally i make the yum work in the virtual linux inside the Cisco AXP 1.5. That virtual linux has a Cisco Built Linux Kernel which only has some basic commands and i need to install many software on it in order to make my application works. One of the pre-requisites is PHP 5.2 but unfortunately, the default CentOS repository – http://mirror.centos.org/ only provides PHP5.1.
Continue reading CentOS – PHP5.2 Installation
In openSUSE, you can set the HTTP Proxy in YaST. but this setting is independent of $http_proxy in shell which means you cannot get the current proxy setting by the following command
Continue reading openSUSE – Get the HTTP Proxy setting in Shell
Sign The Yum Repository
Last time we have talked about how to create a YUM repository.
openSUSE – Create your own Software Repository @ 1
Continue reading openSUSE – Create your own Software Repository @ 2
i am searching for some existing web application framework for next NovelGrid project. What i want is a module based CMS with customized module for function development purpose. Steve suggests Joomla so i try to install it in the development server.
Continue reading Joomla – Installation