<?xml version="1.0" encoding="UTF-8"?><rss version="0.92">
<channel>
	<title>Subjectively</title>
	<link>http://kirk.webfinish.com</link>
	<description>dd if=/dev/random &#124; kirk &#62; blog</description>
	<lastBuildDate>Mon, 30 Aug 2010 15:07:18 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	<!-- generator="WordPress/3.0.1" -->

	<item>
		<title>How to configure vpnc for cisco concentrator with RSA SecurID on ubuntu</title>
		<description><![CDATA[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 [...]]]></description>
		<link>http://kirk.webfinish.com/2010/08/how-to-configure-vpnc-for-cisco-concentrator-with-rsa-secureid-on-ubuntu/</link>
			</item>
	<item>
		<title>macports portfile for xlsx2csv</title>
		<description><![CDATA[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 # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 # $Id$ PortSystem 1.0 name xlsx2csv version 1.1 categories textproc platforms [...]]]></description>
		<link>http://kirk.webfinish.com/2010/01/xlsx2csv-portfile/</link>
			</item>
	<item>
		<title>csv2pg &#8212; Load a comma separated values file into postgresql</title>
		<description><![CDATA[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 [...]]]></description>
		<link>http://kirk.webfinish.com/2010/01/csv2pg-load-a-comma-separated-values-file-into-postgresql/</link>
			</item>
	<item>
		<title>xlsx2csv &#8211; Excel xlsx (spreadsheetML) to CSV bash script</title>
		<description><![CDATA[Read an MS excel SpreadsheetML document and extracts the data to csv]]></description>
		<link>http://kirk.webfinish.com/2009/12/xlsx2csv/</link>
			</item>
	<item>
		<title>Writing to syslog in a bash script</title>
		<description><![CDATA[Here's a little snippet to show how to use logger (included with OS/X, don't know on other platforms) to syslog errors from a bash script.]]></description>
		<link>http://kirk.webfinish.com/2009/11/writing-to-syslog-in-a-bash-script/</link>
			</item>
	<item>
		<title>Simple bash password generator</title>
		<description><![CDATA[Quick arbitrary length password generator.]]></description>
		<link>http://kirk.webfinish.com/2009/11/simple-bash-password-generator/</link>
			</item>
	<item>
		<title>launchd script for OS/X for bash daemon</title>
		<description><![CDATA[This is the promised launchd script to run the service in an earlier post.]]></description>
		<link>http://kirk.webfinish.com/2009/11/launchd-script-for-osx-for-bash-daemon/</link>
			</item>
	<item>
		<title>OS/X daemon script template</title>
		<description><![CDATA[This is a daemon script written for OS/X in bash.  It can be run either as a daemon or a launchd service. ]]></description>
		<link>http://kirk.webfinish.com/2009/11/osx-daemon-script-template/</link>
			</item>
	<item>
		<title>bash shell script to manage pid file creation/deletion</title>
		<description><![CDATA[Problem: You want your script to execute without overlapping another execution. Solution: Make a flag file so you know that your script is already executing. Extended problem: What if your script dies and leaves the flag file behind? Extended solution: Check the process list to see if the old instance is still alive. Ext. Ext. [...]]]></description>
		<link>http://kirk.webfinish.com/2009/10/bash-shell-script-to-manage-pid-file-creationdeletion/</link>
			</item>
	<item>
		<title>bash shell script to use getopts with gnu style long positional parameters</title>
		<description><![CDATA[Problem: You want to support &#8211;really-long-option-names in your bash script and getopts won&#8217;t do it. More problems: You don&#8217;t want to use getopt because you want cross platform support or your platform isn&#8217;t supported. More problems than that: I can&#8217;t help with existential issues. Solution: Rewrite the long options into short options and then use [...]]]></description>
		<link>http://kirk.webfinish.com/2009/10/bash-shell-script-to-use-getopts-with-gnu-style-long-positional-parameters/</link>
			</item>
</channel>
</rss>
