Saturday, August 21, 2010

LDD(Linux Device Driver)

I am doing some LDD experimentations, so what ever I found useful for LDD I am posting here, It might be useful for people interested in LDD.Basic Tutorials: Free Basic Tute       Link2       Link3     Link4       Link5Compilation steps: Only up to compilation(do not follow for installation)Compilation and installation: link1( this adds our custom kernel as default kernel, unless u r sure don't do  this)For Ubuntu 10.04 -  working...

Thursday, August 12, 2010

Dropbox in ubuntu (behind proxy)

Download Dropbox from link bellow:Download Dropbox hereAfter installation download the experimental build of Dropbox:For X86 :$wget -c http://dl.getdropbox.com/u/17/dropbox-lnx.x86-0.6.491.tar.gzFor x86_64 : $wget -c http://dl.getdropbox.com/u/17/dropbox-lnx.x86_64-0.6.491.tar.gz                            OR put above URL in firefox for manual downloadput dropbox-lnx.x86-0.6.491.tar.gz in Home Folder.untar using following command:$tar xzf dropbox-lnx.x86-0.6.491.tar.gz...