Thursday, March 15, 2012
awk print sum of a column and number of rows
awk '{sum=sum+$3} END {print "sum is ",sum," nr = ",NR}' file1
Monday, March 5, 2012
Tuesday, February 28, 2012
Clearing AutoFill Form data from Google Chrome
Delete all Autofill entries and saved text
Click the wrench icon on the browser toolbar.
Select Tools.
Select Clear browsing data.
In the dialog that appears, select the "Clear saved Autofill form
data" checkbox.
Use the menu on the top to select the amount of data you want to
delete. Select the beginning of time to clear everything.
Click Clear browsing data.
Wednesday, February 1, 2012
Sunday, January 22, 2012
Jailbreaking and deploying on iphone3gs using ios5
First jailbreak using latest version of redsnow :
Then follow these instructions to run/deploy your app on your iphone :
Friday, January 20, 2012
Installing node.js on hostmonster/bluehost
http://rcrisman.net/article/10/installing-nodejs-on-hostmonster-bluehost-accounts
While installing git you many want to get the latest source from http://git-scm.com/download
Subscribe to:
Posts (Atom)