Subjectively

dd if=/dev/random | kirk > blog

Subjectively header image 4

Entries Tagged as 'Linux'

How to configure vpnc for cisco concentrator with RSA SecurID on ubuntu

August 24th, 2010 · No Comments · Linux

Do this in a shell: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 sudo su – #Make sure you have what it takes to compile it. apt-get install dpkg-dev #Here are the libraries that are missing # that we need for the cisco [...]

[Read more →]

Tags:

csv2pg — Load a comma separated values file into postgresql

January 22nd, 2010 · No Comments · Linux, OS X

Link to the download is here 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 [...]

[Read more →]

Tags:

xlsx2csv – Excel xlsx (spreadsheetML) to CSV bash script

December 18th, 2009 · 7 Comments · Linux, OS X

Read an MS excel SpreadsheetML document and extracts the data to csv

[Read more →]

Tags: