Thursday, 26 May 2011

No sound without restarting!

Here's a convenient command to reset sound without restarting Ubuntu:

pulseaudio --kill && pulseaudio --start

Tuesday, 24 May 2011

Awesome free Python class!

This class by Nick Parlante trumps most of the programming lectures I've attended in college!

http://code.google.com/edu/languages/google-python-class/

What you get:
  • Video recorded two day lectures that introduces Python and you require just the most basic of programming knowledge e.g. variables, if statement & loops.
  • Good exercises that help you comfortably practice what you've just learnt.