How can I get the full path to display in Nautilus so I can copy it to the clipboard and/or type a path manually?
Ctrl+L
Source: http://ubuntuforums.org/showthread.php?t=1653259
grep --color vmx /proc/cpuinfo
For AMD based processor will follow with this:grep --color svm /proc/cpuinfo
The needed packages for setting up the system are:aptitude install qemu-kvm libvirt-bin virtinst kvm virt-viewer virt-manager
adduser ouruser libvirt adduser ouruser kvm
tar -cvf filename.tar.gz directory_to_compress/
mount -o loop disk1.iso /mnt/disk
Source: http://www.cyberciti.biz/tips/how-to-mount-iso-image-under-linux.html
This kernel requires the following features not present on the CPU: PAE Unable to boot - please use a kernel appropiate for your CPU.
VBoxManage modifyvm SlackVM2 --pae onInfo taken from: http://slackblogs.blogspot.cz/2011/06/pae-support-on-virtualbox.html