SquidGuard is a URL redirector used to use blacklists with the proxysoftware Squid. There are two big advantages to squidguard: it is fast and it is free.
Guest Additions
Primary tabs
Mounting the Guest Additions ISO
- OS X host - the additions ISO,
VBoxGuestAdditions.iso
is located within the VirtualBox application package (probably/Applications/VirtualBox.app/Contents/MacOS/
. You can access that from the Finder by right-clicking on the VirtualBox application and selecting Show Package Contents.
In the guest's virtual machine, select "Mount CD/DVD-ROM" from the "Devices" menu in the virtual machine's menu bar and then "CD/DVD-ROM image". This brings up the Virtual Media Manager. On OS X, the easiest way to add the ISO is to drag VBoxGuestAdditions.iso onto the Virtual Media Manager window from the Finder.
- CentOS Linux guest
Create mountpoint for the ISO:mkdir /mnt/cdrom
- Mount the CD/DVD drive to the mountpoint:
mount /dev/cdrom /mnt/cdrom
- or Mount the ISO file:
mount -o loop /extra/VBoxGuestAdditions.iso /mnt/cdrom
- Mount the CD/DVD drive to the mountpoint:
Installation
- CentOS Linux
Install the dkms package from RPMForge:cd /extra/src
wget http://packages.sw.be/rpmforge-release/rpmforge-release-0.5.2-2.el6.rf.i686.rpm
rpm -Uvh rpmforge-release-0.5.2-2.el6.rf.i686.rpm
yum install dkmsInstall the kernel development packages:
yum -y install kernel-devel
Restart the VM
reboot
Once it reboots, mount the Guest Additions ISO and go the VBox Additions directory and run the Linux additions installer:
cd /mnt/cdrom/
sh VBoxLinuxAdditions-x86.runReboot the system again:
reboot
- Log in to post comments