<?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>GreySquare Blog &#187; Tech</title>
	<atom:link href="http://greysquare.org/blog/category/tech/feed/" rel="self" type="application/rss+xml" />
	<link>http://greysquare.org/blog</link>
	<description>Technology Sans Legality</description>
	<lastBuildDate>Fri, 20 Apr 2012 19:19:13 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Rename Multiple Files In Debian or *nix</title>
		<link>http://greysquare.org/blog/2011/11/10/rename-multiple-files-in-debian-or-nix/</link>
		<comments>http://greysquare.org/blog/2011/11/10/rename-multiple-files-in-debian-or-nix/#comments</comments>
		<pubDate>Thu, 10 Nov 2011 21:04:30 +0000</pubDate>
		<dc:creator>Harsha</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[SysAdmin]]></category>
		<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://greysquare.org/blog/?p=690</guid>
		<description><![CDATA[Obviously the n00b trick of trying to do mv oldName* newName* does not work. Interestingly I just found that Debian has a &#8220;rename&#8221; command that supports perl regular expressions. So this would work in case you were wondering how: rename 's/^oldName/newName/' oldName* Check your man pages before you attempt this on a different *nix system. [...]]]></description>
		<wfw:commentRss>http://greysquare.org/blog/2011/11/10/rename-multiple-files-in-debian-or-nix/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To: Test mod_rewrite</title>
		<link>http://greysquare.org/blog/2011/03/26/how-to-test-mod_rewrite/</link>
		<comments>http://greysquare.org/blog/2011/03/26/how-to-test-mod_rewrite/#comments</comments>
		<pubDate>Sat, 26 Mar 2011 22:07:06 +0000</pubDate>
		<dc:creator>Harsha</dc:creator>
				<category><![CDATA[SysAdmin]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[howto]]></category>

		<guid isPermaLink="false">http://greysquare.org/blog/2011/03/26/how-to-test-mod_rewrite/</guid>
		<description><![CDATA[This is more of a self-note to myself. This simple test will confirm if that mod_rewrite apache module you just enabled is actually working. Once you have enabled the mod_rewrite module using “a2enmod mod_rewrite”, create a .htaccess file in the document root with the following content: Options +FollowSymLinks RewriteEngine on RewriteRule (.*) http://www.google.com/$1 [R=301,L] Restart [...]]]></description>
		<wfw:commentRss>http://greysquare.org/blog/2011/03/26/how-to-test-mod_rewrite/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mac OS X: How to connect to Windows File Sharing (SMB)</title>
		<link>http://greysquare.org/blog/2011/03/17/mac-os-x-how-to-connect-to-windows-file-sharing-smb/</link>
		<comments>http://greysquare.org/blog/2011/03/17/mac-os-x-how-to-connect-to-windows-file-sharing-smb/#comments</comments>
		<pubDate>Thu, 17 Mar 2011 07:39:04 +0000</pubDate>
		<dc:creator>Harsha</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[SysAdmin]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[samba]]></category>

		<guid isPermaLink="false">http://greysquare.org/blog/2011/03/17/mac-os-x-how-to-connect-to-windows-file-sharing-smb/</guid>
		<description><![CDATA[I wanted to connect to my home server using my mac today. I said to myself RTFM and went through the Apple KB article mentioned here. Well that did NOT help at all. I kept getting “Invalid User” error. So then I said to myself “I will google it before asking dumb questions” and this [...]]]></description>
		<wfw:commentRss>http://greysquare.org/blog/2011/03/17/mac-os-x-how-to-connect-to-windows-file-sharing-smb/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HP Assumes You&#8217;re Stupid</title>
		<link>http://greysquare.org/blog/2011/03/13/hp-assumes-youre-stupid/</link>
		<comments>http://greysquare.org/blog/2011/03/13/hp-assumes-youre-stupid/#comments</comments>
		<pubDate>Mon, 14 Mar 2011 01:29:25 +0000</pubDate>
		<dc:creator>Harsha</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[hp]]></category>
		<category><![CDATA[virtualization]]></category>

		<guid isPermaLink="false">http://greysquare.org/blog/2011/03/13/hp-assumes-youre-stupid/</guid>
		<description><![CDATA[The other day I had to enable virtualization extensions on a HP laptop. There is absolutely no direct way to get to the BIOS. I had to go look up some documentation to finally find out that you have press F2 to get to boot options and then press F10 to get into BIOS, re-iterating [...]]]></description>
		<wfw:commentRss>http://greysquare.org/blog/2011/03/13/hp-assumes-youre-stupid/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Long Lines at iPad2 Release</title>
		<link>http://greysquare.org/blog/2011/03/12/long-lines-at-ipad2-release/</link>
		<comments>http://greysquare.org/blog/2011/03/12/long-lines-at-ipad2-release/#comments</comments>
		<pubDate>Sat, 12 Mar 2011 22:37:27 +0000</pubDate>
		<dc:creator>Harsha</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[iPad]]></category>
		<category><![CDATA[Thunderbolt]]></category>
		<category><![CDATA[usb 2.0]]></category>

		<guid isPermaLink="false">http://greysquare.org/blog/2011/03/12/long-lines-at-ipad2-release/</guid>
		<description><![CDATA[The iPad2 release at the San Francisco Apple Store, right behind my office building. Huge lines, 4 blocks long wrapped around the block. I get it that people are excited but there’s no need to get THIS excited for sequels. And its not even that exciting, still no USB/Thunderbolt external storage support.]]></description>
		<wfw:commentRss>http://greysquare.org/blog/2011/03/12/long-lines-at-ipad2-release/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ThoughtMatrix</title>
		<link>http://greysquare.org/blog/2010/12/06/thoughtmatrix/</link>
		<comments>http://greysquare.org/blog/2010/12/06/thoughtmatrix/#comments</comments>
		<pubDate>Tue, 07 Dec 2010 05:42:52 +0000</pubDate>
		<dc:creator>Harsha</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[SysAdmin]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[syadmin]]></category>
		<category><![CDATA[thought-matrix]]></category>
		<category><![CDATA[thoughtmatrix]]></category>

		<guid isPermaLink="false">http://greysquare.org/blog/2010/12/06/thoughtmatrix/</guid>
		<description><![CDATA[I can finally say it, I’m officially a Systems Administrator. Not the kind that tinkers around with his old *nix server in basement reassuring himself that he’s learning something not just procrastinating. But the kind that actually gets paid. Apprentice to Senior Sysad at ThoughtMatrix, Inc.]]></description>
		<wfw:commentRss>http://greysquare.org/blog/2010/12/06/thoughtmatrix/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>AutoBox &#8211; More Than Plain Vanilla Torrent Downloading</title>
		<link>http://greysquare.org/blog/2010/10/17/autobox-%e2%80%93-more-than-plain-vanilla-torrent-downloading/</link>
		<comments>http://greysquare.org/blog/2010/10/17/autobox-%e2%80%93-more-than-plain-vanilla-torrent-downloading/#comments</comments>
		<pubDate>Sun, 17 Oct 2010 15:59:06 +0000</pubDate>
		<dc:creator>Harsha</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Movies & TV]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[ssh]]></category>
		<category><![CDATA[torrent]]></category>

		<guid isPermaLink="false">http://greysquare.org/blog/?p=631</guid>
		<description><![CDATA[Hardware You Need: Any box that runs Ubuntu server edition with respectable performance. Software: SSH rtorrent Samba Apache More as I find time…]]></description>
		<wfw:commentRss>http://greysquare.org/blog/2010/10/17/autobox-%e2%80%93-more-than-plain-vanilla-torrent-downloading/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Scheduled Maintenance This Weekend</title>
		<link>http://greysquare.org/blog/2010/03/25/scheduled-maintenance-this-weekend/</link>
		<comments>http://greysquare.org/blog/2010/03/25/scheduled-maintenance-this-weekend/#comments</comments>
		<pubDate>Fri, 26 Mar 2010 05:16:07 +0000</pubDate>
		<dc:creator>Harsha</dc:creator>
				<category><![CDATA[Tech]]></category>
		<category><![CDATA[hosting]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://greysquare.org/blog/2010/03/25/scheduled-maintenance-this-weekend/</guid>
		<description><![CDATA[My one long year with multiple site outages and high ping response times is almost over. I’ll be moving from Dreamhost to my old host – Netfirms. I would be moving my blog and a couple of other sites so people who do stop by once in a while expect some downtime over this weekend [...]]]></description>
		<wfw:commentRss>http://greysquare.org/blog/2010/03/25/scheduled-maintenance-this-weekend/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CSS3 and A Few Things I Should&#8217;ve Know Before Today</title>
		<link>http://greysquare.org/blog/2010/03/07/css3-and-a-few-things-i-shouldve-know-before-today/</link>
		<comments>http://greysquare.org/blog/2010/03/07/css3-and-a-few-things-i-shouldve-know-before-today/#comments</comments>
		<pubDate>Mon, 08 Mar 2010 04:49:10 +0000</pubDate>
		<dc:creator>Harsha</dc:creator>
				<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://greysquare.org/blog/2010/03/07/css3-and-a-few-things-i-shouldve-know-before-today/</guid>
		<description><![CDATA[With CSS3, which is currently under development, you don’t have to break an arm and a leg to get rounded corners. Yes I’m a big fan of rounded corners. Just include this in your css. border-radius: 5px; Google Chrome recognizes this out of the box. But on Firefox, which is my default browser, it doesn’t [...]]]></description>
		<wfw:commentRss>http://greysquare.org/blog/2010/03/07/css3-and-a-few-things-i-shouldve-know-before-today/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Linux Phase</title>
		<link>http://greysquare.org/blog/2010/02/27/the-linux-phase/</link>
		<comments>http://greysquare.org/blog/2010/02/27/the-linux-phase/#comments</comments>
		<pubDate>Sat, 27 Feb 2010 18:36:55 +0000</pubDate>
		<dc:creator>Harsha</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://greysquare.org/blog/2010/02/27/the-linux-phase/</guid>
		<description><![CDATA[Hope I’m NOT going through the same phase. I tend to pacify myself by saying that I’m learning something new everyday. Even my router has custom compiled Linux now! And I have to say I’ve gone through my fair share of kernel hacking. From: xkcd]]></description>
		<wfw:commentRss>http://greysquare.org/blog/2010/02/27/the-linux-phase/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

