<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>The Goldfish &#187; bash</title>
	<atom:link href="http://www.thegoldfish.org/tag/bash/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thegoldfish.org</link>
	<description>blogging it so I dont forget it</description>
	<lastBuildDate>Mon, 19 Sep 2011 21:31:05 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Checking SSL certificate expiry dates</title>
		<link>http://www.thegoldfish.org/2011/06/checking-ssl-certificate-expiry-dates/</link>
		<comments>http://www.thegoldfish.org/2011/06/checking-ssl-certificate-expiry-dates/#comments</comments>
		<pubDate>Wed, 01 Jun 2011 13:13:33 +0000</pubDate>
		<dc:creator>thughes</dc:creator>
				<category><![CDATA[Bash]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Sysadmin]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[openssl]]></category>
		<category><![CDATA[sed]]></category>
		<category><![CDATA[ssl certificate]]></category>
		<category><![CDATA[s_client]]></category>

		<guid isPermaLink="false">http://www.thegoldfish.org/?p=137</guid>
		<description><![CDATA[This is just a quick note to save this useful bit of information. I may make in to a script one day or use it in something else. 1 echo ''&#124;openssl s_client -connect localhost:636 2&#62;/dev/null &#124; openssl x509 -noout -enddate &#124; sed 's/^not.*\=//']]></description>
		<wfw:commentRss>http://www.thegoldfish.org/2011/06/checking-ssl-certificate-expiry-dates/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Delete single line from file</title>
		<link>http://www.thegoldfish.org/2010/01/delete-single-line-from-file/</link>
		<comments>http://www.thegoldfish.org/2010/01/delete-single-line-from-file/#comments</comments>
		<pubDate>Mon, 18 Jan 2010 15:17:53 +0000</pubDate>
		<dc:creator>thughes</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Sysadmin]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[sed]]></category>

		<guid isPermaLink="false">http://www.thegoldfish.org/?p=45</guid>
		<description><![CDATA[I quite often need to remove a single line from a file by its line number. The most common use case for me is the known_hosts file when I have reinstalled a system, I have in the past used vim and navigated to the line then removed it. This is all well and good but [...]]]></description>
		<wfw:commentRss>http://www.thegoldfish.org/2010/01/delete-single-line-from-file/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Reinstall CentOS using grub</title>
		<link>http://www.thegoldfish.org/2009/12/reinstall-centos-using-grub/</link>
		<comments>http://www.thegoldfish.org/2009/12/reinstall-centos-using-grub/#comments</comments>
		<pubDate>Thu, 31 Dec 2009 01:29:08 +0000</pubDate>
		<dc:creator>thughes</dc:creator>
				<category><![CDATA[Centos]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Sysadmin]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[grub]]></category>
		<category><![CDATA[kickstart]]></category>

		<guid isPermaLink="false">http://www.thegoldfish.org/?p=34</guid>
		<description><![CDATA[This post is here mainly because I always forget how to do it. This is one of the simplest ways to reinstall a Centos (will probably work for RHEL and maybe even Fedora) system without needing PXE or physical access to the machine. Make sure that that you have tested you kickstart before you use [...]]]></description>
		<wfw:commentRss>http://www.thegoldfish.org/2009/12/reinstall-centos-using-grub/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

