thinkiii
Saturday, October 31, 2009
Java indneting in Vim
edit the .vimrc file:
autocmd BufReadPost *.java set si
autocmd BufReadPost *.java set cino+=j1
or simply
set si
set cino+=j1
NOTE: cino is the abbr for cinoptions
Friday, October 30, 2009
make iso
make iso from cdrom/dvd:
dd if=/dev/cdrom of=xxx.iso
make iso from directory:
mkisofs -o /tmp/cd.iso /tmp/directory/
vbox share fold
connect to the share folder in virtualbox: (guest OS: windowsXP)
x: \\vboxsvr\sharename
Newer Posts
Home
Subscribe to:
Posts (Atom)