<?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>e-Clarity Blog</title>
	<atom:link href="http://www.e-clarity.eu/blog/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://www.e-clarity.eu/blog</link>
	<description>Clear speaking information technology</description>
	<lastBuildDate>Mon, 13 Dec 2010 12:07:55 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Light as a &#8216;Tether&#8217;</title>
		<link>http://www.e-clarity.eu/blog/?p=26</link>
		<comments>http://www.e-clarity.eu/blog/?p=26#comments</comments>
		<pubDate>Tue, 15 Jun 2010 09:53:18 +0000</pubDate>
		<dc:creator>mattclarified</dc:creator>
				<category><![CDATA[Blackberry]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[data]]></category>
		<category><![CDATA[desktop]]></category>
		<category><![CDATA[manager]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[tether]]></category>
		<category><![CDATA[vodafone]]></category>

		<guid isPermaLink="false">http://www.e-clarity.eu/blog/?p=26</guid>
		<description><![CDATA[It still surprises me how many businesses have many of their staff constantly away from the office needing reliable internet, and without realising it, the answers been in their pocket the whole time!
I’m talking, of course, about the phenomenon of tethering. Did you know that the blackberry in your pocket can be connected to your laptop, and [...]]]></description>
			<content:encoded><![CDATA[<p>It still surprises me how many businesses have many of their staff constantly away from the office needing reliable internet, and without realising it, the answers been in their pocket the whole time!</p>
<p>I’m talking, of course, about the phenomenon of tethering. Did you know that the blackberry in your pocket can be connected to your laptop, and as long as you have signal can give you an internet connection, pretty much wherever you are! It’s as easy as 1,2,3 to setup, and it gives you so many more options than just your blackberry alone.</p>
<p>Now, I hear you cry “What about the costs?” and “are you serious, this will cost me a fortune” which may have been true in the past but not so nowadays. Let’s use Vodafone UK as an example, if you are on the standard blackberry BIS tariff, then you get unlimited internet on your phone, which includes tethering. Now there is a fair usage policy of 500mb, but for occasionally writing and sending emails and checking the odd web page, you will be hard pushed to hit this (unless you are trying to stream movies and music on your BB!) and the big secret is, if you go over this 500mb, as it stands, they won’t charge you any extra, expect a phone call though if you regularly go over the limit.</p>
<p>I can see you’re interested now, but how do you do it? Well, it used to be a pain to setup which may be why so many people are not a fan of trying again, but now it couldn’t be easier. Simply download the latest BlackBerry desktop manager (BDM) from the blackberry site. Install and connect your blackberry by USB cable (there’s one in the box you got with the phone, there is, trust me!) or use bluetooth if you have the option on your laptop, bear in mind though that data transfer rates are slow over bluetooth, so I always prefer to use the cable option. Open the BDM and let it do its thing and install the drivers for your phone. Select the ‘IP Modem’ icon and then click ‘configure’ and select your network, in my case its ‘Vodafone UK – Contract’. Then all you have to do is click connect and you’re away!</p>
<p>There you have it, I told you it was easy! Why not head off and try it out and see how you get on!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.e-clarity.eu/blog/?feed=rss2&amp;p=26</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>By the stream</title>
		<link>http://www.e-clarity.eu/blog/?p=16</link>
		<comments>http://www.e-clarity.eu/blog/?p=16#comments</comments>
		<pubDate>Mon, 07 Jun 2010 23:09:50 +0000</pubDate>
		<dc:creator>garethdarby</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>

		<guid isPermaLink="false">http://www.e-clarity.eu/blog/?p=16</guid>
		<description><![CDATA[Way back in the days of Windows NT, Microsoft introduced the idea of Alternate data streams in the NTFS file system. We see streams in action within movie files that contain to separate streams of data, audio and video. You may have seen an avi file that will not playback video but yet you can [...]]]></description>
			<content:encoded><![CDATA[<p>Way back in the days of Windows NT, Microsoft introduced the idea of Alternate data streams in the NTFS file system. We see streams in action within movie files that contain to separate streams of data, audio and video. You may have seen an avi file that will not playback video but yet you can hear the audio just fine? That is because Windows Media Player (or alternative) does not have a codec to playback the Video stream, This is usually fixed by downloading a codec for the video stream as the audio is already encoded in a format that Media Player can handle.</p>
<p>To illustrate streams in action lets create a new text file in notepad.</p>
<p>Open up a command prompt and type</p>
<p style="margin-left: 36pt;"><span style="font-family: Courier New;"><strong>notepad e-clarity.txt<br />
</strong></span></p>
<p>Enter some random text and save the file</p>
<p>Now using the command prompt again type</p>
<p style="margin-left: 36pt;"><span style="font-family: Courier New;"><strong>notepad e-clarity:stream2<br />
</strong></span></p>
<p>Notice the file is empty? Enter a few words (different to the last) and save.</p>
<p>Ok so to see what we have done reopen the e-clarity.txt file by typing</p>
<p style="margin-left: 36pt;"><span style="font-family: Courier New;"><strong>notepad e-clarity.txt</strong></span> – note the text should be what you entered originally.</p>
<p>Close this and reopen by typing</p>
<p style="margin-left: 36pt;"><span style="font-family: Courier New;"><strong>notepad e-clarity.txt:stream2</strong></span> – You should now see the text from your second save.</p>
<p>Close this and type</p>
<p style="margin-left: 36pt;"><span style="font-family: Courier New;"><strong>dir e-clarity.*</strong></span> &#8211; you will notice that only one file exists!</p>
<p>The point? None really just something that not many people are aware of. I have heard of people using a &#8220;Dummy&#8221; text file with a stream being used to store passwords! Not entirely secure but suitable for none critical passwords I guess and only on NTFS filesystems</p>
]]></content:encoded>
			<wfw:commentRss>http://www.e-clarity.eu/blog/?feed=rss2&amp;p=16</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Captive Portal released with new version 7.2 of Untangle</title>
		<link>http://www.e-clarity.eu/blog/?p=3</link>
		<comments>http://www.e-clarity.eu/blog/?p=3#comments</comments>
		<pubDate>Fri, 16 Apr 2010 15:23:24 +0000</pubDate>
		<dc:creator>mattclarified</dc:creator>
				<category><![CDATA[Network Security]]></category>
		<category><![CDATA[Untangle]]></category>
		<category><![CDATA[Captive Portal]]></category>
		<category><![CDATA[firewall]]></category>
		<category><![CDATA[management]]></category>
		<category><![CDATA[network]]></category>

		<guid isPermaLink="false">http://www.e-clarity.eu/blog/?p=3</guid>
		<description><![CDATA[So the new, highly anticipated version of Untangle is here. It brings with it a whole host of new features, and from listening to customer feedback, some changes to some of the current Apps already in everyday use.
Of course, for those of you that don&#8217;t know Untangle, I’ll start with a brief intro. Untangle is [...]]]></description>
			<content:encoded><![CDATA[<p>So the new, highly anticipated version of Untangle is here. It brings with it a whole host of new features, and from listening to customer feedback, some changes to some of the current Apps already in everyday use.</p>
<p>Of course, for those of you that don&#8217;t know Untangle, I’ll start with a brief intro. Untangle is open source network security software that runs as its own OS, allowing you to protect, monitor, and control your network traffic. Once installed it allows you to install various &#8216;apps&#8217; into your virtual rack, ranging from content controls, mail filters and firewalls to spyware/ad/virus blockers to VPN clients. The list goes on and there is too many to mention here, check it out at <a href="http://www.untangle.com/" onclick="pageTracker._trackPageview('/outgoing/www.untangle.com/?referer=');">www.untangle.com</a> or for any advice or a fully functioning demo, feel free to contact an <a href="mailto:support@e-clarity.eu?subject=Untangle, sound's great, could I have more info!">e-Clarity</a> support representative.</p>
<p>Now onto 7.2 and its new features, primarily the release of “Captive Portal”, the new app that allows you to control who has access to your Internet, using a portal system. This portal will allow you to set a terms of agreement statement which the user would have to agree to in order to proceed, allowing you to keep a record on who has agreed to the agreement, giving you ammunition should you need it! It also allows you to restrict the use to specific users, and groups of users, either by the built-in local directory, or if you have the “Directory Connector” App, you can use by your AD users and groups.</p>
<p>There are a lot of positives to using this app, if you are in a company that would need to use TOA for your internet, or if you want something a little stricter than the standard internet control app featured in Untangle. There is also a lot more potential for it to be used in small internet cafes or any place where you sell or provide internet access to the general public. The only downside to the Captive Portal that I have seen, is the fact that once the terms are agreed to, it is the computer in use that is given access, and not the user. This in turn opens up the possibility to multiple users using the same PC, using the same TOA, or the previous account as an automatic login. There is however a timeout and reset option, allowing you to specify an idle timeout and a general timeout.</p>
<p>Obviously the new app is the main feature in 7.2&#8217;s release, but a lot of upgrades have been made to existing apps as well. A key one to mention is the former &#8216;AD Connector&#8217; which is now the &#8216;Directory Connector&#8217;, the name change being because as well as AD, the new connector also supports RADIUS. This opens up the product to companies using a Microsoft alternative, so they don&#8217;t feel so left out!</p>
<p>Another improvement has been made in the form of reporting. Due mainly to many user and customers asking for more options in reports, Untangle have sat up and listened to the little people and now provided us with much better reporting options, stats, etc so that we can get a much more detailed and in-depth analysis of what&#8217;s going on, on the network. As well as all this a new report is now available that will give you detailed information regarding your hardware, so you can see how well your system copes with the load your network puts on it!</p>
<p>The full list of improvements is available in the <a href="http://wiki.untangle.com/index.php/7.2_Changelog" onclick="pageTracker._trackPageview('/outgoing/wiki.untangle.com/index.php/7.2_Changelog?referer=');">changelog</a>. For now though Untangle have certainly given out some interesting new apps and toys to play with and test out, and hopefully make the job of internet security that little bit easier with a little more piece of mind thrown in for good measure!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.e-clarity.eu/blog/?feed=rss2&amp;p=3</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

