<?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 Bits 2.0 &#187; Lord TCT</title>
	<atom:link href="http://www.thebits.info/author/admin/feed" rel="self" type="application/rss+xml" />
	<link>http://www.thebits.info</link>
	<description>Not your everyday tech journal</description>
	<lastBuildDate>Sun, 29 Nov 2009 15:03:58 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Getting N56FU/E6000 to work in Linux</title>
		<link>http://www.thebits.info/linux/getting-n56fue6000-to-work-in-linux-179.htm</link>
		<comments>http://www.thebits.info/linux/getting-n56fue6000-to-work-in-linux-179.htm#comments</comments>
		<pubDate>Sun, 29 Nov 2009 01:30:07 +0000</pubDate>
		<dc:creator>Lord TCT</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[EM6000]]></category>
		<category><![CDATA[Maplin]]></category>
		<category><![CDATA[N56FU]]></category>

		<guid isPermaLink="false">http://www.thebits.info/?p=179</guid>
		<description><![CDATA[They are many reasons why I wanted to get this meter working in Linux. But whatever your reason is, this guide is for you.

1. If you are in luck, your kernel should support CP210x USB-to-UART converts. When you plug in the meter, dmesg will happily tell you that the meter has been to attached to [...]]]></description>
		<wfw:commentRss>http://www.thebits.info/linux/getting-n56fue6000-to-work-in-linux-179.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Maplin N56FU Digital Multimeter</title>
		<link>http://www.thebits.info/general/n56fu-172.htm</link>
		<comments>http://www.thebits.info/general/n56fu-172.htm#comments</comments>
		<pubDate>Sun, 29 Nov 2009 00:39:05 +0000</pubDate>
		<dc:creator>Lord TCT</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[E-Sun]]></category>
		<category><![CDATA[EM6000]]></category>
		<category><![CDATA[Maplin]]></category>
		<category><![CDATA[N56FU]]></category>
		<category><![CDATA[Precision Gold]]></category>

		<guid isPermaLink="false">http://www.thebits.info/?p=172</guid>
		<description><![CDATA[I recently purchased a digital multimeter from Maplin which was on sales at that time: Precision Gold N56FU. Being a full sized autoranging multimeter with computer interface, this meter £44.99 seems to worth every penny. Of course, Maplin didn&#8217;t make this meter. Some Chinese dudes did. Maplin just rebranded the meter because E-SUN sounded too [...]]]></description>
		<wfw:commentRss>http://www.thebits.info/general/n56fu-172.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Reading outputs of an external program in C++</title>
		<link>http://www.thebits.info/linux/reading-outputs-of-an-external-program-in-c-166.htm</link>
		<comments>http://www.thebits.info/linux/reading-outputs-of-an-external-program-in-c-166.htm#comments</comments>
		<pubDate>Fri, 12 Jun 2009 15:34:32 +0000</pubDate>
		<dc:creator>Lord TCT</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Programming Tips]]></category>

		<guid isPermaLink="false">http://www.thebits.info/?p=166</guid>
		<description><![CDATA[Ever wanted to grab the output of a command via C++?
In PHP, we are all very familiar with @exec and popen, but what about C++?
Try this:

string cmd = &#8220;/usr/bin/netstat -na&#8221;;
string OutString;
FILE *FileStream;
char stdbuffer[1024];
FileStream = popen(cmd.c_str(), &#8220;r&#8221;);
while (fgets(stdbuffer, 1024, FileStream) != NULL)
        OutString.append(stdbuffer);
pclose(FileStream);


The first 3 lines are variable declarations.
This [...]]]></description>
		<wfw:commentRss>http://www.thebits.info/linux/reading-outputs-of-an-external-program-in-c-166.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Deploying SharePoint Services 3.0 (SPS 3.0)</title>
		<link>http://www.thebits.info/windows/deploying-sharepoint-services-30-sps-30-141.htm</link>
		<comments>http://www.thebits.info/windows/deploying-sharepoint-services-30-sps-30-141.htm#comments</comments>
		<pubDate>Sun, 19 Apr 2009 15:12:10 +0000</pubDate>
		<dc:creator>Lord TCT</dc:creator>
				<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.thebits.info/?p=141</guid>
		<description><![CDATA[This article gives a graphical and guided tutorial on how to deploy and configure a Microsoft SharePoint Services (SPS) 3.0 with Service Pack 1 on Microsoft Windows Server operating system for a company extranet.
What You&#8217;ll Need:

Windows Server 2003 Service Pack 2 or Windows Server 2008
Microsoft .NET Framework 3.0.
Internet Information Services 6.0 or 7.0 configured and [...]]]></description>
		<wfw:commentRss>http://www.thebits.info/windows/deploying-sharepoint-services-30-sps-30-141.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Making Firefox 3 Fast Again</title>
		<link>http://www.thebits.info/internet/making-firefox-3-fast-again-139.htm</link>
		<comments>http://www.thebits.info/internet/making-firefox-3-fast-again-139.htm#comments</comments>
		<pubDate>Mon, 13 Apr 2009 00:41:20 +0000</pubDate>
		<dc:creator>Lord TCT</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Firefox]]></category>

		<guid isPermaLink="false">http://www.thebits.info/?p=139</guid>
		<description><![CDATA[Users of Firefox 3 might find it extremely slow when resolving DNS addresses when compared to Google Chrome, or even Microsoft Windows Internet Explorer 8!
The problem lies with Firefox 3&#8217;s implementation of IPv6. By default, Firefox 3 would try IPv6 first. If your network is not IPv6, where 99% of us belongs to, then Firefox [...]]]></description>
		<wfw:commentRss>http://www.thebits.info/internet/making-firefox-3-fast-again-139.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
