<?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>Great Scott Consulting Services</title>
	<atom:link href="http://greatscottcs.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://greatscottcs.com</link>
	<description>Wielding Technology on Your Behalf</description>
	<lastBuildDate>Mon, 11 Apr 2011 16:56:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Bitcoin: Anonymous Money&#8230;  Sort of</title>
		<link>http://greatscottcs.com/2011/04/11/bitcoin-anonymous-money-sort-of/</link>
		<comments>http://greatscottcs.com/2011/04/11/bitcoin-anonymous-money-sort-of/#comments</comments>
		<pubDate>Mon, 11 Apr 2011 16:56:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://greatscottcs.com/?p=26</guid>
		<description><![CDATA[Bitcoin has been getting a lot of attention in the recent months.  And for good reason too.  The US government's financial policies are putting the dollar on the brink of a precipitous decline.  Smart people are taking their money out of fiat currencies and buying tangible things such as gold and other commodities to prevent [...]]]></description>
			<content:encoded><![CDATA[<p><a title="Bitcoin" href="http://bitcoin.org" target="_blank">Bitcoin</a> has been getting a lot of attention in the recent months.  And for good reason too.  The US government's financial policies are putting the dollar on the brink of a precipitous decline.  Smart people are taking their money out of fiat currencies and buying tangible things such as gold and other commodities to prevent their wealth from getting swallowed up by runaway inflation.  In a world where a <del>central authority</del> corruptible authority who may not have your best interests at heart can manipulate the money supply, where can one turn?  Who can you trust?</p>
<p>Enter bitcoin and it's advocates who, if you listen to them, make it sound like the second coming.  True, bitcoin does have a lot going for it.  A nation independent, anonymous, decentralized currency based on industry standard encryption and featuring commission-less transfers of any amount.  Sounds like the holy grail right?</p>
<p>Most things that sound to good to be true are, in fact, too good to be true and bitcoin is no different.  First off, while you can transfer bitcoins without knowing the name of the other party you do have their bitcoin address which, due to the nature of bitcoin, allows you to see EVERY transfer that address has been a part of since the dawn of bitcoin: <a title="Bitcoin First Block" href="http://blockexplorer.com/block/000000000019d6689c085ae165831e934ff763ae46a2a6c172b3f1b60a8ce26f">January 3rd, 2009 at 18:15:05 GMT</a>.  How's that for a paper trail?  And while it's true that you can generate an unlimited amount new addresses out of thin air and thereby making each transfer separate from the other, in practice it doesn't look like many people are doing that.  I can tell you that as of today, the <a title="Electronic Fontier Foundation" href="http://eff.org" target="_blank">EFF</a> has received 3,378.63 bitcoins, <a title="Anonymous News" href="http://anonnews.org/" target="_blank">Anonews</a> 135.61, <a title="Erowid" href="http://erowid.org" target="_blank">Erowid</a> 227.483.  The list goes on.  If has their bitcoin donate address online, chances are you can see their entire bitcoin history.</p>
<p>How's that for privacy?  I'm not sure I like having every transaction I've ever made available to everyone to see.  Imagine finding out that the "private" donation you made to nambla.org is potentially traceable back to you.  Not too reassuring is it?</p>
<p>On the other hand, what if <a title="USA Govt" href="http://whitehouse.gov">EVERYONE</a> was this transparent?  Imagine if anyone could look at the US budget to analyze, critique or just plain hold them accountable.  What if the government opened it's books and allowed the public to scrutinize every transaction.  How gloriously revolutionary that would be.  Yet I doubt that will ever happen.</p>
<p>&nbsp;</p>
<p>As far as I'm concerned, bitcoin is a kickass idea that I hope gains more accolades as well as users.  I, for one, will gladly let anyone invade my privacy to see how many bitcoins I have.  Check out <a title="Stalk me!" href="http://blockexplorer.com/address/1HpVUGyw4kdktDMrrPzMLaX1nLm7ZRdff8">1HpVUGyw4kdktDMrrPzMLaX1nLm7ZRdff8</a> and make that number grow!</p>
<p>Bonus points to someone who can guess who I donated recently.</p>
]]></content:encoded>
			<wfw:commentRss>http://greatscottcs.com/2011/04/11/bitcoin-anonymous-money-sort-of/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Telnet to a server on an ssl port</title>
		<link>http://greatscottcs.com/2009/12/25/telnet-to-a-server-on-an-ssl-port/</link>
		<comments>http://greatscottcs.com/2009/12/25/telnet-to-a-server-on-an-ssl-port/#comments</comments>
		<pubDate>Sat, 26 Dec 2009 03:51:03 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[command]]></category>
		<category><![CDATA[command line]]></category>
		<category><![CDATA[openssl]]></category>
		<category><![CDATA[pop3]]></category>
		<category><![CDATA[ssl]]></category>
		<category><![CDATA[terminal]]></category>

		<guid isPermaLink="false">http://greatscottcs.com/?p=21</guid>
		<description><![CDATA[The last post dealt with connecting to a server using telnet on a non telnet port.  This is handy for touble shooting mail issues or just checking mail without using a "proper" mail client.  In this post I'll show you how to connect to a standard pop3 server over an ssl port. ﻿﻿&#62; openssl s_client [...]]]></description>
			<content:encoded><![CDATA[<p>The last post dealt with connecting to a server using telnet on a non telnet port.  This is handy for touble shooting mail issues or just checking mail without using a "proper" mail client.  In this post I'll show you how to connect to a standard pop3 server over an ssl port.</p>
<p><em><span style="color: #000080;">﻿﻿&gt; openssl s_client -connect mail.domain-you-want-to-connect-to.com:995</span></em></p>
<p><em>+OK Dovecot ready.</em></p>
<p><em><span style="color: #000080;">&gt; user user@yourdomain.com</span></em></p>
<p><em>+OK<br />
</em></p>
<p><em><span style="color: #000080;">&gt; pass password123</span></em></p>
<p><em>+OK Logged in.<br />
</em></p>
<p><em><span style="color: #000080;">&gt; list </span></em></p>
<p><em>+OK 4 messages:<br />
1 13151<br />
2 6339<br />
3 3030<br />
4 7988<br />
</em></p>
<p><em><span style="color: #000080;">&gt; top 1 20</span></em></p>
<p>This shows you the first 20 lines of the first message.  This is also useful when troubleshooting mail connection failure issues.</p>
]]></content:encoded>
			<wfw:commentRss>http://greatscottcs.com/2009/12/25/telnet-to-a-server-on-an-ssl-port/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Send an email using the command line</title>
		<link>http://greatscottcs.com/2009/12/25/send-an-email-using-the-command-line/</link>
		<comments>http://greatscottcs.com/2009/12/25/send-an-email-using-the-command-line/#comments</comments>
		<pubDate>Sat, 26 Dec 2009 03:42:48 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Command Line]]></category>
		<category><![CDATA[command]]></category>
		<category><![CDATA[command line]]></category>
		<category><![CDATA[smtp]]></category>
		<category><![CDATA[telnet]]></category>
		<category><![CDATA[terminal]]></category>

		<guid isPermaLink="false">http://greatscottcs.com/?p=18</guid>
		<description><![CDATA[Ever get an email failure without a good error message and want to see what's really going on?  Here's how to send an email using nothing but telnet.  You'll see exactly where the process breaks down and point you towards the real problem. telnet mail.domain-you-are-sending-mail-to.com 25 helo domain-you-are-sending-from.com mail From: user@domain-you-are-sending-from.com rcpt To: user@domain-you-are-sending-mail-to.com data [...]]]></description>
			<content:encoded><![CDATA[<p>Ever get an email failure without a good error message and want to see what's really going on?  Here's how to send an email using nothing but telnet.  You'll see exactly where the process breaks down and point you towards the real problem.</p>
<p><span style="color: #333399;"><em>telnet mail.domain-you-are-sending-mail-to.com 25<br />
</em></span></p>
<p><span style="color: #333399;"><em>helo domain-you-are-sending-from.com<br />
</em></span></p>
<p><span style="color: #333399;"><em>mail From: user@domain-you-are-sending-from.com</em></span></p>
<p><span style="color: #333399;"><em> rcpt To: user@domain-you-are-sending-mail-to.com</em></span></p>
<p><span style="color: #333399;"><em> data</em></span></p>
<p><span style="color: #333399;"><em>From: user@domain-you-are-sending-from.com</em></span></p>
<p><span style="color: #333399;"><em> To: user@domain-you-are-sending-mail-to.com</em></span></p>
<p><span style="color: #333399;"><em> Subject: Testing</em></span></p>
<p><span style="color: #333399;"><em> (Newline)</em></span></p>
<p><span style="color: #333399;"><em> This is just a test message <img src='http://greatscottcs.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </em></span></p>
<p><span style="color: #333399;"><em> (Newline)<br />
</em></span></p>
<p><span style="color: #333399;"><em> .</em></span></p>
<p><span style="color: #333399;"><em> (Newline)</em></span></p>
<p>That's it.  If all goes well you'll see "250 OK" with some variables afterwards.  This means the server accepted the email and should deliver it shortly.  If you get an error then the number code will point you in the right direction.</p>
<p>For more information on SMTP error codes enjoy the lovely <a title="RFC" href="http://www.rfc-editor.org/rfc/rfc3463.txt">RFC</a></p>
<p><span style="color: #00ff00;"><em><br />
</em></span></p>
<p><span style="color: #00ff00;"><br />
</span></p>
<p><span style="color: #00ff00;"><br />
</span></p>
]]></content:encoded>
			<wfw:commentRss>http://greatscottcs.com/2009/12/25/send-an-email-using-the-command-line/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A better tail -f</title>
		<link>http://greatscottcs.com/2009/11/24/a-better-tail-f/</link>
		<comments>http://greatscottcs.com/2009/11/24/a-better-tail-f/#comments</comments>
		<pubDate>Wed, 25 Nov 2009 00:59:38 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Command Line]]></category>
		<category><![CDATA[command]]></category>
		<category><![CDATA[less]]></category>
		<category><![CDATA[line]]></category>
		<category><![CDATA[tail -f]]></category>

		<guid isPermaLink="false">http://greatscottcs.com/?p=10</guid>
		<description><![CDATA[If you've ever wanted to use a more powerfull editor while viewing live log files then less is the tool to use.  Instead of typing in the following: &#62; tail -f /var/log/logfile.log Try this &#62; less /var/log/logfile.log &#62;F Once inside the less program a capital F will take you to the bottom and wait for [...]]]></description>
			<content:encoded><![CDATA[<p>If you've ever wanted to use a more powerfull editor while viewing live log files then less is the tool to use.  Instead of typing in the following:</p>
<p><span style="color: #000080;">&gt; tail -f /var/log/logfile.log</span></p>
<p><span style="color: #000080;">Try this</span></p>
<p><span style="color: #000080;">&gt; less /var/log/logfile.log</span></p>
<p><span style="color: #000080;">&gt;F</span></p>
<p>Once inside the less program a capital F will take you to the bottom and wait for data</p>
]]></content:encoded>
			<wfw:commentRss>http://greatscottcs.com/2009/11/24/a-better-tail-f/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Enable / disable task manager in XP</title>
		<link>http://greatscottcs.com/2009/11/24/enable-disable-task-manager-in-xp/</link>
		<comments>http://greatscottcs.com/2009/11/24/enable-disable-task-manager-in-xp/#comments</comments>
		<pubDate>Wed, 25 Nov 2009 00:34:52 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://greatscottcs.com/?p=6</guid>
		<description><![CDATA[Check the following reg key: HKCU \ Software \ Microsoft \ Windows \ CurrentVersion \ Policies\ System \ DisableTaskMgr If it exists you can delete it to restore the task manager or change the value from 1 to 0.]]></description>
			<content:encoded><![CDATA[<p>Check the following reg key:</p>
<p>HKCU \ Software \ Microsoft \ Windows \ CurrentVersion \ Policies\ System \ DisableTaskMgr</p>
<p>If it exists you can delete it to restore the task manager or change the value from 1 to 0.</p>
]]></content:encoded>
			<wfw:commentRss>http://greatscottcs.com/2009/11/24/enable-disable-task-manager-in-xp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

