My first Ubuntu Hour

Friday August 5, 2011 Ubuntu hour in Kitchener, Ontario

Friday, August 5th, 2011 I’ll be hosting an Ubuntu hour between 6:30pm and 8pm (I know it’s an hour and a half) at Misty Mountain Cafe on 33 Queen Street South in Kitchener. Misty Mountain is a new coffee shop that opened up right beside the Working Centre’s Queen Street Commons cafe. Besides coffee, MM [...]

Vi/Vim with line numbers enabled

Line numbers in the vi text editor

It’s a simple thing, but as someone who generally doesn’t code and only uses vi/vim for basic tasks I found myself needing to know how to view line numbers for an open file in vi. It turns out viewing line numbers is really easy – just enter command mode and type set nu (or set [...]