<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>GreySquare Blog</title>
	
	<link>http://greysquare.org/blog</link>
	<description>Technology Sans Legality</description>
	<lastBuildDate>Mon, 02 Jan 2012 12:09:26 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/GreySquareBlog" /><feedburner:info uri="greysquareblog" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>Rename Multiple Files In Debian or *nix</title>
		<link>http://feedproxy.google.com/~r/GreySquareBlog/~3/0xRVm2ZXhKg/</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>
		<feedburner:origLink>http://greysquare.org/blog/2011/11/10/rename-multiple-files-in-debian-or-nix/</feedburner:origLink></item>
		<item>
		<title>vi – Used To Hate It</title>
		<link>http://feedproxy.google.com/~r/GreySquareBlog/~3/uZiVDEK7reg/</link>
		<comments>http://greysquare.org/blog/2011/07/26/vi-used-to-hate-it/#comments</comments>
		<pubDate>Wed, 27 Jul 2011 00:09:54 +0000</pubDate>
		<dc:creator>Harsha</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://greysquare.org/blog/?p=681</guid>
		<description><![CDATA[Over the past few months editing configuration files and writing scripts, not programming, I&#8217;ve come to realize how awesome vi is and the plethora of operations you can perform on the text once you open it up in &#8220;vi&#8221;. Forget about nano/pico. Some common tasks you can do with vi&#8230; Find and Replace: &#8220;g&#8221; indicates [...]]]></description>
		<wfw:commentRss>http://greysquare.org/blog/2011/07/26/vi-used-to-hate-it/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://greysquare.org/blog/2011/07/26/vi-used-to-hate-it/</feedburner:origLink></item>
		<item>
		<title>How To: Test mod_rewrite</title>
		<link>http://feedproxy.google.com/~r/GreySquareBlog/~3/HwMnB4OqTWU/</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>
		<feedburner:origLink>http://greysquare.org/blog/2011/03/26/how-to-test-mod_rewrite/</feedburner:origLink></item>
		<item>
		<title>Mac OS X: How to connect to Windows File Sharing (SMB)</title>
		<link>http://feedproxy.google.com/~r/GreySquareBlog/~3/FtMF1p-liNE/</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>
		<feedburner:origLink>http://greysquare.org/blog/2011/03/17/mac-os-x-how-to-connect-to-windows-file-sharing-smb/</feedburner:origLink></item>
		<item>
		<title>HP Assumes You’re Stupid</title>
		<link>http://feedproxy.google.com/~r/GreySquareBlog/~3/rKggLwdbH-A/</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>
		<feedburner:origLink>http://greysquare.org/blog/2011/03/13/hp-assumes-youre-stupid/</feedburner:origLink></item>
		<item>
		<title>Long Lines at iPad2 Release</title>
		<link>http://feedproxy.google.com/~r/GreySquareBlog/~3/Ii6U61X0HKs/</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>
		<feedburner:origLink>http://greysquare.org/blog/2011/03/12/long-lines-at-ipad2-release/</feedburner:origLink></item>
		<item>
		<title>Mac OS X Updates: Gearing Up For The Upcoming IOS 4.3</title>
		<link>http://feedproxy.google.com/~r/GreySquareBlog/~3/JVYgmc4K88k/</link>
		<comments>http://greysquare.org/blog/2011/03/03/mac-os-x-updates-gearing-up-for-the-upcoming-ios-4-3/#comments</comments>
		<pubDate>Thu, 03 Mar 2011 17:28:15 +0000</pubDate>
		<dc:creator>Harsha</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://greysquare.org/blog/?p=634</guid>
		<description />
		<wfw:commentRss>http://greysquare.org/blog/2011/03/03/mac-os-x-updates-gearing-up-for-the-upcoming-ios-4-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://greysquare.org/blog/2011/03/03/mac-os-x-updates-gearing-up-for-the-upcoming-ios-4-3/</feedburner:origLink></item>
		<item>
		<title>ThoughtMatrix</title>
		<link>http://feedproxy.google.com/~r/GreySquareBlog/~3/Xki4-e6G9mU/</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>
		<feedburner:origLink>http://greysquare.org/blog/2010/12/06/thoughtmatrix/</feedburner:origLink></item>
		<item>
		<title>AutoBox – More Than Plain Vanilla Torrent Downloading</title>
		<link>http://feedproxy.google.com/~r/GreySquareBlog/~3/cOOdU8Yvphk/</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>
		<feedburner:origLink>http://greysquare.org/blog/2010/10/17/autobox-%e2%80%93-more-than-plain-vanilla-torrent-downloading/</feedburner:origLink></item>
		<item>
		<title>Scheduled Maintenance This Weekend</title>
		<link>http://feedproxy.google.com/~r/GreySquareBlog/~3/B57vPa58n7g/</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>
		<feedburner:origLink>http://greysquare.org/blog/2010/03/25/scheduled-maintenance-this-weekend/</feedburner:origLink></item>
	</channel>
</rss>

