<?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>GTGreg</title>
	<atom:link href="http://www.gtgreg.com/feed" rel="self" type="application/rss+xml" />
	<link>http://www.gtgreg.com</link>
	<description>A computer once beat me at chess, but it was no match for me at kick boxing.</description>
	<lastBuildDate>Tue, 01 Mar 2011 21:32:48 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Windows Server 2008 Copy/Paste not working</title>
		<link>http://www.gtgreg.com/111-windows-server-2008-copypaste-not-working</link>
		<comments>http://www.gtgreg.com/111-windows-server-2008-copypaste-not-working#comments</comments>
		<pubDate>Tue, 01 Mar 2011 21:32:48 +0000</pubDate>
		<dc:creator>gtgreg</dc:creator>
				<category><![CDATA[Tips]]></category>

		<guid isPermaLink="false">http://www.gtgreg.com/?p=111</guid>
		<description><![CDATA[While recently working on a project, I was annoyed at the fact that the wonderful copy/paste feature on RDP wasn&#8217;t working.  After a bit of digging, I found the culprit and thought I&#8217;d share. Whilst connected to the server go to Admin Tools -&#62; Terminal Services -&#62; Terminal Services Configuration, then double-click on RDP-TCP Connections.  [...]]]></description>
			<content:encoded><![CDATA[<p>While recently working on a project, I was annoyed at the fact that the wonderful copy/paste feature on RDP wasn&#8217;t working.  After a bit of digging, I found the culprit and thought I&#8217;d share.</p>
<p>Whilst connected to the server go to Admin Tools -&gt; Terminal Services -&gt; Terminal Services Configuration, then double-click on RDP-TCP Connections.  Under the Client Settings Tab, uncheck the Clipboard settings if it&#8217;s checked.  That&#8217;s a list of services to be disabled.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.gtgreg.com/111-windows-server-2008-copypaste-not-working/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Personal Security virus/spyware removal</title>
		<link>http://www.gtgreg.com/104-personal-security-virusspyware-removal</link>
		<comments>http://www.gtgreg.com/104-personal-security-virusspyware-removal#comments</comments>
		<pubDate>Wed, 31 Mar 2010 03:05:50 +0000</pubDate>
		<dc:creator>gtgreg</dc:creator>
				<category><![CDATA[Other]]></category>

		<guid isPermaLink="false">http://www.gtgreg.com/?p=104</guid>
		<description><![CDATA[A family member had a computer that was running slow and came to me for help.  After examining it, I found that it had the &#8220;Personal Security&#8221; virus/spyware on it. It impersonates anti-spyware so it will block anything that tries to remove it, and that alone makes it quite difficult to remove.   There is, [...]]]></description>
			<content:encoded><![CDATA[<p>A family member had a computer that was running slow and came to me for help.  After examining it, I found that it had the &#8220;Personal Security&#8221; virus/spyware on it.</p>
<p><img class="alignright" title="Personal Security virus/spyware" src="../wp-content/uploads/2010/03/personalsecurity-300x234.jpg" alt="" width="300" height="234" /></p>
<p>It impersonates anti-spyware so it will block anything that tries to remove it, and that alone makes it quite difficult to remove.   There is, however, a very simple way to uninstall it.</p>
<ol>
<li>Go to C:\Program Files\Common Files\</li>
<li>There should be a folder named &#8220;PSecurityUninstall&#8221;, or something similar.  Open that folder.</li>
<li>Click the &#8220;Uninstall&#8221; link. (Yeah, it&#8217;s hid).</li>
<li>That&#8217;s it.  You should now be able to run your normal anti-virus apps and anti-malware apps (and I highly recommend that you do!)</li>
</ol>
<p>I hope this helps someone else out there.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.gtgreg.com/104-personal-security-virusspyware-removal/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Magento Downloader &#8220;ERROR: failed to mkdir&#8221;</title>
		<link>http://www.gtgreg.com/101-magento-downloader-error-failed-to-mkdir</link>
		<comments>http://www.gtgreg.com/101-magento-downloader-error-failed-to-mkdir#comments</comments>
		<pubDate>Fri, 14 Aug 2009 13:53:40 +0000</pubDate>
		<dc:creator>gtgreg</dc:creator>
				<category><![CDATA[Code]]></category>

		<guid isPermaLink="false">http://www.gtgreg.com/?p=101</guid>
		<description><![CDATA[If, in the course of your website, you use the Magento Downloader, you receive an error crying, "ERROR: failed to mkdir", here's a tip I just figured out.]]></description>
			<content:encoded><![CDATA[<p>If, in the course of your website, you use the Magento Downloader, you receive an error crying, &#8220;ERROR: failed to mkdir&#8221;, here&#8217;s a tip I just figured out.</p>
<p>If you moved your Magento to a new domain, check your path&#8217;s in your Downloader PEAR.ini file (/downloader/pearlib/pear.ini).  In my case, when i changed the domain name Plesk changed the saved folder name as well.  You can get an updated path by creating a PHPINFO file and saving it in there and checking the values there.  If the path isn&#8217;t the same as what&#8217;s in that serialized array, you&#8217;ll have to update all the paths in the PEAR.ini file.  Also be sure to update the string length, or PHP will throw another error.</p>
<p>Happy Computing!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.gtgreg.com/101-magento-downloader-error-failed-to-mkdir/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>iPhone 3.0 software release time</title>
		<link>http://www.gtgreg.com/94-iphone-3-0-software-release-delayed</link>
		<comments>http://www.gtgreg.com/94-iphone-3-0-software-release-delayed#comments</comments>
		<pubDate>Wed, 17 Jun 2009 13:20:40 +0000</pubDate>
		<dc:creator>gtgreg</dc:creator>
				<category><![CDATA[Other]]></category>
		<category><![CDATA[iphone 3.0 release date]]></category>
		<category><![CDATA[iphone 3.0 release time]]></category>

		<guid isPermaLink="false">http://www.gtgreg.com/?p=94</guid>
		<description><![CDATA[Apple has delayed the release date and release time of the iPhone 3.0 software until June 18th...no details or explanation as of yet.]]></description>
			<content:encoded><![CDATA[<p>Apple has delayed the release date and release time of the iPhone 3.0 software until June 18th&#8230;no details or explanation as of yet.</p>
<p>**Update** Turns out an Apple Developer mixed up the nav&#8217;s and posted the Singapore delay with the US release&#8230;all should be well.  As for a release time?   If I were a betting man (and I am), I&#8217;d bet on sometime after 12PM EST.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.gtgreg.com/94-iphone-3-0-software-release-delayed/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Georgia Tech &#8211; a National Title run?</title>
		<link>http://www.gtgreg.com/91-georgia-tech-a-national-title-run</link>
		<comments>http://www.gtgreg.com/91-georgia-tech-a-national-title-run#comments</comments>
		<pubDate>Wed, 17 Jun 2009 13:11:21 +0000</pubDate>
		<dc:creator>gtgreg</dc:creator>
				<category><![CDATA[Sports]]></category>

		<guid isPermaLink="false">http://www.gtgreg.com/?p=91</guid>
		<description><![CDATA[According to an article at CFN, Matthew Zemek doesn't think it's impossible for Georgia Tech to have a run at the national championship.]]></description>
			<content:encoded><![CDATA[<p>According to <a href="http://cfn.scout.com/2/872952.html">this article at CFN</a>, Matthew Zemek doesn&#8217;t think it&#8217;s impossible for Georgia Tech to have a run at the national championship.  Unlikely (and I agree), but not impossible. Other teams will need strategic losses for us to be in contention, but generally, scenarios when your fate depends on other teams don&#8217;t bode well.</p>
<p>Overall, I think we&#8217;ll end the season in the top 10&#8230;rumors even have us somewhere in the top 15 or 20.  But, I don&#8217;t put a lot of faith in preseason polls.  Just ask #3 Michigan losing to Oklahoma State, or the U(sic)GA being preseason #1 last year.  That&#8217;s all I&#8217;m saying&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.gtgreg.com/91-georgia-tech-a-national-title-run/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Magento ConnectManager and the &#8220;404&#8243; page</title>
		<link>http://www.gtgreg.com/89-magento-connectmanager-and-the-404-page</link>
		<comments>http://www.gtgreg.com/89-magento-connectmanager-and-the-404-page#comments</comments>
		<pubDate>Wed, 10 Jun 2009 19:21:46 +0000</pubDate>
		<dc:creator>gtgreg</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Magento]]></category>
		<category><![CDATA[magento connect manager]]></category>

		<guid isPermaLink="false">http://www.gtgreg.com/?p=89</guid>
		<description><![CDATA[I ran into a recent problem with Magento on a Windows/IIS install.  From the admin, the I couldn't navigate to the ConnectManager; instead it bounced me to the 404 page.]]></description>
			<content:encoded><![CDATA[<p>I ran into a recent problem with Magento on a Windows/IIS install.  From the admin, the I couldn&#8217;t navigate to the ConnectManager; instead it bounced me to the 404 page.</p>
<p>Confident that a fresh install can&#8217;t be quirky, I paused and thought it had to be a permissions issue.  I opened the folder, checked the permissions, and IUSR_<<machinename>> had the right permissions.  So i kept snooping around and found that, on this particular box, CREATOR/OWNER had no permissions, so I applied them according to the Magento Permissions guide, and voila, everything worked as expected.</p>
<p>If your having problems with Magento ConnectManger, double-check the permissions on everything.  And remember, if it&#8217;s a remote host, FTP may not be setting it as you expect.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.gtgreg.com/89-magento-connectmanager-and-the-404-page/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Magento Code Snippits</title>
		<link>http://www.gtgreg.com/87-magento-code-snippits</link>
		<comments>http://www.gtgreg.com/87-magento-code-snippits#comments</comments>
		<pubDate>Thu, 21 May 2009 13:40:41 +0000</pubDate>
		<dc:creator>gtgreg</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Magento]]></category>

		<guid isPermaLink="false">http://www.gtgreg.com/?p=87</guid>
		<description><![CDATA[I've found a great new website that has some quick and easy snippits of code.]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve found a great new website that has some quick and easy snippits of code.  <a href="http://www.snippi.net">Snippi.net</a> has a good base of code that allows you to integrate Magento into non-Magento pages, and even can be used to write your own module.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.gtgreg.com/87-magento-code-snippits/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Handy Cheat Sheets</title>
		<link>http://www.gtgreg.com/81-handy-cheat-sheets</link>
		<comments>http://www.gtgreg.com/81-handy-cheat-sheets#comments</comments>
		<pubDate>Wed, 13 May 2009 14:39:14 +0000</pubDate>
		<dc:creator>gtgreg</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Magento]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.gtgreg.com/?p=81</guid>
		<description><![CDATA[Cheat sheets are blessed invention; a handy reference for those times when your code calls for something common, but for the life of you, you can't remember the details.]]></description>
			<content:encoded><![CDATA[<p>Cheat sheets are blessed invention; a handy reference for those times when your code calls for something common, but for the life of you, you can&#8217;t remember the details.  Usually I just Google whatever I need, but I&#8217;ve came across these cheat sheets and have them handy.</p>
<p>Magento Events:</p>
<p><a href="http://activecodeline.com/wp-content/uploads/2009/03/magento-events-cheat-sheet.pdf">http://activecodeline.com/wp-content/uploads/2009/03/magento-events-cheat-sheet.pdf</a></p>
<p>PHP Cheat Sheet:</p>
<p><a href="http://www.gosquared.com/images/help_sheets/PHP%20Help%20Sheet%2001.pdf">http://www.gosquared.com/images/help_sheets/PHP%20Help%20Sheet%2001.pdf</a></p>
<p>WordPress Cheat Sheet:</p>
<p><a href="http://www.gosquared.com/images/help_sheets/WordPress-Help-Sheet.pdf">http://www.gosquared.com/images/help_sheets/WordPress-Help-Sheet.pdf</a></p>
<p>&#8230;and a whole crapload more can be found on <a href="http://www.gosquared.com/liquidicity/archives/category/helpsheets">GoSquared&#8217;s site</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.gtgreg.com/81-handy-cheat-sheets/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Magento and WordPress</title>
		<link>http://www.gtgreg.com/79-magento-and-wordpress</link>
		<comments>http://www.gtgreg.com/79-magento-and-wordpress#comments</comments>
		<pubDate>Sun, 10 May 2009 02:33:31 +0000</pubDate>
		<dc:creator>gtgreg</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Magento]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.gtgreg.com/?p=79</guid>
		<description><![CDATA[Two of the most popular open-source packages available are Wordpress and Magento, and tying them together isn't an impossible task, but it's not exactly straightforward either.]]></description>
			<content:encoded><![CDATA[<p>Two of the most popular open-source packages available are WordPress and Magento, and tying them together isn&#8217;t an impossible task, but it&#8217;s not exactly straightforward either.  I found this link on the Magento twitter, and thought I&#8217;d repost it.</p>
<p><a href="http://www.magjournal.com/2009/05/wordpress-and-magento/">http://www.magjournal.com/2009/05/wordpress-and-magento/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.gtgreg.com/79-magento-and-wordpress/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SSH: Find a future (or past) date from the command line</title>
		<link>http://www.gtgreg.com/71-ssh-find-a-future-or-past-date-from-the-command-line</link>
		<comments>http://www.gtgreg.com/71-ssh-find-a-future-or-past-date-from-the-command-line#comments</comments>
		<pubDate>Wed, 29 Apr 2009 12:56:18 +0000</pubDate>
		<dc:creator>gtgreg</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[SSH]]></category>

		<guid isPermaLink="false">http://www.gtgreg.com/?p=71</guid>
		<description><![CDATA[A quick and easy way of calculating future, or past, dates.]]></description>
			<content:encoded><![CDATA[<p>I just ran across this tip and thought I&#8217;d archive it here since I&#8217;m terribly forgetful.  From your SSH, enter the following:</p>
<pre class="brush: plain;">

date -d &quot;1 month 2 weeks 4 days&quot;
</pre>
<p>&#8230;will yield <strong>Tue Jun 16 08:21:27 EDT 2009.</strong> You can use any of the following variables</p>
<ul>
<li>years</li>
<li>months</li>
<li>days</li>
<li>hours</li>
<li>minutes</li>
<li>and negatives work too!</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.gtgreg.com/71-ssh-find-a-future-or-past-date-from-the-command-line/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

