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 VirtualBox from Sat, 03/13/2010 - 08:58
Revisions allow you to track differences between multiple versions of your content, and revert back to older versions.
Presently, VirtualBox runs on Windows, Linux, Macintosh and OpenSolaris hosts and supports a large number of guest operating systems including but not limited to Windows (NT 4.0, 2000, XP, Server 2003, Vista, Windows 7), DOS/Windows 3.x, Linux (2.4 and 2.6), Solaris and OpenSolaris, and OpenBSD.
Running a VM "headless"
- Starting a headless VM:
VBoxHeadless --startvm <vmname> &
- Stopping a headless VM:
VBoxManage controlvm <vmname> pause|resume|reset|poweroff|savestate
Clone a VM
VBoxManage clonehd <vmname> <outputfile>
- Log in to post comments