hit counter

Timeline

My development logbook

Some Useful Vim Trick

Some useful vim trick

1
2
3
:echo $HOME
:echo $VIM
:echo $VIMRUNTIME

It is where you can put a .vimrc (or _vimrc in Windows)

To Start a Headless VirtualBox Instance

To start a VirtualBox VM instance in a ssh session, we can run this command

   VBoxManage startvm ea777d64-ad50-4d48-ae86-c856237932a0 --type headless

The key is the parameter --type headless