Tuesday 11 March 2014

Replace VI with VIM on Debian 7

Make sure you can access internet before attempting this.
  • Open the terminal
  • apt-get install vim
  • sudo vi /etc/vim/vimrc
Uncomment the "syntax on" line to enable color coding that vim comes with. This will replace vi with vim, if you edit a file with say "vi .bashrc" it should show you color coded text instead of just black and white.

Virtual Machine doesn't start, stuck at "PCI2.10 PnP PMM"

Another day another problem, I was setting up a lab environment, after creating a Virtual Machine using Virtual Machine Manager, My machine ...