install virtualbox in ubuntu

11 Feb

just a copy-paste list: sudo sh -c ‘echo “deb http://download.virtualbox.org/virtualbox/debian karmic non-free” >> /etc/apt/sources.list.d/virtualbox.list’ wget q http://download.virtualbox.org/virtualbox/debian/sun_vbox.asc -O | sudo apt-key add – sudo apt-get update sudo apt-get install virtualbox-3.1

batch/cmd programming

11 Feb

Compared to powerful command line interpreters like bash, ksh or similar, Microsoft’s cmd is a real pain. But sometimes you can’t avoid using it, so here’s some help: Terry Newton’s Batch Guide An A-Z Index of the Windows XP command … Read More »