Tuesday, June 12, 2007

burn cd in linux

mkisofs -o cd.iso ./test_dir
cdrecord -v speed=4 dev=1,0,0 -data belenix0.6.iso

Wednesday, March 14, 2007

code large projects on vi/cscope

I just figured that one can find all the features of an advanced IDE (editor) on beloved vi.

Follow this link to see how.

http://cscope.sourceforge.net/cscope_vim_tutorial.html

Some more wonderful VI resource

"Seven habits of effective text editing" presentation

PDF --> http://www.moolenaar.net/habits.pdf.

Video --> http://video.google.com/videoplay?docid=2538831956647446078

I was pleased to be able to use vi for projects of any size. Hope u r left with the same feeling, If u love vi as much as i do ;-)



Blogged with Flock