<?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>Netfactory &#187; Computing</title>
	<atom:link href="http://netfactory.dk/category/computing/feed/" rel="self" type="application/rss+xml" />
	<link>http://netfactory.dk</link>
	<description>WebDevelopment</description>
	<lastBuildDate>Sun, 23 Jan 2011 15:56:41 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>Salvaging a deleted message from Thunderbird</title>
		<link>http://netfactory.dk/2009/11/19/salvaging-a-deleted-message-from-thunderbird/</link>
		<comments>http://netfactory.dk/2009/11/19/salvaging-a-deleted-message-from-thunderbird/#comments</comments>
		<pubDate>Thu, 19 Nov 2009 20:25:19 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Computing]]></category>

		<guid isPermaLink="false">http://netfactory.dk/?p=1733</guid>
		<description><![CDATA[Suppose you got an important mail, but by accident deleted the message – and to make matters worse, you also decided that emptying the mailbox was a pretty neat idea. Is then time to Panic? Well it might, but there is a chance you might be able to undelete the message – and quite easily [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.netfactory.dk/wp-content/uploads/2009/11/undelete.jpeg" alt="undelete" title="undelete" border="0" width="91" height="91" class="alignright size-full wp-image-1736" />Suppose you got an important mail, but by accident deleted the message – and to make matters worse, you also decided that emptying the mailbox was a pretty neat idea. Is then time to Panic?</p>
<p>Well it might, but there is a chance you might be able to undelete the message – and quite easily if you&#8217;re on a Mac or a Linux machine. Here are the few steps, which has helped recover a lost mail or two&#8230;  First close Thunderbird. Then located the mail directory (on Linux it&#8217;s located in the subdirectory <strong>.mozilla-thunderbird</strong> in you home directory – on windows most likely somewhere in <strong>C:\Documents and Settings\*\Application Data\Thunderbird</strong> – In there you&#8217;re looking for the “<strong>Local Folders</strong>” directory.</p>
<p>If you&#8217;re on a Mac or Linux type the following:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">cat</span> Trash <span style="color: #000000; font-weight: bold;">|</span> <span style="color: #c20cb9; font-weight: bold;">grep</span> <span style="color: #660033;">-v</span> X-Mozilla- <span style="color: #000000; font-weight: bold;">&gt;</span> Restored</pre></div></div>

<p>The <strong>cat</strong> command prints all the line in the file Trash &#8211; not to the screen, but as input to grep. <strong>Grep</strong> is used to find all lines <em>not begining with &#8220;X-Mozilla-&#8221;</em> and prints these &#8211; and the greater than makes the print go to a new file called Restored.</p>
<p>Once this is done exit the directory and restart Thunderbird. You should now be able to find a new folder called &#8220;Restored&#8221; and a lot of old mail. Find the message you need to restore, and drag it into the inbox or wherever you need it – then delete the &#8220;Restored&#8221; folder.</p>
<p>If you&#8217;re on windows you need to do a little more work. The trick happening with the command line above, is that all lines beginning with &#8220;X-Mozilla-&#8221; is deleted and thus restored from their deleted state. A suitable editor might do the trick.</p>
<p>Do notice, that the Trash folder may be quite large, if you haven&#8217;t run the &#8220;Compact Folders&#8221; in quite a while – and if you did do that after deleting the message you&#8217;re trying to restore, then it&#8217;s probably gone for good.</p>
]]></content:encoded>
			<wfw:commentRss>http://netfactory.dk/2009/11/19/salvaging-a-deleted-message-from-thunderbird/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu: Changing your IP number</title>
		<link>http://netfactory.dk/2009/10/14/ubuntu-changing-your-ip-number/</link>
		<comments>http://netfactory.dk/2009/10/14/ubuntu-changing-your-ip-number/#comments</comments>
		<pubDate>Wed, 14 Oct 2009 19:15:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Computing]]></category>
		<category><![CDATA[dhcp]]></category>
		<category><![CDATA[ip]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://netfactory.dk/?p=1724</guid>
		<description><![CDATA[Sure it doesn&#8217;t happen that often, but sometimes you might need to change the IP number of your machine running Ubuntu. Either to configure it with a static IP number on your LAN or temporarily to configure a Wifi router &#8211; the latter being my case. The first shot at changing the ip number, was [...]]]></description>
			<content:encoded><![CDATA[<p>Sure it doesn&#8217;t happen that often, but sometimes you might need to change the IP number of your machine running Ubuntu. Either to configure it with a static IP number on your LAN or temporarily to configure a Wifi router &#8211; the latter being my case.</p>
<p>The first shot at changing the ip number, was going to the &#8220;System&#8221; menu, choosing Administration and Network Tools. It sounded just about right  &#8211; but it&#8217;s wrong. Sure you view settings and some statistics, but it&#8217;s all read only.</p>
<p><img class="alignright size-full wp-image-1725" title="ubuntu-network-connections" src="http://www.netfactory.dk/wp-content/uploads/2009/10/ubuntu-network-connections.png" alt="ubuntu-network-connections" width="236" height="183" />So, if you want to change the IP number, go to your top panel (in the right side, you&#8217;ll find you network icon. Right click on the icon and choose &#8220;Edit Connections&#8221;. In the window opening, you&#8217;ll have access to changing the ip number &#8211; to manual configuration, DHCP with ip number only or (as is default) full DHCP configuration.</p>
<p>Choosing &#8220;Automatic (DHCP) addresses only&#8221; allows you to get an automatic IP, but use openDNS&#8217; DNS-servers &#8211; should you prefer them over the DNS servers provided by your ISP.</p>
]]></content:encoded>
			<wfw:commentRss>http://netfactory.dk/2009/10/14/ubuntu-changing-your-ip-number/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flight Control</title>
		<link>http://netfactory.dk/2009/06/18/flight-control/</link>
		<comments>http://netfactory.dk/2009/06/18/flight-control/#comments</comments>
		<pubDate>Thu, 18 Jun 2009 21:03:43 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Computing]]></category>
		<category><![CDATA[game]]></category>
		<category><![CDATA[ipod]]></category>

		<guid isPermaLink="false">http://netfactory.dk/?p=1682</guid>
		<description><![CDATA[I really like simple games, which you can play where ever you are &#8211; and which still has enough challenges to be interesting for quite a while. One of the best games I’ve played for a long time is Flight Control for the iPhone/iPod Touch. The game was developed by Firemint. It’s a fairly simple [...]]]></description>
			<content:encoded><![CDATA[<p><a  href="http://www.netfactory.dk/wp-content/uploads/2009/06/flight-control.jpg" class="thickbox no_icon" rel="gallery-1682" title="flight-control"><img class="alignright size-thumbnail wp-image-1683" title="flight-control" src="http://netfactory.dk/wp-content/uploads/2009/06/flight-control-150x150.jpg" alt="flight-control" width="150" height="150" /></a>I really like simple games, which you can play where ever you are &#8211; and which still has enough challenges to be interesting for quite a while. One of the best games I’ve played for a long time is<a  href="http://www.firemint.com/flightcontrol/index.html"> Flight Control</a> for the iPhone/iPod Touch. The game was developed by <a  href="http://www.firemint.com/">Firemint</a>.</p>
<p>It’s a fairly simple game. You’re in control of an Airport and all you have to do is make sure the planes land at the runways. To do this you simply draw their designated paths on the screen. There are 4 different aircrafts &#8211; helicopters, propeller planes, small jets and large jets. As you play more planes concurrently enters the airspace &#8211; and eventually it gets quite busy and avoiding mid-air collisions a challenge.</p>
<p>In the recent update of the game two new airfields was added to the original, and with the different layouts, new strategies for keeping the planes from hitting each other must be developed.</p>
<p>The sound in the game is nothing special, but that really doesn’t matter &#8211; once the airspace  gets busy you really don’t have time to listen &#8211; and if you like you can disable sounds when the game launches and keep listening to podcasts or music.</p>
<p>The game is currently (at the time of writing) on sale for 99 cents &#8211; buy it now (<a  href="http://www.firemint.com/flightcontrol/fcappstore.html">AppStore link</a>) and you’ll have hours of entertainment.</p>
<p>My Current high scores:</p>
<ul>
<li> Classic: 153</li>
<li> Hawaii: 91</li>
<li> Carrier: 82</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://netfactory.dk/2009/06/18/flight-control/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Ubunutu Uncomplicated Firewall</title>
		<link>http://netfactory.dk/2009/05/05/ubunutu-uncomplicated-firewall/</link>
		<comments>http://netfactory.dk/2009/05/05/ubunutu-uncomplicated-firewall/#comments</comments>
		<pubDate>Tue, 05 May 2009 07:13:34 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Computing]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://netfactory.dk/?p=1572</guid>
		<description><![CDATA[I&#8217;m still enjoying the fresh new Ubunutu 9.04, and one of the nice new features is a firewall – which Canonical calls “Uncomplicated Firewall”. I&#8217;m usually not hooked on firewalls, but just for the fun of it I enabled the firewall on my laptop and it seems to work quite well. The firewall doesn&#8217;t seem [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m still enjoying the fresh new Ubunutu 9.04, and one of the nice new features is a firewall – which Canonical calls “<a  href="http://www.ubuntu.com/products/whatisubuntu/serveredition/techspecs/whatsnew#ufw9.04">Uncomplicated Firewall</a>”. I&#8217;m usually not hooked on firewalls, but just for the fun of it I enabled the firewall on my laptop and it seems to work quite well. The firewall doesn&#8217;t seem to have any noticeable impact on system performance and as the laptop from time to time visits open wifi&#8217;s, it&#8217;s probably a good idea to have protection from other users on open networks.</p>
<h2>Installing the firewall</h2>
<p>The firewall should be available by default, but there isn&#8217;t a GUI application installed for the firewall. Open your favorite package manager and install the “gufw” package.</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">apt-get</span> <span style="color: #c20cb9; font-weight: bold;">install</span> gufw</pre></div></div>

<p>O<a  href="http://www.netfactory.dk/wp-content/uploads/2009/05/uncomplicated_firewall.png" class="thickbox no_icon" rel="gallery-1572" title="uncomplicated_firewall"><img class="size-medium wp-image-1573 alignright" title="uncomplicated_firewall" src="http://netfactory.dk/wp-content/uploads/2009/05/uncomplicated_firewall-289x300.png" alt="uncomplicated_firewall" width="289" height="300" /></a>nce installed the firewall can easily be turned on and of – and controlled from the System -&gt; Administration -&gt; Firewall configuration menu item.<br />
I set the current configuration to “Deny incoming traffic” and enabled the firewall (beneat the shield). This is probably all most desktop users needs to do.<br />
On my laptop, I am running a SSH server. I do this as a way to fetch files I may have forgotten on the machine when leaving the laptop at the office – or use it as a jumpstation to other machines.<br />
Adding a rule in the firewall, which allows incoming SSH traffic was a simple matter of choosing the “preconfigured” tab, and there adding a rule allowing SSH traffic.</p>
<p>The firewall can be configured with much more advanced options, but if you really need that, you probably (or hopefully) know what to do, but for regular users having an easy to use firewall and an uncomplicated interface to manage it, is just great and one of the cool new features of Ubuntu 9.04.</p>
]]></content:encoded>
			<wfw:commentRss>http://netfactory.dk/2009/05/05/ubunutu-uncomplicated-firewall/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ctrix and Ubuntu 9.04</title>
		<link>http://netfactory.dk/2009/05/04/ctrix-and-ubuntu-904/</link>
		<comments>http://netfactory.dk/2009/05/04/ctrix-and-ubuntu-904/#comments</comments>
		<pubDate>Mon, 04 May 2009 14:36:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Computing]]></category>
		<category><![CDATA[citrix]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://netfactory.dk/?p=1566</guid>
		<description><![CDATA[I&#8217;ve recently wiped the hard drive of my laptop and upgraded to Ubuntu 9.04. The Linux desktop is a perfect place to do development and surf the net, but the corporate network is a Windows world and to access mail and other enterprise applications we use Citrix servers. Getting Citrix running on the new Ubuntu [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve recently wiped the hard drive of my laptop and upgraded to <a  href="http://www.ubuntu.com/">Ubuntu</a> 9.04. The Linux desktop is a perfect place to do development and surf the net, but the corporate network is a Windows world and to access mail and other enterprise applications we use Citrix servers. Getting Citrix running on the new Ubuntu is easier than ever.</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">apt-get</span> <span style="color: #c20cb9; font-weight: bold;">install</span> libmotif3
<span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">ln</span> <span style="color: #660033;">-s</span> <span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>lib<span style="color: #000000; font-weight: bold;">/</span>libXm.so.3.0.2 <span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>lib<span style="color: #000000; font-weight: bold;">/</span>libXm.so.4</pre></div></div>

<p>download <a  href="http://citrix.com/English/SS/downloads/details.asp?downloadID=3323&#038;productID=-1">the most recent client from Citrix</a>.</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">mv</span> linuxx86-11.0.140395.tar.gz  install_tmp
<span style="color: #7a0874; font-weight: bold;">cd</span> install_tmp
<span style="color: #c20cb9; font-weight: bold;">tar</span> zxvf linuxx86-11.0.140395.tar.gz
<span style="color: #c20cb9; font-weight: bold;">sudo</span> .<span style="color: #000000; font-weight: bold;">/</span>setupwfc</pre></div></div>

<p>After finishing the install remove the &#8220;install_tmp&#8221; directory.</p>
<p>From here on it&#8217;s a matter of configuring the Citrix Receiver to your specific environment.<br />
In my case, I gad a backup of the old Ubuntu installation, and I fetched the &#8220;.ICAClient&#8221; directory from my home-folder and putting in the same place on the new installation and no configuration was even needed.</p>
<p>(Thanks, <a  href="http://henrik.schack.dk/">Schack</a>)</p>
]]></content:encoded>
			<wfw:commentRss>http://netfactory.dk/2009/05/04/ctrix-and-ubuntu-904/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Security can be easy</title>
		<link>http://netfactory.dk/2008/12/04/security-can-be-easy/</link>
		<comments>http://netfactory.dk/2008/12/04/security-can-be-easy/#comments</comments>
		<pubDate>Thu, 04 Dec 2008 16:08:05 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Computing]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[yubikey]]></category>

		<guid isPermaLink="false">http://netfactory.dk/?p=311</guid>
		<description><![CDATA[It&#8217;s often the case that security is an inconvenience and gets in the way of usability and ease of use. There are exceptions though and for a number of weeks I&#8217;ve been playing with the Yubikey (thanks to Schack) from Yubico. It&#8217;s a small device, which plugs into a USB port, and to the computer [...]]]></description>
			<content:encoded><![CDATA[<p><img class="size-full wp-image-312 alignright" title="yubikey" src="http://www.netfactory.dk/wp-content/uploads/2008/12/yubikey.jpg" alt="" width="79" height="48" />It&#8217;s often the case that security is an inconvenience and gets in the way of usability and ease of use. There  are exceptions though and for a number of weeks I&#8217;ve been playing with the Yubikey (<a  href="http://henrik.schack.dk/2008/06/25/yubikey/">thanks to Schack</a>) from <a  href="http://yubico.com/">Yubico</a>.</p>
<p>It&#8217;s a small device, which plugs into a USB port, and to the computer acts as a keyboard. It has some advanced security build-in with the ability to generate one-time verifiable passwords, but is incredible easy to use – plug it into the USB port and press the single button when you need to sign in to services supporting the Yubikey.</p>
<p>I&#8217;ve been useing it with OpenID sign-ins and <a  href="http://henrik.schack.dk/yubikey-plugin/">WordPress logins</a>, and it&#8217;s worked flawless everytime. The only important thing is to remember the Yubikey – without the little hardware token, you&#8217;re lost. If you need a secure sign-in solution, listen to <a  href="http://twit.tv/sn143">security now to get the technology explained</a> and contact <a  href="http://yubico.com/">Yubico</a>, it&#8217;s seems to be as affordable as it is easy to use (and no, the post isn&#8217;t paid or sponsored, nor do I know anyone at Yubico).</p>
]]></content:encoded>
			<wfw:commentRss>http://netfactory.dk/2008/12/04/security-can-be-easy/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Top 3 features for mobile phone innovation</title>
		<link>http://netfactory.dk/2008/07/11/top-3-features-for-mobile-phone-innovation/</link>
		<comments>http://netfactory.dk/2008/07/11/top-3-features-for-mobile-phone-innovation/#comments</comments>
		<pubDate>Fri, 11 Jul 2008 20:19:37 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Computing]]></category>

		<guid isPermaLink="false">http://netfactory.dk/?p=273</guid>
		<description><![CDATA[The iPhone (3G) was launched in Denmark today. I’m not quite sure how great a success it was, but Telia was apparently sold out here on the first day. While I probably should be urging for an iPhone, I’m not &#8211; I’d like one, but frankly I wouldn’t spend money on one currently. It’s a [...]]]></description>
			<content:encoded><![CDATA[<p>The iPhone (3G) was launched in Denmark today. I’m not quite sure how great a success it was, but Telia was apparently sold out here on the first day. While I probably should be urging for an iPhone, I’m not &#8211; I’d like one, but frankly I wouldn’t spend money on one currently. It’s a cool phone, but it seem to suffer from many of the same problems other smartphones has.</p>
<p>I’d like to suggest a 6 month feature freeze to all smartphone developers, and suggest they stop inventing new features, and poor resources into fixing existing features already available in the existing phones &#8211; and the first three issues they so focus on are:</p>
<p><strong>1. Battery lifetime.</strong><br />
Any phone should last at least 72 hours with “reasonable use”. Sure reasonable use may be a though term to define, but the iPhone reviews seem to suggest an expected battery lifetime well below 24 hours. My current SonyEricsson P1i can usually last about 48 hours (if I don’t use the Wifi at all).</p>
<p>Most specifications define an expected stand-by time and an expected talk time. I’d like to suggest the stand-by time is with all features enabled but no active &#8211; GPS, Wifi, bluetooth and 3G. I’m not sure how to replace the expected talk time with a better figure, but the standby time is certainly not 440 hours with wifi and bluetooth enabled (but unused) &#8211; it’s more likely 20 hours.</p>
<p><strong>2. Faster.</strong><br />
Every time I’ve gotten a new phone (the P800, the P900 and now P1i), it’s become slower for every “upgrade”. It’s not just an SonyEricsson issue &#8211; the Nokias, HTCs and other brands I’ve tried seem to suffer from the same problem.</p>
<p>I’d like the software optimized or a more powerful CPU in the phone thank you.</p>
<p><strong>3. Improvement on existing features</strong></p>
<p>Most phone has a legacy, but sometimes you need a clean slate and a fresh start &#8211; and on most of the current smartphones it’s long over due. New features are cool, but it’s been happening way to fast, so the features (how they work) has far to often become a mess.</p>
<p>.. and to make matters even worse &#8211; with the explosion of new features and available applications on mobile phones, the user interface (where the features are located and how they look) has also be come a mess, and often it seems large parts of the software was slapped together in the last minute.</p>
<p>Please so making new features. Work with what you&#8217;ve got.</p>
]]></content:encoded>
			<wfw:commentRss>http://netfactory.dk/2008/07/11/top-3-features-for-mobile-phone-innovation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Keeping the software current Windows</title>
		<link>http://netfactory.dk/2008/07/06/keeping-the-software-current-windows/</link>
		<comments>http://netfactory.dk/2008/07/06/keeping-the-software-current-windows/#comments</comments>
		<pubDate>Sun, 06 Jul 2008 20:34:30 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Computing]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://netfactory.dk/?p=272</guid>
		<description><![CDATA[Modern computers contains al lot of software. A fully updated fresh windows installation contains well over 50.000 files &#8211; and before it being “usable” with the most common applications, plugins, addons and extensions for the software you use on a daily basis, you’ve probably added so much more, that you’ve completely lost count of what’s [...]]]></description>
			<content:encoded><![CDATA[<p>Modern computers contains al lot of software. A fully updated fresh windows installation contains well over 50.000 files &#8211; and before it being “usable” with the most common applications, plugins, addons and extensions for the software you use on a daily basis, you’ve probably added so much more, that you’ve completely lost count of what’s been installed.</p>
<p>It’s a pretty bad situation in terms of security and software maintenance/updating.</p>
<p><a  href="http://windowsupdate.microsoft.com/">WindowsUpdate</a> has come part of the way. It’s easy and simple for even common users to use and stay fairly current with the core windows system, but it only covers a small piece of the puzzle. While most windows machines I’ve encountered seem to have Office installed, WindowsUpdate doesn’t cover it &#8211; <a  href="http://office.microsoft.com/officeupdate/">OfficeUpdate</a> does, but how many people know of that? &#8211; and run it on a regular basis?</p>
<p>Some software (a lot it seems) have build-in phone-home functions, which allow them to check for updates on a regular basis &#8211; if it’s available and you have enabled the checks, another piece is solved.</p>
<p>Wouldn’t a one-stop solution seem much nicer?</p>
<p>Well it seems <a  href="http://en.wikipedia.org/wiki/Secunia">Secunia</a> has come very close to providing just that with the Secuina PSI.<br />
The PSI &#8211; <a  href="https://psi.secunia.com/">Personal Software Inspector</a> &#8211; is a little scanner, which scans your hard drive for installed software (windows, office, drivers, applications, utilities) and checks it against a database with software versions and security issues in the various versions. If it finds issues, it describes the issue and provide links to where updates for the software can be found.</p>
<p>I’ve played a with it while migrating one of the Windows Machines at home to new hardware, and so far it’s been quite impressive. <a  href="https://psi.secunia.com/">Give it a try</a> &#8211; it’s available for personal use  from <a  href="http://www.secunia.com/">Secunias website</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://netfactory.dk/2008/07/06/keeping-the-software-current-windows/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Firefox 3.0 &#8211; Get It Now!</title>
		<link>http://netfactory.dk/2008/06/17/firefox-30-get-it-now/</link>
		<comments>http://netfactory.dk/2008/06/17/firefox-30-get-it-now/#comments</comments>
		<pubDate>Tue, 17 Jun 2008 13:14:07 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Computing]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://netfactory.dk/?p=269</guid>
		<description><![CDATA[Firefox 3.0 has been released &#8211; though the website hasn&#8217;t been updated at the time of writing. Get it from the FTP-servers. After a few hours of use the new firefox seems faster and much less memory-hungry. So far I haven&#8217;t seen any issues. Go Get It.]]></description>
			<content:encoded><![CDATA[<p><a  href="http://getfirefox.com/"><img class="alignright alignnone size-full wp-image-270" style="float: right;" title="firefox" src="http://www.netfactory.dk/wp-content/uploads/2008/06/firefox.jpeg" alt="" width="123" height="116" /></a> Firefox 3.0 has been released &#8211; though <a  href="http://getfirefox.com/">the website</a> hasn&#8217;t been updated at the time of writing. <a  href="ftp://ftp.mozilla.org/pub/firefox/releases/3.0/">Get it from the FTP-servers</a>. After a few hours of use the new firefox seems faster and much less memory-hungry. So far I haven&#8217;t seen any issues. Go Get It.</p>
]]></content:encoded>
			<wfw:commentRss>http://netfactory.dk/2008/06/17/firefox-30-get-it-now/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Looking forward &#8211; looking back</title>
		<link>http://netfactory.dk/2008/06/06/looking-forward-looking-back/</link>
		<comments>http://netfactory.dk/2008/06/06/looking-forward-looking-back/#comments</comments>
		<pubDate>Fri, 06 Jun 2008 21:00:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Computing]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[microsoft]]></category>

		<guid isPermaLink="false">http://netfactory.dk/?p=267</guid>
		<description><![CDATA[There are some fundamental differences in how Microsoft and Apple does things. If you haven’t been aware of them before switching from a Windows based computer to a Mac, you’ll probably notice some of them pretty fast. One of the first things I discovered is that things are more “binary” in the Mac world. If [...]]]></description>
			<content:encoded><![CDATA[<p>There are some fundamental differences in how <a  href="http://www.microsoft.com/">Microsoft</a> and <a  href="http://www.apple.com/">Apple</a> does things. If you haven’t been aware of them before switching from a Windows based computer to a Mac, you’ll probably notice some of them pretty fast.</p>
<p>One of the first things I discovered is that things are more “binary” in the Mac world. If you have an external device it either works with the Mac or it doesn’t. There isn’t that middle ground from the windows world where it almost works, but not quite &#8211; or worse it works in even week numbers but not when the sun shine.</p>
<p>Another thing I fear I’ll discover after the next <a  href="http://developer.apple.com/wwdc/">Apple World Wide Developer Conference</a> is their will to leave things behind. Microsoft has an impressive &#8211; maybe even amazing &#8211; record of backwards compatibility. Almost no matter how they move forward, they never really break anything backwards. Apple on the other hand is pretty hard on legacy &#8211; if you can’t keep up, you’re left behind. They were among the first to drop the disk drive, and they been much more efficient in moving their user base to the current version of their OSX (not quite like Microsoft, which seem to have a hard time getting their users on to Vista).<br />
a<br />
I’m afraid they’ll announce that the next version of OS X &#8211; the 10.6 &#8211; is Intel-only &#8211; leaving <a  href="http://en.wikipedia.org/wiki/Power_Mac_G5">my PowerG5</a> behind. It doesn’t feel like an old nor slow machine, but once Apple decided it’s too old &#8211; it really doesn’t matter &#8211; and I better start saving some cash for a new Mac.</p>
]]></content:encoded>
			<wfw:commentRss>http://netfactory.dk/2008/06/06/looking-forward-looking-back/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: basic

Served from: netfactory.dk @ 2012-05-23 22:11:23 -->
