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.
Revision of Guest Additions from Mon, 03/15/2010 - 11:26
Revisions allow you to track differences between multiple versions of your content, and revert back to older versions.
Installation
Mount the Additions ISO file on the host:
- 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
Install the kernel development packages:yum -y install kernel sources
yum -y install kernel-develRestart the VM
reboot
Once it reboots, go the VBox Additions directory and run the Linux additions installer:
cd /media/
sh VBoxLinuxAdditions.runReboot the system again:
reboot
- Log in to post comments