Posts Tagged ‘fedora’

Installing APC for PHP on Fedora 15

Sunday, August 12th, 2012 | Life, Tech

This is how to install APC for PHP on Fedora 15.

yum install php-devel
yum install pcre-devel
yum install php-pear
pecl install apc

Create a file in /etc/php.d named apc.ini, containing the following.

extension=apc.so

Install VirtualBox guest additions on Fedora 15

Monday, August 6th, 2012 | Life, Tech

To install VirtualBox guest additions on Fedora 15, you want to mount the ISO into the CD room of your host computer (either using Daemon Tools, or an actual CD drive) and give that to your virtual machine. Then run the following commands.

yum update
yum install dkms
yum install gcc
reboot
mkdir /mnt2
mount /dev/cdrom /mnt2
cd /mnt2
sh ./VBoxLinuxAdditions.run