<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:gml="http://www.opengis.net/gml"
>

<channel>
	<title>NuBlog &#187; Geekyness</title>
	<atom:link href="http://blog.nuit.dk/category/geekyness/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.nuit.dk</link>
	<description>Web technology, blogging, programming, Linux and IT project management</description>
	<lastBuildDate>Tue, 04 May 2010 08:35:10 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Ubuntu 10.4 &#8211; up with only one quirk so far</title>
		<link>http://blog.nuit.dk/2010/05/04/ubuntu-10-4-up-with-only-one-quirk-so-far/</link>
		<comments>http://blog.nuit.dk/2010/05/04/ubuntu-10-4-up-with-only-one-quirk-so-far/#comments</comments>
		<pubDate>Tue, 04 May 2010 08:35:10 +0000</pubDate>
		<dc:creator>jul</dc:creator>
				<category><![CDATA[Geekyness]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[flicker]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://blog.nuit.dk/?p=109</guid>
		<description><![CDATA[This morning I let my Ubuntu 9.10 upgrade itself to 10.4. The upgrade itself ran fine with only a few interruptions where I had to confirm or deny changes to configuration files for PHP etc.
As I landed at the office and hooked up the laptop (Thinkpad T61P) however, my external monitor was flickering a lot. [...]]]></description>
			<content:encoded><![CDATA[<img style='float: left; margin-right: 10px; border: none;' src='http://www.gravatar.com/avatar.php?gravatar_id=21a11738f6a3b0696645fe12a6af6440&amp;default=http://use.perl.org/images/pix.gif' alt='No Gravatar' width=40 height=40/><p>This morning I let my Ubuntu 9.10 upgrade itself to 10.4. The upgrade itself ran fine with only a few interruptions where I had to confirm or deny changes to configuration files for PHP etc.</p>
<p>As I landed at the office and hooked up the laptop (Thinkpad T61P) however, my external monitor was flickering a lot. Tried booting into Windows and everything was fine. Google&#8217;d and found <a title="Post regarding fixes to flickering external monitor from Thinkpad T61P" href="http://ubuntuforums.org/showthread.php?p=9227527">this post</a> on <a href="http://ubuntuforums.org/">Ubuntu Forums</a>.</p>
<p>The post suggests making changes to menu.lst in /boot/grub. This is a somewhat short term solution, because the problem will probably reappear at the next kernel upgrade (which could be just around the corner). The fix may be on it&#8217;s way in an actual Ubuntu fix, but i chose a different approach which may also seem hack&#8217;ish &#8211; the fix could be more robust though.</p>
<p>Disclaimer: If you are not sure what you are doing, be <strong>very</strong> careful. Misspellings or deviations from the description below may lead to an unbootable system. This worked for me and doesn&#8217;t have to work for you. Make sure to back up any files you change.</p>
<p>OK? Let&#8217;s go..</p>
<p>First start a terminal (ALT-F2, enter &#8220;gnome-terminal&#8221;):</p>
<blockquote>
<pre>cd /etc/grub.d</pre>
</blockquote>
<p>Then:</p>
<blockquote>
<pre>sudo nano 10_linux</pre>
</blockquote>
<p>which will open an editor. Around line 96 inside the linux_entry-function is a line that looks like this:</p>
<blockquote>
<pre>linux    ${rel_dirname}/${basename} root=${linux_root_device_thisversion} ro ${args}</pre>
</blockquote>
<p>and it should be changed to:</p>
<blockquote>
<pre>linux    ${rel_dirname}/${basename} root=${linux_root_device_thisversion} ro <strong>radeon.modeset=0</strong> ${args}</pre>
</blockquote>
<p>Having done this, you should ask grub to rebuild it&#8217;s configuration files with:</p>
<blockquote>
<pre>sudo update-grub</pre>
</blockquote>
<p>Reboot and go on without the flicker..</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.nuit.dk/2010/05/04/ubuntu-10-4-up-with-only-one-quirk-so-far/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<georss:point featurename="[55.700302654066256, 12.551295161247253]">55.700302654066256 12.551295161247253</georss:point>
	</item>
		<item>
		<title>Offtopic: The future of the gas station</title>
		<link>http://blog.nuit.dk/2009/05/24/offtopic-the-future-of-the-gas-station/</link>
		<comments>http://blog.nuit.dk/2009/05/24/offtopic-the-future-of-the-gas-station/#comments</comments>
		<pubDate>Sun, 24 May 2009 08:38:52 +0000</pubDate>
		<dc:creator>jul</dc:creator>
				<category><![CDATA[Geekyness]]></category>
		<category><![CDATA[Human]]></category>

		<guid isPermaLink="false">http://blog.nuit.dk/?p=83</guid>
		<description><![CDATA[This is not about the usual geekyness &#8211; it is about a change I am sure is about to happen. Once the benefits are clear &#8211; I am quite sure everybody will want an electric car instead of their gas/diesel-one. The concept of having an energy-buffer, in the shape of the cars in a region, [...]]]></description>
			<content:encoded><![CDATA[<img style='float: left; margin-right: 10px; border: none;' src='http://www.gravatar.com/avatar.php?gravatar_id=21a11738f6a3b0696645fe12a6af6440&amp;default=http://use.perl.org/images/pix.gif' alt='No Gravatar' width=40 height=40/><p>This is not about the usual geekyness &#8211; it is about a change I am sure is about to happen. Once the benefits are clear &#8211; I am quite sure everybody will want an electric car instead of their gas/diesel-one. The concept of having an energy-buffer, in the shape of the cars in a region, to collect surplus energy in low usage periods for use in high usage periods are so compelling. Windmills are cool, but still inefficient in comparison with other sources if the surplus energy isn&#8217;t stored. This is in a broad perspective what <a href="http://www.betterplace.com/">Better Place</a> wants to do.</p>
<p>I passed a long line of gas stations the other day &#8211; What will happen to them? I know the change will not happen overnight &#8211; if at all. But how would we prepare for the future if we had a gas station? Better Place says they will prepare the stations for the transition of becoming a battery station, but as I see it &#8211; many people will not need them anymore. Why? Because many commuters drive less than 160km per day. According to Better Place, that will be the <a title="Better Place about batteries and range" href="http://www.betterplace.com/solution/batteries/">range of one battery charge</a> &#8211; and a key part of the new model is that drivers charge their car at home when the energy is cheap/green &#8211; also offering the battery in their car to the common energy buffer.</p>
<p>So &#8211; in Denmark anyway &#8211; if the gas stations will no longer sell gas and only (let&#8217;s guess &#8211; unable to find numbers) 10% of the current customer base (those driving more than 160km a day) will need to recharge their cars/switch batteries at the old gas station &#8211; can the gas station survive merely as a 7-Eleven store only closed at night?</p>
<p>My guess is that they are looking at a pretty big change in their business model &#8211; and I think they can if they embrace the change. If they fight the change they only have to look at the news papers to see how that works out..</p>
<p>What they need to do? Dunno &#8211; but one thing that has bothered me for ages now is the inability to find stuff for my car in the shops. If i want chewing gum, porn or soda &#8211; the gas station is where to get it. But light bulbs, fuses, polish is hidden away in the far corner of the shops. I think that stuff needs to move up ahead in the shop, so the mindset of the customers in five to ten years won&#8217;t be: &#8220;The gas station? Ahh &#8211; you mean the 7-Eleven that is closed at night!&#8221;</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.nuit.dk/2009/05/24/offtopic-the-future-of-the-gas-station/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Javascript performance on current browsers</title>
		<link>http://blog.nuit.dk/2009/05/06/javascript-performance-on-current-browsers/</link>
		<comments>http://blog.nuit.dk/2009/05/06/javascript-performance-on-current-browsers/#comments</comments>
		<pubDate>Wed, 06 May 2009 07:35:03 +0000</pubDate>
		<dc:creator>jul</dc:creator>
				<category><![CDATA[Geekyness]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Performance]]></category>
		<category><![CDATA[Software design]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://blog.nuit.dk/2009/05/06/javascript-performance-on-current-browsers/</guid>
		<description><![CDATA[Found this little test which gives an indicator as to Javascript performance in your browser.
On my system (Windows XP on two year old Lenovo T60p laptop) i tried to run it ten times on my browsers with all plugins disabled (lower is better):
Google Chrome: 297,7Firefox 3.5 beta 4: 340Firefox 3.0.10: 408,9Internet Explorer 8: 631,3
As the [...]]]></description>
			<content:encoded><![CDATA[<img style='float: left; margin-right: 10px; border: none;' src='http://www.gravatar.com/avatar.php?gravatar_id=21a11738f6a3b0696645fe12a6af6440&amp;default=http://use.perl.org/images/pix.gif' alt='No Gravatar' width=40 height=40/><p>Found this <a href="http://celtickane.com/labs/web-browser-javascript-benchmark/">little test</a> which gives an indicator as to Javascript performance in your browser.</p>
<p>On my system (Windows XP on two year old Lenovo T60p laptop) i tried to run it ten times on my browsers with all plugins disabled (lower is better):</p>
<p><a href="http://www.google.com/chrome/">Google Chrome</a>: 297,7<br /><a href="http://www.mozilla.com/en-US/firefox/3.5b4/releasenotes/">Firefox 3.5 beta 4</a>: 340<br /><a href="http://www.mozilla-europe.org/en/firefox/">Firefox 3.0.10</a>: 408,9<br /><a href="http://www.microsoft.com/windows/internet-explorer/worldwide-sites.aspx">Internet Explorer 8</a>: 631,3</p>
<p>As the score is time, lower is better. This is interesing because sites uses Javascript more and more, and as we work more and more online with more applications in the cloud, the Javascript engine has a lot to say about our perception of overall performance.</p>
<p>I got a bit disappointed about my <a href="http://shop.lenovo.com/SEUILibrary/controller/e/gbweb/LenovoPortal/en_GB/catalog.workflow:category.details?current-catalog-id=FD6DB49790C7411D933567FC361231FB&amp;current-category-id=ECB9D091BD0940D4B0147F6E14BBB9A6">Atom-based netbook</a> &#8211; specifically <a href="http://www.ubuntu.com/">Ubuntu 9.04</a> on that machine. It never went below 1800 (Firefox 3.0.10) and on the same hardware, the Windows-browsers gives me minimums of 1500 and 2800 for Firefox 3.0.10 and IE8 respectively. Gotta find some tweaks there.</p>
<div class="zemanta-pixie"><img class="zemanta-pixie-img" src="http://img.zemanta.com/pixy.gif?x-id=8822cab8-cc48-83d5-bdb6-0b4a1b56a6fc" /></div>
]]></content:encoded>
			<wfw:commentRss>http://blog.nuit.dk/2009/05/06/javascript-performance-on-current-browsers/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Netbooks &#8211; the necessary new design test-tool</title>
		<link>http://blog.nuit.dk/2009/02/22/netbooks-the-necessary-new-design-test-tool/</link>
		<comments>http://blog.nuit.dk/2009/02/22/netbooks-the-necessary-new-design-test-tool/#comments</comments>
		<pubDate>Sun, 22 Feb 2009 10:24:30 +0000</pubDate>
		<dc:creator>jul</dc:creator>
				<category><![CDATA[Geekyness]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Netbooks]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Software design]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://blog.nuit.dk/?p=64</guid>
		<description><![CDATA[Writing this on my Lenovo S10e netbook, I am furious. It&#8217;s before mid-day and yet I have had two experiences of software designs that did not consider netbooks a platform &#8211; or at least the new low screen resolution these computers imply. And before you call me a whiner (besides the fact that you&#8217;d be [...]]]></description>
			<content:encoded><![CDATA[<img style='float: left; margin-right: 10px; border: none;' src='http://www.gravatar.com/avatar.php?gravatar_id=21a11738f6a3b0696645fe12a6af6440&amp;default=http://use.perl.org/images/pix.gif' alt='No Gravatar' width=40 height=40/><p>Writing this on my Lenovo S10e netbook, I am furious. It&#8217;s before mid-day and yet I have had two experiences of software designs that did not consider netbooks a platform &#8211; or at least the new low screen resolution these computers imply. And before you call me a whiner (besides the fact that you&#8217;d be somewhat right), this is just a description of the changes I will make to include netbook users as an audience of software and website in the future.</p>
<p>Whine #1: Twice I&#8217;ve been cripled by software that saw the low screen resolution as a handicap &#8211; one of them on purpose. First I installed <a title="Pidgin IM home" href="http://www.pidgin.im/">Pidgin </a>- the cool cross-platform/cross-protocol IM and IRC client. I like it a lot, but on Windows some dialogs are too big and will not allow me to navigate to the OK/Cancel buttons at the bottomof the settings dialog. Fortunately this is Open Source stuff, so I can just participate and actively fix this myself.</p>
<p>Whine #2: I had to install a printer driver for my HP Photosmart 2575 printer &#8211; the install took over one hour because of some &#8220;ingenious&#8221; package system. That obviously poor user experience decision aside &#8211; the minimum requirement for the printer driver is a screen resolution of 800&#215;600 pixels. My S10e runs at 1024 x 576. The consequence &#8211; I cannot print from my netbook in Windows because the printer driver won&#8217;t finish installing, as it has an irrelevant requirement. Fortunately I am dual-booting with Ubuntu, which has excellent support for my printer (without the requirement)</p>
<p>I&#8217;ve read somewhere that 20% of all computers that will be sold in 2009 will be netbooks. Some producers (including Asus) will stop production of 8.9&#8243; -screen netbooks. The 10-inchers seems to dominate right now, and probably for the rest of the year (note: my guess only). Every company designing software will have to take this into account before they ship the next version of any product with a user interface.</p>
<p>I&#8217;ve worked on so many web projects with art directors saying: &#8220;Nobody runs 640&#215;480 or 800&#215;600 anymore&#8221;. Hey we know &#8211; but do you know how many users run with their browser maximized because a designer thought up a design that required it? Web designers don&#8217;t own the real estate of the users screen resolution &#8211; they can only hope to own the area the browser is sized to &#8211; and you have to count on users having at least one open history/bookmarks sidebar and/or plug-in and/or Google/MSN/Web developer toolbar enabled.</p>
<p>My point should be rather obvious: It is vital to include netbooks as testplatforms for serious UI-designers or your product will no longer be compatible with the equipment of the customers you want. The rules have changed &#8211; live with it.</p>
<p>You may argue that netbook users are asking for it, but if the competing website or software support the netbooks and you don&#8217;t &#8211; the users is no longer making the decision of leaving you.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.nuit.dk/2009/02/22/netbooks-the-necessary-new-design-test-tool/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<georss:point featurename="[55.90423859525798, 12.486348152160645]">55.90423859525798 12.486348152160645</georss:point>
	</item>
		<item>
		<title>Testing: WP Super Cache</title>
		<link>http://blog.nuit.dk/2009/02/09/testing-wp-super-cache/</link>
		<comments>http://blog.nuit.dk/2009/02/09/testing-wp-super-cache/#comments</comments>
		<pubDate>Mon, 09 Feb 2009 09:15:07 +0000</pubDate>
		<dc:creator>jul</dc:creator>
				<category><![CDATA[Geekyness]]></category>
		<category><![CDATA[LAMP]]></category>
		<category><![CDATA[Performance]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://blog.nuit.dk/?p=57</guid>
		<description><![CDATA[Seems like a very cool plugin to enhance the userexperience &#8211; performance wise, plus it seems to prepare Wordpress blogs for high traffic spikes.
Bug found: Links to posts from archives seems to cache PHP-code &#8211; not the resulting HTML. There&#8217;s gotta be a simple fix. Was a bit quick there. The bug is in my [...]]]></description>
			<content:encoded><![CDATA[<img style='float: left; margin-right: 10px; border: none;' src='http://www.gravatar.com/avatar.php?gravatar_id=21a11738f6a3b0696645fe12a6af6440&amp;default=http://use.perl.org/images/pix.gif' alt='No Gravatar' width=40 height=40/><p>Seems like a very <a title="WP Super Cache on author Donncha O Caoimh's blog" href="http://ocaoimh.ie/wp-super-cache/">cool plugin</a> to enhance the userexperience &#8211; performance wise, plus it seems to prepare Wordpress blogs for high traffic spikes.</p>
<p><span style="text-decoration: line-through;">Bug found: Links to posts from archives seems to cache PHP-code &#8211; not the resulting HTML. There&#8217;s gotta be a simple fix.</span> Was a bit quick there. The bug is in my theme &#8211; not in WP Super Cache.</p>
<p>Edit: Also &#8211; the issues may have to do with my host who seems to mess with their user database right now..</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.nuit.dk/2009/02/09/testing-wp-super-cache/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Netbooks growing up</title>
		<link>http://blog.nuit.dk/2009/01/26/netbooks-growing-up/</link>
		<comments>http://blog.nuit.dk/2009/01/26/netbooks-growing-up/#comments</comments>
		<pubDate>Mon, 26 Jan 2009 18:53:30 +0000</pubDate>
		<dc:creator>jul</dc:creator>
				<category><![CDATA[Geekyness]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Netbooks]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://blog.nuit.dk/?p=46</guid>
		<description><![CDATA[
This post is written on my new netbook &#8211; a Lenovo ideapad s10e. Actually I had given up on netbooks. My first one was an Asus EEE PC 900 with SSD and that machine was a serious disappointment. I have always liked Asus hardware, mainly because it is extremly well updated with software. That was [...]]]></description>
			<content:encoded><![CDATA[<img style='float: left; margin-right: 10px; border: none;' src='http://www.gravatar.com/avatar.php?gravatar_id=21a11738f6a3b0696645fe12a6af6440&amp;default=http://use.perl.org/images/pix.gif' alt='No Gravatar' width=40 height=40/><p><img class="alignright size-full wp-image-48" title="ideapad s10_red" src="http://blog.nuit.dk/wp-content/uploads/s10_red.jpg" alt="ideapad s10_red" width="320" height="242" /></p>
<p>This post is written on my new netbook &#8211; a Lenovo ideapad s10e. Actually I had given up on netbooks. My first one was an <a title="Asus EEE PC 900" href="http://asus.com/products.aspx?l1=24&amp;l2=164&amp;l3=0&amp;l4=0&amp;model=2744&amp;modelmenu=1">Asus EEE PC 900 with SSD</a> and that machine was a serious disappointment. I have always liked Asus hardware, mainly because it is extremly well updated with software. That was also the case with the eee 900, but in order to make it cheap enough a cut was made on the CPU and on the keyboard. Actually I think I could live with the somewhat slow <a title="Hardwarezone.com about the Dothan CPU" href="http://www.hardwarezone.com/articles/view.php?cid=14&amp;id=1106">Dothan CPU</a> (Celeron&#8217;ish), but combined with the poor keyboard the experience was like:</p>
<blockquote><p>I don&#8217;t know if the machine refuses to react on my keypress because the stroke wasn&#8217;t registered on the keyboard or because I am waiting for the CPU.</p></blockquote>
<p>That is of course not acceptable. So the too-cheap netbook has been gathering dust for a while now.</p>
<p>Some colleagues also purchased netbooks. One of them a <a title="Medion Akoya Mini" href="http://www.medion.de/ms/aldi/md96910/dk/flash.html">Medion Akoya</a> (looks very much like the <a href="http://www.msimobile.com/windhome.aspx">MSI Wind</a> &#8211; which 95% of the hardware probably is). It had an Intel Atom processor, which seems to do A LOT for these small laptops. The price did get an extra nudge compared to the Asus eee PC 900, but that can actually mean the difference between a usable and an unusable netbook.</p>
<p>The Lenovo machine is Atom-based, responsive and so far a really really nice piece of machinery. I dual-boot Windows and Ubuntu Linux on it and have yet to encounter missing drivers or missing responsiveness from the keyboard.</p>
<p>As with anything, you get what you pay for and you actually don&#8217;t have to pay that much more for a netbook that actually behaves as you would expect.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.nuit.dk/2009/01/26/netbooks-growing-up/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu two-finger scrolling</title>
		<link>http://blog.nuit.dk/2009/01/11/ubuntu-two-finger-scrolling/</link>
		<comments>http://blog.nuit.dk/2009/01/11/ubuntu-two-finger-scrolling/#comments</comments>
		<pubDate>Sun, 11 Jan 2009 06:38:18 +0000</pubDate>
		<dc:creator>jul</dc:creator>
				<category><![CDATA[Geekyness]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Tips]]></category>

		<guid isPermaLink="false">http://blog.nuit.dk/?p=40</guid>
		<description><![CDATA[My brother is now a fairly long time Mac-user. I haven&#8217;t gone down that road (yet). Last night he was here and i showed him my Asus EEE (which is currently running Ubuntu 8.10).
&#8220;Cool&#8221; &#8211; he said. &#8220;It supports two-finger-scrolling&#8221;. I didn&#8217;t know, but he is right. Googling for it found me this. Apparently the [...]]]></description>
			<content:encoded><![CDATA[<img style='float: left; margin-right: 10px; border: none;' src='http://www.gravatar.com/avatar.php?gravatar_id=21a11738f6a3b0696645fe12a6af6440&amp;default=http://use.perl.org/images/pix.gif' alt='No Gravatar' width=40 height=40/><p>My brother is now a fairly long time Mac-user. I haven&#8217;t gone down that road (yet). Last night he was here and i showed him my Asus EEE (which is currently running Ubuntu 8.10).</p>
<p>&#8220;Cool&#8221; &#8211; he said. &#8220;It supports two-finger-scrolling&#8221;. I didn&#8217;t know, but he is right. Googling for it found me <a title="Ubuntu two finger scrolling" href="http://lucumr.pocoo.org/2007/11/13/two-finger-scrolling-on-ubuntu">this</a>. Apparently the touchpad is new enough in the Asus EEE to support two finger scrolling. Nice to find hidden coolness.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.nuit.dk/2009/01/11/ubuntu-two-finger-scrolling/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I was hesitant to upgrade to Firefox 3 before..</title>
		<link>http://blog.nuit.dk/2008/06/18/i-was-hesitant-to-upgrade-to-firefox-3-before/</link>
		<comments>http://blog.nuit.dk/2008/06/18/i-was-hesitant-to-upgrade-to-firefox-3-before/#comments</comments>
		<pubDate>Wed, 18 Jun 2008 11:48:31 +0000</pubDate>
		<dc:creator>jul</dc:creator>
				<category><![CDATA[Free]]></category>
		<category><![CDATA[Geekyness]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://blog.nuit.dk/2008/06/18/i-was-hesitant-to-upgrade-to-firefox-3-before/</guid>
		<description><![CDATA[..the Del.icio.us add-on was announced.
]]></description>
			<content:encoded><![CDATA[<img style='float: left; margin-right: 10px; border: none;' src='http://www.gravatar.com/avatar.php?gravatar_id=21a11738f6a3b0696645fe12a6af6440&amp;default=http://use.perl.org/images/pix.gif' alt='No Gravatar' width=40 height=40/><p>..the <a href="http://blog.delicious.com/blog/2008/06/delicious-bookmarks-for-firefox-3-signed-sealed-and-delivered.html">Del.icio.us add-on</a> was announced.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.nuit.dk/2008/06/18/i-was-hesitant-to-upgrade-to-firefox-3-before/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<georss:point featurename="[55.668235287475795, 12.618553161883028]">55.668235287475795 12.618553161883028</georss:point>
	</item>
		<item>
		<title>What goes on in my registry when&#8230;</title>
		<link>http://blog.nuit.dk/2008/05/15/what-goes-on-in-my-registry-when/</link>
		<comments>http://blog.nuit.dk/2008/05/15/what-goes-on-in-my-registry-when/#comments</comments>
		<pubDate>Thu, 15 May 2008 08:26:03 +0000</pubDate>
		<dc:creator>jul</dc:creator>
				<category><![CDATA[Free]]></category>
		<category><![CDATA[Geekyness]]></category>
		<category><![CDATA[Performance]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://blog.nuit.dk/2008/05/15/what-goes-on-in-my-registry-when/</guid>
		<description><![CDATA[
Ever asked yourself what actually happens when you perform a certain thing in a certain program? Which files are read, created, updated and what goes on in my registry.
The Sysinternals Process Monitor tool does this. Filter the events any way you need and you will be able to release registry updates quickly. I just used [...]]]></description>
			<content:encoded><![CDATA[<img style='float: left; margin-right: 10px; border: none;' src='http://www.gravatar.com/avatar.php?gravatar_id=21a11738f6a3b0696645fe12a6af6440&amp;default=http://use.perl.org/images/pix.gif' alt='No Gravatar' width=40 height=40/><p><a href="http://blog.nuit.dk/2008/05/15/what-goes-on-in-my-registry-when/process-monitor/" rel="attachment wp-att-34" title="Process Monitor"><img src="http://blog.nuit.dk/wp-content/procmon.jpg" alt="Process Monitor" align="right" /></a></p>
<p>Ever asked yourself what actually happens when you perform a certain thing in a certain program? Which files are read, created, updated and what goes on in my registry.</p>
<p>The Sysinternals <a href="http://technet.microsoft.com/da-dk/sysinternals/bb896645(en-us).aspx">Process Monitor</a> tool does this. Filter the events any way you need and you will be able to release registry updates quickly. I just used it to identify the registry changes performed as I changed the cache settings of IE, so a registry update file can be made and distributed to anyone who needs the same settings. It took about 10 minutes to learn to use Process Monitor and identify the key in question.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.nuit.dk/2008/05/15/what-goes-on-in-my-registry-when/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Generate PDF files from PHP</title>
		<link>http://blog.nuit.dk/2007/09/12/generate-pdf-files-from-php/</link>
		<comments>http://blog.nuit.dk/2007/09/12/generate-pdf-files-from-php/#comments</comments>
		<pubDate>Wed, 12 Sep 2007 15:15:49 +0000</pubDate>
		<dc:creator>jul</dc:creator>
				<category><![CDATA[Geekyness]]></category>
		<category><![CDATA[LAMP]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://blog.nuit.dk/2007/09/12/generate-pdf-files-from-php/</guid>
		<description><![CDATA[For a web project I needed to create invoices, to be downloaded or e-mailed to clients in PDF format. The platform is PHP and the documentation for this almost exclusively describe PDFLib for this purpose. I am sure PDFLib is fine, and the tutorials that come with the package looks really good.
But..
You pay for PDFLib [...]]]></description>
			<content:encoded><![CDATA[<img style='float: left; margin-right: 10px; border: none;' src='http://www.gravatar.com/avatar.php?gravatar_id=21a11738f6a3b0696645fe12a6af6440&amp;default=http://use.perl.org/images/pix.gif' alt='No Gravatar' width=40 height=40/><p>For a web project I needed to create invoices, to be downloaded or e-mailed to clients in PDF format. The platform is <a href="http://php.net/">PHP</a> and <a href="http://www.php.net/manual/en/ref.pdf.php" title="PHP Documentation: PDF Functions">the documentation</a> for this almost exclusively describe <a href="http://www.pdflib.com/products/pdflib-family/" title="PDFLib Product Family">PDFLib</a> for this purpose. I am sure PDFLib is fine, and the tutorials that come with the package looks really good.</p>
<p><strong>But..</strong></p>
<p>You pay for PDFLib &#8211; I don&#8217;t mind paying for software, you should pay for usable high-quality stuff, which I am sure PDFLib is. US$ 995 is a little steep though &#8211; compared to free. The FAQ however mentions a few free alternatives. Right now I am looking into <a href="http://www.fpdf.org/" title="FPDF website">FPDF</a> &#8211; which seem to do the trick.</p>
<p>Actually I found out that my previous ISP (invoicing their customers only by PDF invoices via E-mail) use FPDF. This tells me that FPDF is more than ready for production. I&#8217;ll let you know if I something disappoints me &#8211; although I would hate to bash a truly free initiative such as this one. Oh &#8211; and by the way it has another edge to PDFLib &#8211; It is written in PFP and does not need server reconfiguration to work. If you want a head start, there are quite an extensive list of <a href="http://www.fpdf.org/en/script/index.php" title="FPDF code examples">code examples</a> available.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.nuit.dk/2007/09/12/generate-pdf-files-from-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<georss:point featurename="[55.6957164450209, 12.54413366317749]">55.6957164450209 12.54413366317749</georss:point>
	</item>
		<item>
		<title>How does my website look in ALL the other browsers?</title>
		<link>http://blog.nuit.dk/2007/09/12/how-does-my-website-look-in-all-the-other-browsers/</link>
		<comments>http://blog.nuit.dk/2007/09/12/how-does-my-website-look-in-all-the-other-browsers/#comments</comments>
		<pubDate>Wed, 12 Sep 2007 13:50:27 +0000</pubDate>
		<dc:creator>jul</dc:creator>
				<category><![CDATA[Free]]></category>
		<category><![CDATA[Geekyness]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://blog.nuit.dk/2007/09/12/how-does-my-website-look-in-all-the-other-browsers/</guid>
		<description><![CDATA[Wanna know how Mac og Linux users running rare browsers view your website? Then check out http://browsershots.org/. Queue up your URL and depending on the current load, the screenshouts will begin pouring in over the next couple of minutes. Why, oh why should we wait soo many years for a service like this?
The shots are [...]]]></description>
			<content:encoded><![CDATA[<img style='float: left; margin-right: 10px; border: none;' src='http://www.gravatar.com/avatar.php?gravatar_id=21a11738f6a3b0696645fe12a6af6440&amp;default=http://use.perl.org/images/pix.gif' alt='No Gravatar' width=40 height=40/><p>Wanna know how Mac og Linux users running rare browsers view your website? Then check out <a href="http://browsershots.org/">http://browsershots.org/</a>. Queue up your URL and depending on the current load, the screenshouts will begin pouring in over the next couple of minutes. Why, oh why should we wait soo many years for a service like this?</p>
<p>The shots are of course static, so it is not possible for you to actually check how your site performs and functions without running the actual browser on the actual OS you want to test. It can however save you A LOT of time, getting rid of the most common errors early in the layout debugging process.</p>
<p>The site features <a href="https://translations.launchpad.net/shotserver/0.4/+pots/shotserver">quite a few languages</a>, and more a being added all the time</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.nuit.dk/2007/09/12/how-does-my-website-look-in-all-the-other-browsers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<georss:point featurename="[55.6957164450209, 12.54413366317749]">55.6957164450209 12.54413366317749</georss:point>
	</item>
		<item>
		<title>Attention Profiles may filter news better</title>
		<link>http://blog.nuit.dk/2007/08/07/attention-profiles-may-target-news-better/</link>
		<comments>http://blog.nuit.dk/2007/08/07/attention-profiles-may-target-news-better/#comments</comments>
		<pubDate>Tue, 07 Aug 2007 09:55:37 +0000</pubDate>
		<dc:creator>jul</dc:creator>
				<category><![CDATA[Geekyness]]></category>
		<category><![CDATA[Human]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://blog.nuit.dk/2007/08/07/attention-profiles-may-target-news-better/</guid>
		<description><![CDATA[Amazon profiles you by the books you buy. Google sponsored links are displayed by the contents of your gmail e-mails and general website interests. All &#8220;Big Brother&#8221; considerations aside &#8211; this is clever &#8211; or at least technically interesting. There are risks of evil marketeers profiling you down to the bone, but on the other [...]]]></description>
			<content:encoded><![CDATA[<img style='float: left; margin-right: 10px; border: none;' src='http://www.gravatar.com/avatar.php?gravatar_id=21a11738f6a3b0696645fe12a6af6440&amp;default=http://use.perl.org/images/pix.gif' alt='No Gravatar' width=40 height=40/><p>Amazon profiles you by the books you buy. Google sponsored links are displayed by the contents of your gmail e-mails and general website interests. All &#8220;Big Brother&#8221; considerations aside &#8211; this is clever &#8211; or at least technically interesting. There are risks of evil marketeers profiling you down to the bone, but on the other hand you probably only see stuff that is interesting to you &#8211; as opposed to receiving a load of Viagra spam e-mails. I know &#8211; The fact that something really sucks, does not make something that sucks a bit less excellent..</p>
<p>A <a href="http://www.apml.org/" title="APML group">group is in the process of specifying the APML format</a>. APML is short for Attention Profile Markup Language and will specify a fileformat to express your interests ranked. OPML can already be considered an APML subset describing your feed subscriptions, but APML i more of an aggregation of your interests also including e-mail, browser history and bookmarks.</p>
<p>An important thing about your attention profile is, that is has value &#8211; to you as well as to others. Check out <a href="http://www.attentiontrust.org/about">AttentionTrust</a> for more..</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.nuit.dk/2007/08/07/attention-profiles-may-target-news-better/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Why are Wiki&#8217;s so darn ugly?</title>
		<link>http://blog.nuit.dk/2007/06/06/why-are-wikis-so-darn-ugly/</link>
		<comments>http://blog.nuit.dk/2007/06/06/why-are-wikis-so-darn-ugly/#comments</comments>
		<pubDate>Tue, 05 Jun 2007 22:37:24 +0000</pubDate>
		<dc:creator>jul</dc:creator>
				<category><![CDATA[Geekyness]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[Wiki]]></category>

		<guid isPermaLink="false">http://blog.nuit.dk/2007/06/06/why-are-wikis-so-darn-ugly/</guid>
		<description><![CDATA[I am a Wiki-virgin. Not in the sense of being a wiki-reader/contributor, but today I set up my first Wiki which is about to go online. Wiki&#8217;s based on the MediaWiki software (which is also used for WikiPedia) are actually skinable, but as content usually is king in Wiki land, very few operators make an [...]]]></description>
			<content:encoded><![CDATA[<img style='float: left; margin-right: 10px; border: none;' src='http://www.gravatar.com/avatar.php?gravatar_id=21a11738f6a3b0696645fe12a6af6440&amp;default=http://use.perl.org/images/pix.gif' alt='No Gravatar' width=40 height=40/><p>I am a Wiki-virgin. Not in the sense of being a wiki-reader/contributor, but today I set up my first Wiki which is about to go online. Wiki&#8217;s based on the <a href="http://www.mediawiki.org/wiki/MediaWiki" title="MediaWiki website">MediaWiki software</a> (which is also used for <a href="http://en.wikipedia.org/wiki/Main_Page" title="WikiPedia - The free encyclopedia">WikiPedia</a>) are actually skinable, but as content usually is king in Wiki land, very few operators make an effort to change skin before going online. The well known default Monobook skin is used almost everywhere (you know &#8211; the one where the monochrome image of an book is the back-drop).</p>
<p>This has one obvious benefit: People recognize it as being a Wiki-type site immediately. Indeed a strong argument to keep things as they are. I may be running my mouth of as the green first day Wiki operator, and maybe I have actually used Wiki based sites that I did not recognize because it used some great unknown skin. But doesn&#8217;t the Wiki deserve it&#8217;s <a href="http://binarybonsai.com/wordpress/kubrick/" title="From the creator of Kubrick">Kubrick skin</a> &#8211; which was considered the defacto blog-look a few years back. People would look at the skin (which is beautiful) and say &#8220;Ahh &#8211; that&#8217;s a weblog&#8221;. These days I (and probably a few other) say &#8220;Yuck &#8211; It&#8217;s a Wiki&#8221;.</p>
<p><a href="http://binarybonsai.com/" title="Binary Bonsai is the website of Kubrick skin creator Michael Heilemann">Michael Heilemann</a> did such a great job with Kubrick. Isn&#8217;t it time for Wiki&#8217;s to have their own updated slick skin? Do you have it or know where to get it? There is one Wiki-skin I like: <a href="http://www.ipbwiki.com/forums/index.php?automodule=downloads&amp;showfile=60#" title="Cavendish skin for Wiki downloadable from Ipb Wiki Forums">Cavendish</a>. I would love to be able to create one myself, but my graphic skills are unfortunately only focused around my eyes &#8211; not in my hands.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.nuit.dk/2007/06/06/why-are-wikis-so-darn-ugly/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Rebooting for the next couple of days</title>
		<link>http://blog.nuit.dk/2007/05/30/rebooting-for-the-next-couple-of-days/</link>
		<comments>http://blog.nuit.dk/2007/05/30/rebooting-for-the-next-couple-of-days/#comments</comments>
		<pubDate>Wed, 30 May 2007 16:35:46 +0000</pubDate>
		<dc:creator>jul</dc:creator>
				<category><![CDATA[Geekyness]]></category>
		<category><![CDATA[Human]]></category>
		<category><![CDATA[reboot9]]></category>

		<guid isPermaLink="false">http://blog.nuit.dk/2007/05/30/rebooting-for-the-next-couple-of-days/</guid>
		<description><![CDATA[Thursday and friday i will be at Reboot 9 &#8211; it&#8217;s the third time I attend &#8211; last time was two years ago, and the first time was actually at the first Reboot conference &#8211; pre-bubble, y2k and all. This years theme is &#8220;Human&#8221;. The focus is rarely technology, but future ways of thinking and [...]]]></description>
			<content:encoded><![CDATA[<img style='float: left; margin-right: 10px; border: none;' src='http://www.gravatar.com/avatar.php?gravatar_id=21a11738f6a3b0696645fe12a6af6440&amp;default=http://use.perl.org/images/pix.gif' alt='No Gravatar' width=40 height=40/><p align="left"><a href="http://www.reboot.dk/" title="Reboot 9 website"><img src="http://blog.nuit.dk/wp-content/reboot9logo.png" alt="Reboot 9" align="left" /></a>Thursday and friday i will be at <a href="http://www.reboot.dk/" title="Reboot official website">Reboot 9</a> &#8211; it&#8217;s the third time I attend &#8211; last time was two years ago, and the first time was actually at the first Reboot conference &#8211; pre-bubble, y2k and all. This years theme is &#8220;Human&#8221;. The focus is rarely technology, but future ways of thinking and working. This year one of the headliners are <a href="http://scripting.com" title="Dave Winers blog">Dave Winer</a> &#8211; a talk on friday I will forward to. I also expect this to be another great networking opportunity.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.nuit.dk/2007/05/30/rebooting-for-the-next-couple-of-days/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows &#8216;amp tip</title>
		<link>http://blog.nuit.dk/2007/05/22/windows-amp-tip/</link>
		<comments>http://blog.nuit.dk/2007/05/22/windows-amp-tip/#comments</comments>
		<pubDate>Tue, 22 May 2007 18:07:09 +0000</pubDate>
		<dc:creator>jul</dc:creator>
				<category><![CDATA[Geekyness]]></category>
		<category><![CDATA[LAMP]]></category>
		<category><![CDATA[Tips]]></category>

		<guid isPermaLink="false">http://blog.nuit.dk/2007/05/22/windows-amp-tip/</guid>
		<description><![CDATA[I was annoyed &#8211; but not anymore. I have been developing for Apache/MySQL on my laptop for a while, and in the beginning I would start the Apache and MySQL services automatically as I booted Windows. Recently I embarked to minimize the boot time of my Windows installation &#8211; and that included minimizing the services [...]]]></description>
			<content:encoded><![CDATA[<img style='float: left; margin-right: 10px; border: none;' src='http://www.gravatar.com/avatar.php?gravatar_id=21a11738f6a3b0696645fe12a6af6440&amp;default=http://use.perl.org/images/pix.gif' alt='No Gravatar' width=40 height=40/><p>I was annoyed &#8211; but not anymore. I have been developing for Apache/MySQL on my laptop for a while, and in the beginning I would start the Apache and MySQL services automatically as I booted Windows. Recently I embarked to minimize the boot time of my Windows installation &#8211; and that included minimizing the services starting automatically &#8211; including Apache and MySQL. To start these two services, I enabled the System Tray icons for the two services and when I wanted to start the services I would right click the MySQL monitor and choose &#8220;Start instance&#8221;, and then left-click the Apache icon and click &#8220;Start&#8221; in the submenu.</p>
<p>This seems fairly simple, but if you try to navigate icons in the System Tray before everything is done loading, you will know that right-clicking something may give long delays, sometimes sub-menues disapear and you don&#8217;t know if it was because of your click, which it did not respond to or if your click was actually registered. So the tip is simple and low tech &#8211; perform the same thing in a .bat file:</p>
<p>startamp.bat:</p>
<blockquote><p><code>net start mysql</code><br />
<code>net start apache2</code></p></blockquote>
<p>stopamp.bat:</p>
<blockquote><p><code>net stop apache2<br />
net stop mysql</code></p></blockquote>
<p>Put these on your desktop or quickstart menu..</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.nuit.dk/2007/05/22/windows-amp-tip/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<georss:point featurename="[55.90423859525798, 12.486348152160645]">55.90423859525798 12.486348152160645</georss:point>
	</item>
		<item>
		<title>Microformats starting point</title>
		<link>http://blog.nuit.dk/2007/05/04/microformats-starting-point/</link>
		<comments>http://blog.nuit.dk/2007/05/04/microformats-starting-point/#comments</comments>
		<pubDate>Fri, 04 May 2007 09:17:31 +0000</pubDate>
		<dc:creator>jul</dc:creator>
				<category><![CDATA[Geekyness]]></category>
		<category><![CDATA[Microformats]]></category>
		<category><![CDATA[Networks]]></category>

		<guid isPermaLink="false">http://blog.nuit.dk/?p=15</guid>
		<description><![CDATA[Dive into the possibilities of Microformats from this article at Smashing Magazine. The article points out a few simple additions for your website, that will easily add context to the contents of your site to humans and machines.
An example: If you are selling something, specific crawlers of trade sites will know it as they find [...]]]></description>
			<content:encoded><![CDATA[<img style='float: left; margin-right: 10px; border: none;' src='http://www.gravatar.com/avatar.php?gravatar_id=21a11738f6a3b0696645fe12a6af6440&amp;default=http://use.perl.org/images/pix.gif' alt='No Gravatar' width=40 height=40/><p><a href="http://blog.nuit.dk/wp-content/microformats-03.png" title="Microformats logo"><img src="http://blog.nuit.dk/wp-content/microformats-03.png" alt="Microformats logo" align="left" /></a>Dive into the possibilities of Microformats from <a href="http://www.smashingmagazine.com/2007/05/04/microformats-what-they-are-and-how-to-use-them/" title="Microformats: What They Are and How To Use Them | Smashing Magazine">this article</a> at <a href="http://www.smashingmagazine.com/" title="Smashing Magazine front page">Smashing Magazine</a>. The article points out a few simple additions for your website, that will easily add context to the contents of your site to humans and machines.</p>
<p>An example: If you are selling something, specific crawlers of trade sites will know it as they find the appropriate microformat code on your site. Another example: Make your resume available in hResume format embedded in your regular HTML code and it can be indexed by recruiting companies.</p>
<p>Thanks to <a href="http://www.cleverclogs.org/" rel="likeminded source of cool links">Marjolein</a> for the link.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.nuit.dk/2007/05/04/microformats-starting-point/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Simple VPN setup</title>
		<link>http://blog.nuit.dk/2007/05/01/simple-vpn-setup/</link>
		<comments>http://blog.nuit.dk/2007/05/01/simple-vpn-setup/#comments</comments>
		<pubDate>Tue, 01 May 2007 09:16:59 +0000</pubDate>
		<dc:creator>jul</dc:creator>
				<category><![CDATA[Geekyness]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Networks]]></category>

		<guid isPermaLink="false">http://blog.nuit.dk/?p=11</guid>
		<description><![CDATA[Up until today, I have had to make important files from the shares of my home Linux server available as Windows Offline files to have them readily available on the road. I could sftp to my home server and fetch the files, but with the overhead of having to remember to actively upload the files [...]]]></description>
			<content:encoded><![CDATA[<img style='float: left; margin-right: 10px; border: none;' src='http://www.gravatar.com/avatar.php?gravatar_id=21a11738f6a3b0696645fe12a6af6440&amp;default=http://use.perl.org/images/pix.gif' alt='No Gravatar' width=40 height=40/><p>Up until today, I have had to make important files from the shares of my home Linux server available as Windows Offline files to have them readily available on the road. I could sftp to my home server and fetch the files, but with the overhead of having to remember to actively upload the files again if they have been updated. I had a hunch that SSH tunnels could help me out, but today I finally made everything work, enabling me to map drives to the Samba shares of my home server through a secure SSH tunnel. Here&#8217;s how..</p>
<p><strong>Background info</strong></p>
<p>I am creating this setup using my home Linux server connected to my ADSL connection at home. I want to connect my laptop to my Linux server in order to map the Samba shares as drives on my laptop, when I am connected to the internet at the office or at a client. The Linux server is running OpenSSH which enables me to make regular SSH terminal connections using a client such as <a href="http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html" title="Download of the Putty SSH terminal client">Putty</a>, SFTP file transfers using <a href="http://winscp.net/eng/download.php" title="Get WinSCP - a Norton Commander-like interface to SFTP">WinSCP</a> AND tunnels &#8211; also using Putty.</p>
<p><img src="http://blog.nuit.dk/wp-content/uninstallfapshare.jpg" alt="Uninstall File and Printer sharing for Microsoft Networks" align="right" />A tunnel through SSH works like this: A service is listening for connection requests on some port on the server -A Samba server listens on port 139 (like any Windows machine that has &#8220;File and printer sharing&#8221; installed does). When you create a tunnel like this one, you are &#8220;rewiring&#8221; the network of your workstation telling it to forward all connection attempts to the local port 139 to port 139 of the remote server through a the secure connection supplied by SSH. As only one service can listen on one port at a time, you need to uninstall &#8220;File and printer sharing&#8221; for your network connections. Please note that when you do this, any folder or printer shared by your computer will no longer be available to other users on your network.</p>
<p><strong>Do it</strong></p>
<p>If you have Samba shares and OpenSSH running on your server and you can connect to it using an SSH client, you only need to change the setup of your client pc.</p>
<ol>
<li>Install <a href="http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html" title="Putty will allow you to create the tunnel connection">Putty</a> &#8211; which should be fairly straight forward.</li>
<li>
<p align="left">Uninstall &#8220;File and Printer sharing&#8221;. Note: If you merely disable the element, this will not work as the service will still listen on port 139 and block Putty from listening on the same port. A complete Uninstall is necessary.</p>
</li>
<li>If you already have a terminal connection set up for your server in Putty, it can be reused and you can merely add a tunnel to the connection. To make your initial connection in Putty, simply supply your internet IP address (or domain name if you have one) for your home server, and make sure the standard port 22 is NAT&#8217;ed in your router to your server. You may choose to increase security by having OpenSSH run on a port other than 22 &#8211; but that is a outside the scope of this post.</li>
<li>Open the Tunnels configuration and enter:
<ul>
<li>139 in the Source port field</li>
<li>The internal IP adress of your server followed by :139 to indicate that you wish to connect to port 139 on the server. In the example below, the internal IP adress of the server is 10.0.0.150</li>
</ul>
</li>
</ol>
<p><img src="http://blog.nuit.dk/wp-content/puttyconfig.jpg" alt="Putty Configuration" align="left" /></p>
<p>Apply your changes and open the connection. Once you have succesfully logged on in the terminal window the tunnel will be established and you should be able to start mapping drives to \\127.0.0.1\remotesharenames.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.nuit.dk/2007/05/01/simple-vpn-setup/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Internet Explorer on Linux</title>
		<link>http://blog.nuit.dk/2007/04/24/internet-explorer-on-linux/</link>
		<comments>http://blog.nuit.dk/2007/04/24/internet-explorer-on-linux/#comments</comments>
		<pubDate>Tue, 24 Apr 2007 07:23:16 +0000</pubDate>
		<dc:creator>jul</dc:creator>
				<category><![CDATA[Geekyness]]></category>

		<guid isPermaLink="false">http://blog.nuit.dk/?p=7</guid>
		<description><![CDATA[This post is written from Internet Explorer 6. In itself that is not so strange &#8211; I have a large client that exclusively run Internet Explorer 6 throughout the entire enterprise, so my work needs to be 100% tested on this browser. On my Windows XP installation i am running IE7 which cannot coexist with [...]]]></description>
			<content:encoded><![CDATA[<img style='float: left; margin-right: 10px; border: none;' src='http://www.gravatar.com/avatar.php?gravatar_id=21a11738f6a3b0696645fe12a6af6440&amp;default=http://use.perl.org/images/pix.gif' alt='No Gravatar' width=40 height=40/><p><a href="http://blog.nuit.dk/?attachment_id=8" rel="attachment wp-att-8" title="IEs4Linux"><img src="http://blog.nuit.dk/wp-content/screenshot-main-page-ies4linux-microsoft-internet-explorer.png" alt="IEs4Linux" align="left" /></a>This post is written from Internet Explorer 6. In itself that is not so strange &#8211; I have a large client that exclusively run Internet Explorer 6 throughout the entire enterprise, so my work needs to be 100% tested on this browser. On my Windows XP installation i am running IE7 which cannot coexist with version 6 and i didn&#8217;t feel like downgrading. Installing Windows XP as a <a href="http://www.virtualbox.org/" title="Innotek VirtualBox is good for virtualizing">virtual machine</a> is not an option &#8211; as I don&#8217;t want the expense of another Windows license.</p>
<p><a href="http://www.winehq.org" title="Wine is an Open Source implementation of the Windows API on top of X and Unix">Wine</a> was apparently not able to run Internet Explorer out-of-the-box, but a bit of Googling gave me what I need: <a href="http://www.tatanka.com.br/ies4linux/page/Main_Page" title="IEs4Linux is the simpler way to have Microsoft Internet Explorer running on Linux (or any OS running Wine)">EIs4Linux</a> &#8211; a package that can install any (also simultaneously) of IE 5, 5.5 or 6. I used <a href="http://www.howtoforge.com/ubuntu_internet_explorer" title="How To Install Internet Explorer On Ubuntu">this step-by-step guide</a> to get everything running.</p>
<p><a href="http://www.microsoft.com/windows/products/winfamily/ie/default.mspx" title="Internet Explorer 7 page at Microsoft.com">IE7</a> is currently not supported (by Wine <a href="http://www.tatanka.com.br/ies4linux/news/41" title="IEs4Linux 2.5 is beta">according to the EIs4Linux guys</a>), but it is work in progress.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.nuit.dk/2007/04/24/internet-explorer-on-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Focus focus</title>
		<link>http://blog.nuit.dk/2007/04/19/focus-focus/</link>
		<comments>http://blog.nuit.dk/2007/04/19/focus-focus/#comments</comments>
		<pubDate>Thu, 19 Apr 2007 19:07:01 +0000</pubDate>
		<dc:creator>jul</dc:creator>
				<category><![CDATA[Geekyness]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://blog.nuit.dk/?p=3</guid>
		<description><![CDATA[I like to keep stuff separated, so this blog will contain observations and hopefully conversations about IT, geeky stuff and social software. As I am writing this, I have just completed downloading Ubuntu Linux 7.04 which was released today. Their site still have symptoms of quite a heavy load, as the most of the (geeky) [...]]]></description>
			<content:encoded><![CDATA[<img style='float: left; margin-right: 10px; border: none;' src='http://www.gravatar.com/avatar.php?gravatar_id=21a11738f6a3b0696645fe12a6af6440&amp;default=http://use.perl.org/images/pix.gif' alt='No Gravatar' width=40 height=40/><p><a href="http://blog.nuit.dk/?attachment_id=4" rel="attachment wp-att-4" title="Ubuntu 7.04 was released today"><img src="http://blog.nuit.dk/wp-content/ubuntulogo.png" alt="Ubuntu logo" align="right" /></a>I like to keep stuff separated, so this blog will contain observations and hopefully conversations about IT, geeky stuff and social software. As I am writing this, I have just completed downloading Ubuntu Linux 7.04 which was released today. <a href="http://www.ubuntu.com" title="Ubuntu Linux">Their site</a> still have symptoms of quite a heavy load, as the most of the (geeky) world is probably reading about or downloading version 7.04 of this great Linux distribution.</p>
<p>I was actually about to rant a bit about the pet names they give their releases (this list was nicked from <a href="http://en.wikipedia.org/wiki/Ubuntu_Linux" title="Wikipedia on Ubuntu Linux">Wikipedia</a>) &#8211; I have yet to figure out why animals with distinctions make better release names.</p>
<ul>
<li>4.10 The Warty Warthog</li>
<li>5.04 The Hoary Hedgehog</li>
<li>5.10 The Breezy Badger</li>
<li>6.06 The Dapper Drake LTS (Long Term Support)</li>
<li>6.10 The Edgy Eft</li>
<li>7.04 Feisty Fawn</li>
</ul>
<p>In October of this year Gutsy Gibbon (of course referring to version 7.10 of Ubuntu Linux)  should once again start an extra fan or two on the Ubuntu download mirrors.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.nuit.dk/2007/04/19/focus-focus/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<georss:point featurename="[55.6957164450209, 12.54413366317749]">55.6957164450209 12.54413366317749</georss:point>
	</item>
	</channel>
</rss>
