Install XCache 2.0.0 on CentOS 5.8 with PHP 5.3.3
After I upgrade my server from php 5.2 to php 5.3.3, I need XCache to accelerate my phpBB. I did an installation from source. Then when I run command to check php version, it shew.
Tech geek. Life geek.
After I upgrade my server from php 5.2 to php 5.3.3, I need XCache to accelerate my phpBB. I did an installation from source. Then when I run command to check php version, it shew.
I have a forum running by phpBB 3. After upgrading to phpBB 3.0.10, the board notice said, from phpBB 3.1, the next version, it will not support php5.2. phpBB 3.1 “Ascraeus” to require PHP 5.3.2 My server is running php...
For testing purpose, I need a CentOS 6.3. So I download CentOS DVD image. Installed it in VirtualBox as web server. Note: The network of guest system is using bridged, which allow the guest access internet, and also allow the...
My first project for Raspberry Pi is game emulator. Oh, no, it is the second. The first is to make a case for Raspberry Pi. Let us look at the Raspberry Pi’s status when it working inside of the case....
Before install Apache2, PHP5 and MySQL, install CentOS 6.3 server first. Followed the steps to install these staff. 1) Installing MySQL 5
Centos has following ISOs for i386 CPU. [ ] CentOS-6.3-i386-LiveCD.iso 07-Jul-2012 10:14 690M [ ] CentOS-6.3-i386-LiveCD.torrent 09-Jul-2012 11:31 216K [ ] CentOS-6.3-i386-LiveDVD.iso 07-Jul-2012 02:03 1.6G [ ] CentOS-6.3-i386-LiveDVD.torrent 09-Jul-2012 11:31 259K [ ] CentOS-6.3-i386-bin-DVD1.iso 07-Jul-2012 01:46 3.5G [ ] CentOS-6.3-i386-bin-DVD1to2.torrent...
I installed a CentOS 6.3 server on virtualbox. It has no windows, or GUI installed. Now I wanted to add a GUI to my server, but I could not find easy documentation showing how to add a GUI, or Gnome...
This weekend, I tried to install CentOs 6.3 in VirtualBox VM 4.1.20. I didn’t find any problem with installation until the first reboot on which the system told me: FATAL: INT18: BOOT FAILURE I tried many times to re-install this...
I do a database backup very ofter with mysqldump command. Just found an error come when I run the command, mysqldump as below. mysqldump: Got error: 1044: Access denied for user ‘root’@’localhost’ to database ‘information_schema’ when using LOCK TABLES I...
As a PHP developer, you need the following information. The PHP development team announces the immediate availability of PHP 5.4.6 and PHP 5.3.16. These releases fix over 20 bugs. All users of PHP are encouraged to upgrade to PHP 5.4.6,...
LILO (Linux Loader) and GRUB (GRand Unified Bootloader) are both configured as a primary boot loader (installed on the MBR) or secondary boot loader (installed onto a bootable partition). First question, what is a boot loader. The simple answer: a...
There are three types of files need to untar. One is normal tar file, second is gzip compressed, the last one is bzip2 compressed. Here is the commend to untar these files as below.
The task is to delete files from the folder and sub-folders, maybe sub-sub-folder. Say I want to delete .htaccess from every folder, but keep all others no-touch. It is hard to go into each folder and delete the file. It...
Because I use Burst.net as my VPS provider. When I re-build the OS yesterday, I saw Centos 6 template, just beside Centos 5.5 and 5.0. How is that? Centos 6 is Released? I went to Centos official site. Saw the...
I have a MySQL database. There is one table has thousands rows of data. I need to add one string to every rows of one column. It is a very popular scenario. Looks like in the middle of using one...