Saturday, July 11, 2015

Baking Pi University of Cambridge course video tutorials

Baking Pi video tutorials

If you are really going to bake raspberry pi board, these are the tutorials we can follow ..
Baking Pi is course/guide to deverlop operating system on the Raspberry Pi board

https://www.raspberrypi.org/forums/viewtopic.php?f=72&t=82871

http://www.cl.cam.ac.uk/projects/raspberrypi/

Sunday, May 31, 2015

Shell scripting - awk

Started learning shell scripting with awk. Awk is kind of interpreter (http://en.wikipedia.org/wiki/Interpreter_(computing)) utility means which wont compile the program rather it just interpret the code.

http://en.wikipedia.org/wiki/AWK

awk tutorial are available in the following link http://www.grymoire.com/Unix/Awk.html