<?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>IT-Hora &#187; Technology</title>
	<atom:link href="http://www.ithora.se/cat/tech/feed" rel="self" type="application/rss+xml" />
	<link>http://www.ithora.se</link>
	<description>If it speaks IP, it speaks to me.</description>
	<lastBuildDate>Mon, 23 Jan 2012 22:47:02 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Cisco VPN on 64-bit MacOS X Lion</title>
		<link>http://www.ithora.se/846</link>
		<comments>http://www.ithora.se/846#comments</comments>
		<pubDate>Tue, 23 Aug 2011 21:07:59 +0000</pubDate>
		<dc:creator>Pal</dc:creator>
				<category><![CDATA[Firewall]]></category>
		<category><![CDATA[Network]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[IP]]></category>

		<guid isPermaLink="false">http://www.ithora.se/?p=846</guid>
		<description><![CDATA[Another one of my frequent postings on this page throughout the years! Anyway, even though I might not be the most active blogger on this side of Indus, this one should be useful to some people for now and probably &#8230; <a href="http://www.ithora.se/846">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Another one of my frequent postings on this page throughout the years!</p>
<p>Anyway, even though I might not be the most active blogger on this side of Indus, this one should be useful to some people for now and probably some time forward.</p>
<p>As most people* know, Cisco IPSec VPN and 64-bit operating systems aren&#8217;t best friends, since Cisco wants people to use their Anyconnect client for licensing reasons, and decided to never make a 64-bit version. So, since I use IPSec for most of my VPN connections, and I don&#8217;t want to be stuck in a 32-bit world forever, I spent some time getting it to work om my workstation. *) Most people = Network guys.</p>
<p>The components I used for testing was a Cisco 3000 VPN Concentrator (although it should work with PIX and ASA as well) and MacOS X Lion 10.7 (now also confirmed working on the 10.7.1 update). Basicly, most of this stuff should work on clients of any UNIX flavor, with the exception of some path names and the Applescript.</p>
<p>The instructions are written in a way that even users not familiar to UNIX environments should be able to pull it off, which makes them look kind of childish for an experienced UNIX guy, but you can&#8217;t make everybody happy, can you?</p>
<h2>Downloads</h2>
<p>All software you need to download for this is listed here. You don&#8217;t have to download these now, you can do it along the way further down, but starting that Xcode download could be a good thing, since it is 3GB big.</p>
<p><a href="http://itunes.apple.com/us/app/xcode/id448457090?mt=12#" title="Xcode in App store" target="_blank">http://itunes.apple.com/us/app/xcode/id448457090?mt=12#</a><br />
<a href="ftp://ftp.gnupg.org/gcrypt/libgpg-error/libgpg-error-1.9.tar.bz2" title="libgpg-error 1.9" target="_blank">ftp://ftp.gnupg.org/gcrypt/libgpg-error/libgpg-error-1.9.tar.bz2</a><br />
<a href="ftp://ftp.gnupg.org/gcrypt/libgcrypt/libgcrypt-1.5.0.tar.bz2" title="libgcrypt 1.5.0" target="_blank">ftp://ftp.gnupg.org/gcrypt/libgcrypt/libgcrypt-1.5.0.tar.bz2</a><br />
<a href="http://sourceforge.net/projects/tuntaposx/files/tuntap/20090913/tuntap_20090913.tar.gz/download" title="tuntap 2009-09-13" target="_blank">http://sourceforge.net/projects/tuntaposx/files/tuntap/20090913/tuntap_20090913.tar.gz/download</a><br />
<a href="http://www.unix-ag.uni-kl.de/~massar/vpnc/vpnc-0.5.3.tar.gz" title="vpnc 0.5.3" target="_blank">http://www.unix-ag.uni-kl.de/~massar/vpnc/vpnc-0.5.3.tar.gz</a><br />
<a href="http://www.ithora.se/public/software/macos-vpnc/vpnc-fix" title="vpnc-fix" target="_blank">http://www.ithora.se/public/software/macos-vpnc/vpnc-fix</a><br />
<a href="http://www.ithora.se/public/software/macos-vpnc/vpn-launcher.command" title="vpn-launcher.command" target="_blank">http://www.ithora.se/public/software/macos-vpnc/vpn/launcher.command</a><br />
<a href="http://www.ithora.se/public/software/macos-vpnc/VPN%20Actions.scpt" title="VPN Actions.scpt" target="_blank">http://www.ithora.se/public/software/macos-vpnc/VPN%20Actions.scpt</a></p>
<h2>General information:</h2>
<p>Open a terminal and type:</p>
<p><em>whoami</em></p>
<p>Record your MacOS username. Everywhere you see &#8220;pbodin&#8221; in this document, replace it with either your MacOS username, or your VPN username (in my case, both are pbodin).</p>
<p>When you use the sudo command throughout this task, it might ask for your password. Then feed it with your MacOS password.</p>
<p>There might be newer versions of the software used in these instructions. Feel free to try the newer versions. Your mileage may vary, and I&#8217;ve only tested this with the versions mentioned below.</p>
<p>Tip for the non-frequent vi users: If you screw up inside vi, press ESC a couple of times and type :q! to get out of vi without saving, and then start over from the vi command. Or read this: <a href="http://www.cs.colostate.edu/helpdocs/vi.html" title="vi navigation" target="_blank">http://www.cs.colostate.edu/helpdocs/vi.html</a></p>
<p>All commands you&#8217;re supposed to type in a terminal or something are in italic font. Beware that this page wraps the lines, so use copy and paste to make sure to have your newlines in order.</p>
<p>The setup redirects all non-local traffic through the VPN tunnel (i.e. no split-tunneling). Also, local DNS will cease to work, all queries will end up on the DNS servers provided by the VPN connection. All this can easily be changed within the script, if you know how to.</p>
<h2>Install a compiler</h2>
<p>The easiest is to download Xcode from App Store: <a href="http://itunes.apple.com/us/app/xcode/id448457090?mt=12#" title="Xcode in App store" target="_blank">http://itunes.apple.com/us/app/xcode/id448457090?mt=12#</a></p>
<p>The download is 3 GB though, so if you&#8217;re on a slow connection and know what you&#8217;re doing, you might choose to get a standalone gcc or similar instead.</p>
<h2>Install libgpg-error</h2>
<p>Open a terminal and type:</p>
<p><em>curl -o libgpg-error-1.9.tar.bz2 <a href="ftp://ftp.gnupg.org/gcrypt/libgpg-error/libgpg-error-1.9.tar.bz2" title="libgpg-error 1.9" target="_blank">ftp://ftp.gnupg.org/gcrypt/libgpg-error/libgpg-error-1.9.tar.bz2</a><br />
tar -zxvf libgpg-error-1.9.tar.bz2<br />
cd libgpg-error-1.9<br />
./configure<br />
make<br />
sudo make install</em></p>
<h2>Install libgrcypt</h2>
<p>Open a terminal and type:</p>
<p><em>curl -o libgcrypt-1.5.0.tar.bz2 <a href="ftp://ftp.gnupg.org/gcrypt/libgcrypt/libgcrypt-1.5.0.tar.bz2" title="libgcrypt 1.5.0" target="_blank">ftp://ftp.gnupg.org/gcrypt/libgcrypt/libgcrypt-1.5.0.tar.bz2</a><br />
tar -zxvf libgcrypt-1.5.0.tar.bz2<br />
cd libgcrypt-1.5.0<br />
./configure<br />
make<br />
sudo make install</em></p>
<h2>Install tuntap</h2>
<p>Open a terminal and type:</p>
<p><em>curl -o tuntap_20090913.tar.gz <a href="http://downloads.sourceforge.net/project/tuntaposx/tuntap/20090913/tuntap_20090913.tar.gz?r=&#038;ts=1314366011&#038;use_mirror=surfnet" title="tuntap 2009-09-13" target="_blank">http://downloads.sourceforge.net/project/tuntaposx/tuntap/20090913/tuntap_20090913.tar.gz?r=&#038;ts=1314366011&#038;use_mirror=surfnet</a><br />
tar -zxvf tuntap_20090913.tar.gz<br />
open tuntap_20090913.pkg</em></p>
<p>This will open a GUI installation. Accept all defaults during the installation, and then return to the terminal and type:</p>
<p><em>sudo /Library/StartupItems/tap/tap<br />
sudo /Library/StartupItems/tun/tun</em></p>
<h2>Install vpnc</h2>
<p>Open a terminal and type:</p>
<p><em>curl -o vpnc-0.5.3.tar.gz <a href="http://www.unix-ag.uni-kl.de/~massar/vpnc/vpnc-0.5.3.tar.gz" title="vpnc 0.5.3" target="_blank">http://www.unix-ag.uni-kl.de/~massar/vpnc/vpnc-0.5.3.tar.gz</a><br />
tar -zxvf vpnc-0.5.3.tar.gz<br />
cd vpnc-0.5.3<br />
vi Makefile</em></p>
<p>Press / (shift+7) to get a search prompt, enter <em>OPENSSL_GPL_VIOLATION</em> as search phrase and press return.</p>
<p>Place the cursor above the # in the beginning of the line, and then press x to delete the # character. Do this on these two lines:</p>
<p><em>#OPENSSL_GPL_VIOLATION = -DOPENSSL_GPL_VIOLATION<br />
#OPENSSLLIBS = -lcrypto</em></p>
<p>Type <em>:wq</em> to save the file and exit vi.</p>
<p><em>vi sysdep.h</em></p>
<p>Press / (shift+7) to get a search prompt, enter <em>defined(__APPLE__)</em> as search phrase and press return.<br />
Press o to get in edit mode and start a new line.</p>
<p>Add this line below the APPLE line:</p>
<p><em>#define HAVE_GETLINE 1</em></p>
<p>Press ESC to get out of edit mode, and type <em>:wq</em> to save the file and exit vi.</p>
<p><em>make<br />
make install</em></p>
<p><em>sudo vi /etc/vpnc/vpnc-script</em></p>
<p>Press / (shift+7) to get a search prompt, enter <em>d.add Router</em> as search phrase and press return. You should end up on this line:</p>
<p><em># d.add Router $INTERNAL_IP4_ADDRESS</em></p>
<p>Place the cursor above the # in the beginning of the line, and then press x to delete the # character.</p>
<p>Press ESC to get out of edit mode, and type <em>:wq</em> to save the file and exit vi.</p>
<p>Make vpnc runnable by a normal user (you):</p>
<p><em>sudo visudo</em></p>
<p>This starts vi and loads the file /etc/sudoers</p>
<p>Press <em>G</em> (shift+g) to get to the bottom of the file.<br />
Press <em>o</em> to get in edit mode and start a new line.</p>
<p>Add this line:</p>
<p><em>pbodin ALL = NOPASSWD: /usr/local/sbin/vpnc, /usr/local/sbin/vpnc-disconnect, /usr/local/sbin/vpnc-fix</em></p>
<p>Where pbodin is replaced by your MacOS username.</p>
<p>Press ESC to get out of edit mode, and type <em>:wq</em> to save the file and exit vi.</p>
<h2>Convert pcf profiles</h2>
<p>Copy your pcf profile(s) into your Documents folder.</p>
<p>Open a terminal and type:</p>
<p><em>cd /etc/vpnc<br />
sudo cp /Users/pbodin/Documents/filename.pcf .<br />
sudo pcf2vpnc filename.pcf &gt; filename.conf</em></p>
<p>Replace pbodin with your MacOS username and filename.pcf with the actual filename. Repeat the two sudo commands for every pcf file you want to convert.</p>
<p>Launch the VPN connection:</p>
<p>Open a terminal and type:</p>
<p><em>sudo /usr/local/sbin/vpnc &#8211;local-port 0 filename.conf</em></p>
<p>If you get an error saying DES is insecure, instead type:</p>
<p><em>sudo /usr/local/sbin/vpnc &#8211;local-port 0 &#8211;enable-1des filename.conf</em></p>
<p>If it still fails, type this to get more information:</p>
<p><em>sudo /usr/local/sbin/vpnc &#8211;debug 2 &#8211;local-port 0 &#8211;enable-1des filename.conf</em></p>
<p>In all three cases with the actual filename instead of filename.conf.</p>
<p>To disconnect, type:</p>
<p><em>sudo /usr/local/sbin/vpnc-disconnect</em></p>
<p>If the connection gets dropped without you disconnecting using the command above, you might have to turn Wi-Fi off and on again (or pull the ethernet cable and put it in again) to get Internet working again. Or you can use the provided vpnc-fix script, that fixes this problem at least on my machine. Do this by typing:</p>
<p><em>sudo /usr/local/sbin/vpnc-fix</em></p>
<h2>VPN fixer</h2>
<p>If your computer goes to sleep while connected to VPN, or if you lose the VPN connection by some other magical reason, you&#8217;re network might end up in limbo. The you need to fix the routing and DNS settings to get things to work again. This might be done by turning your network on and off again, it might be done by changing location to something else and back again and it can definitely be done by rebooting or fixings things manually.</p>
<p>But just for you my friends, I created a script that does it for you. Download it here: <a href="http://www.ithora.se/public/software/macos-vpnc/vpnc-fix" title="vpnc-fix" target="_blank">http://www.ithora.se/public/software/macos-vpnc/vpnc-fix</a> and put it in /usr/local/sbin/</p>
<h2>VPN launcher</h2>
<p>I&#8217;ve included a terminal based VPN-launcher written in perl, that you can use if you have several profiles to choose from, and for instance wants to create an icon in your dock or similar. It also has a disconnect option. Download it here: <a href="http://www.ithora.se/public/software/macos-vpnc/vpn-launcher.command" title="vpn-launcher" target="_blank">http://www.ithora.se/public/software/macos-vpnc/vpn-launcher.command</a> and put it in /usr/local/sbin</p>
<h2>Menu bar menu</h2>
<p>There&#8217;s a GUI! I&#8217;ve written an Applescript file. Put it in /Users/pbodin/Library/Scripts or /Library/Scripts (create the Scripts folders if they&#8217;re not already existing). Then start Applescript Editor (under Utilities) and check the Show script menu in menu bar option. If you put the files in /Library/Scripts you also need to check the Show computer scripts option. I prefer to have that option unchecked and keep the scripts in my user scripts folder, to limit the menu size (there&#8217;s a whole bunch of system scripts in the computer scripts folder).</p>
<p>This gives a small paper roll like menu item in the menu bar, with the &#8220;VPN Actions&#8221; script as an option. It will check if there are any active VPN connections. If there are, it will show you the active commands for these (which tells you the VPN server, your username and similar), and ask you if you want disconnect them, connect another connection or if you just wanted to know.</p>
<p>If there are not, it will ask you if you want to connect to VPN, fix a lost VPN connection limobo or if you just wanted to know.</p>
<p>If you choose to connect, the script will ask you for what profile file you want to use. If there is a username and/or password included in the profile file you choose, it will use them, and if not, it will ask you for the information.</p>
<p>It should work with profile files with spaces in the name. It should work with passwords including strange characters (except &#8220;). But neither is tested.</p>
<p>There&#8217;s some basic error handling (process existance) in the script, but if things go wrong, you&#8217;re probably better off if you&#8217;re one of those that are able to troubleshoot manually on your own. If you&#8217;re not &#8211; reboot and try again.</p>
<p>You could also edit the connect script to automatically include your information, eliminating the need to answer the prompts. However, I would recommend keeping the prompt for the password.</p>
<p>Download the Applescript here: <a href="http://www.ithora.se/public/software/macos-vpnc/VPN%20Actions.scpt" title="VPN Actions.scpt" target="_blank">http://www.ithora.se/public/software/macos-vpnc/VPN%20Actions.scpt</a> and put it in your Scripts folder.</p>
<h2>Credit</h2>
<p>I wrote the Applescript and parts of the perl launcher. All other code is written by other people, and all I did was combining them to get it to work. Afaik, all involved tools are open source.</p>
<h2>Disclaimer</h2>
<p>This how-to is written without any trace of support commitment or endorsement from my employer as a company or me as the author. And if it makes your computer blow up, you alone were the one pressing the enter key. I will of course try to help you if you get stuck and I have the time, but without commitments.</p>
<p>I think I got all actions I had to do into this how-to, but I might have missed something. If you get stuck, send me an email or catch me on Skype, and I&#8217;ll try to recall what I did.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ithora.se/846/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Disk crash</title>
		<link>http://www.ithora.se/550</link>
		<comments>http://www.ithora.se/550#comments</comments>
		<pubDate>Sat, 23 May 2009 06:29:39 +0000</pubDate>
		<dc:creator>Pal</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[IT-hora]]></category>

		<guid isPermaLink="false">http://www.ithora.se/?p=550</guid>
		<description><![CDATA[Yesterday pal.pp.se crashed. The root disk died, at only five years of age. Really sad to se a young disk die before its time&#8230; &#8230;and I can&#8217;t wait for solid state disks to become mature (read: cheap) enough to make &#8230; <a href="http://www.ithora.se/550">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Yesterday pal.pp.se crashed. The root disk died, at only five years of age. Really sad to se a young disk die before its time&#8230; <img src='http://www.ithora.se/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
<p>&#8230;and I can&#8217;t wait for solid state disks to become mature (read: cheap) enough to make the whole freaking hard disk world <strong>DIE</strong>!</p>
<p>I&#8217;ve now spent the night with migrating everything to one of my other servers, and most of the stuff is up and running now. I might have missed some small things, and some configuration parameters might differ. If any of your stuff is broken, please <a title="I'll get mail" href="mailto:the@pal.pp.se">let me know</a> so I can fix it. No data was lost, so there&#8217;s nothing that can&#8217;t be fixed.</p>
<p>No evil without good &#8211; this means I finally got the wagon out my ass and migrated everything to a new server. That old box was meant to die anyway, even though I would have preferred to let it die under control. RIP.</p>
<p>/P</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ithora.se/550/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Itty bitty world</title>
		<link>http://www.ithora.se/412</link>
		<comments>http://www.ithora.se/412#comments</comments>
		<pubDate>Mon, 18 May 2009 14:14:45 +0000</pubDate>
		<dc:creator>Pal</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Travel]]></category>
		<category><![CDATA[Friend Perry]]></category>
		<category><![CDATA[Knowledge Factory]]></category>
		<category><![CDATA[Pinball]]></category>
		<category><![CDATA[Tattoo]]></category>
		<category><![CDATA[USA]]></category>

		<guid isPermaLink="false">http://www.ithora.se/?p=412</guid>
		<description><![CDATA[I&#8217;m in LA right now, attending the MS TechEd conference. Walking around on the premices meeting people, both new accquaintances and people I already know. Perfectly normal. The other day Knowledge Factory had a party. Jeremy Moskowitz, running GPanswers.com, is &#8230; <a href="http://www.ithora.se/412">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m in LA right now, attending the <a title="MS TechEd 2009" href="http://www.microsoft.com/events/TechEd2009/" target="_blank">MS TechEd</a> conference. Walking around on the premices meeting people, both new accquaintances and people I already know. Perfectly normal. The other day <a title="Knowledge Factory" href="http://www.knowledgefactory.se/" target="_blank">Knowledge Factory</a> had a party. <a title="Moskowitz Inc" href="http://moskowitz-inc.com/" target="_blank">Jeremy Moskowitz</a>, running <a title="GPanswers.com" href="http://www.gpanswers.com/" target="_blank">GPanswers.com</a>, is a partner of Knowledge Factory, and he was at the party. It turns out that he plays pinball, and that he met a Swedish Pinball player last year. But he can&#8217;t remember the name, but he&#8217;s got a friend back home that do, so he could text her and ask for the name. So Jeremy sits down and start to write an SMS. I look at his phone, and the to field reads &#8220;Jamie&#8221;. I realize that Jeremy is from Seattle, and I know a Jamie from Seattle, so I ask him if it&#8217;s <a title="Jamie Beth" href="http://www.pinballrankings.com/player.php?t=p&amp;player_id=890" target="_blank">Jamie Beth</a>. Yup, it was Jamie Beth &#8211; My candy lady! I told Jeremy to text her that he was partying with Candyman. And of course I knew that Swedish guy very well as well &#8211; <a title="Mats Runsten" href="http://www.pinballrankings.com/player.php?t=p&amp;player_id=13" target="_blank">Mats Runsten</a>. Hilarious!</p>
<p>If we were talking about <a title="Säffle" href="http://www.saffle.se/english.asp" target="_blank">Säffle</a> and <a title="Bromölla" href="http://www.bromolla.se/Turism1/International/English/" target="_blank">Bromölla</a> or some other redneck places I wouldn&#8217;t have been that surprised, but now we&#8217;re talking about two million-headed cities, and two guys meeting at a conference with several thousand attendees in a 15 million-headed city&#8230;</p>
<p>A couple of days later I met up with my friend John &#8211; <a title="Learning Swedish" href="http://www.ithora.se/?p=356" target="_blank">the shotsbricka guy</a> &#8211; and went to the <a title="Pig'n Whistle" href="http://www.pignwhistle.com/" target="_blank">Pig&#8217;n Whistle</a> on Hollywood Blvd. We had a beer when this guy comes up and asks if he can have some <a title="Snus" href="http://en.wikipedia.org/wiki/Snus" target="_blank">snus</a> from my box on the table. Apparently he had lived in Sweden, and he even had a Swedish flag tattooed. He talked about an <a title="Opeth" href="http://www.opeth.com/" target="_blank">Opeth</a> concert the next day, and I told him that I knew a former singer of Opeth. It turns out that he knows him too, and a couple of other Swedish friends of mine, both from Stockholm and from <a title="Örebro" href="http://www.orebro.se/1340.html" target="_blank">Örebro</a>. Hilarious!</p>
<p>Itty bitty world.</p>
<p>/P</p>
<p>Edit: And <a title="Coincidents" href="http://www.ithora.se/619" target="_self">it happened again</a>!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ithora.se/412/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>New job!</title>
		<link>http://www.ithora.se/421</link>
		<comments>http://www.ithora.se/421#comments</comments>
		<pubDate>Fri, 01 May 2009 07:01:55 +0000</pubDate>
		<dc:creator>Pal</dc:creator>
				<category><![CDATA[@work]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Travel]]></category>
		<category><![CDATA[Consign]]></category>
		<category><![CDATA[Knowledge Factory]]></category>
		<category><![CDATA[USA]]></category>

		<guid isPermaLink="false">http://www.ithora.se/?p=421</guid>
		<description><![CDATA[I started at my new job today &#8211; as a consultant at Knowledge Factory, after two years of working at Consign. This means going back to do more Microsoft stuff &#8211; Windows, Active Directory, Exchange and other products from their &#8230; <a href="http://www.ithora.se/421">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p style="text-align: left;">I started at my new job today &#8211; as a consultant at <a title="Knowledge Factory" href="http://www.knowledgefactory.se/" target="_blank">Knowledge Factory</a>, after two years of working at <a title="Consign AB" href="http://www.consign.se/" target="_blank">Consign</a>. This means going back to do more Microsoft stuff &#8211; Windows, Active Directory, Exchange and other products from their portfolio, and first thing now will be to take the Windows 2008 family of certifications. It does <span style="text-decoration: underline;">not</span> mean that I&#8217;ll stop doing networking stuff though, and I&#8217;ll keep my assignment at <a title="Logica" href="http://www.logica.com/" target="_blank">Logica</a>.</p>
<p>In a week from now I will go to LA for the <a title="MS TechEd 2009" href="http://www.microsoft.com/events/TechEd2009/" target="_blank">MS TechEd</a> conference, and so will a bunch of other Knowledge Factory employees, so it will be a great opportunity to get to know them, and also a great head start into the Microsoft world again.</p>
<p>/P</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ithora.se/421/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Internet is down!</title>
		<link>http://www.ithora.se/427</link>
		<comments>http://www.ithora.se/427#comments</comments>
		<pubDate>Fri, 10 Apr 2009 08:04:19 +0000</pubDate>
		<dc:creator>Pal</dc:creator>
				<category><![CDATA[Network]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Travel]]></category>
		<category><![CDATA[Burkina Faso]]></category>

		<guid isPermaLink="false">http://www.ithora.se/?p=427</guid>
		<description><![CDATA[I got texted by my mother today. &#8220;Internet is down at my hotel in Bobo in Burkina Faso. Fix it!&#8221; I&#8217;m glad to have a mother who believes in me! /P]]></description>
			<content:encoded><![CDATA[<p>I got texted by my mother today. &#8220;<span style="color: #00ffff;">Internet is down at my hotel in Bobo in Burkina Faso. Fix it!</span>&#8221; I&#8217;m glad to have a mother who believes in me!</p>
<p>/P</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ithora.se/427/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Learning Swedish</title>
		<link>http://www.ithora.se/356</link>
		<comments>http://www.ithora.se/356#comments</comments>
		<pubDate>Mon, 02 Jun 2008 13:12:31 +0000</pubDate>
		<dc:creator>Pal</dc:creator>
				<category><![CDATA[@work]]></category>
		<category><![CDATA[Fun]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Friend Perry]]></category>

		<guid isPermaLink="false">http://www.ithora.se/?p=356</guid>
		<description><![CDATA[I&#8217;ve been working with this American guy John for a while now (the same guy that called the Spanish embassy). He&#8217;s been here for six months. So far, he hasn&#8217;t met even one person that don&#8217;t speak English. How is &#8230; <a href="http://www.ithora.se/356">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been working with this American guy John for a while now (the same guy that called the Spanish embassy). He&#8217;s been here for six months. So far, he hasn&#8217;t met even one person that don&#8217;t speak English. How is he ever going to learn any Swedish if noone speaks Swedish to him?</p>
<p>Anyway, he learned two Swedish words during these months. &#8220;Tack&#8221; which means &#8220;thanks&#8221;, and &#8220;shotsbricka&#8221; illustrated by this photo of John:</p>
<div id="attachment_357" class="wp-caption alignnone" style="width: 490px"><img class="size-full wp-image-357" title="Shotsbricka" src="http://www.ithora.se/wp-content/uploads/2009/05/shotsbricka.jpg" alt="Shotsbricka" width="480" height="640" /><p class="wp-caption-text">Shotsbricka</p></div>
]]></content:encoded>
			<wfw:commentRss>http://www.ithora.se/356/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>An offer I could refuse</title>
		<link>http://www.ithora.se/338</link>
		<comments>http://www.ithora.se/338#comments</comments>
		<pubDate>Sun, 23 Sep 2007 23:40:16 +0000</pubDate>
		<dc:creator>Pal</dc:creator>
				<category><![CDATA[@work]]></category>
		<category><![CDATA[Football]]></category>
		<category><![CDATA[Sports]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[AIK]]></category>
		<category><![CDATA[Consign]]></category>

		<guid isPermaLink="false">http://www.ithora.se/?p=338</guid>
		<description><![CDATA[Tonight AIK is playing a derby against Djurgårdens IF at 2000, and I just got this from a sales guy: From: Sales Guy &#60;sales.guy@consign.se&#62; To: patrik.bodin@consign.se Subject: Assignment tonight!! Patrik, we&#8217;ve got a gig tonight that would fit your profile &#8230; <a href="http://www.ithora.se/338">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Tonight AIK is playing a derby against Djurgårdens IF at 2000, and I just got this from a sales guy:</p>
<blockquote><p>
From: Sales Guy &lt;sales.guy@consign.se&gt;<br />
To: <a href="mailto:patrik.bodin@consign.se">patrik.bodin@consign.se</a><br />
Subject: Assignment tonight!!</p>
<p>Patrik, we&#8217;ve got a gig tonight that would fit your profile perfectly.</p>
<p>1700 &#8211; 2100 at the governement, special assignment.</p>
<p>Pays 45 000 SEK for 4 hours of work!!</p>
<p>Taken?</p>
<p>/Sales guy
</p></blockquote>
<p>Funny guy, eh?</p>
<p>/P</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ithora.se/338/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Heavy books</title>
		<link>http://www.ithora.se/324</link>
		<comments>http://www.ithora.se/324#comments</comments>
		<pubDate>Thu, 10 May 2007 20:58:11 +0000</pubDate>
		<dc:creator>Pal</dc:creator>
				<category><![CDATA[@work]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.ithora.se/?p=324</guid>
		<description><![CDATA[I just returned the laptop, phone, keys, dongles and ten years of acquired books to Qbranch. You buy a lot of books over ten years! A lot of books weigh a lot of kilos. Returning them took some time and &#8230; <a href="http://www.ithora.se/324">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I just returned the laptop, phone, keys, dongles and ten years of acquired books to <a title="Qbranch AB" href="http://www.qbranch.se/" target="_blank">Qbranch</a>. You buy a lot of books over ten years! A lot of books weigh a lot of kilos. Returning them took some time and effort, both mentally and physically.</p>
<p>Books are best in the movie theatre.</p>
<p>/P</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ithora.se/324/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New job!</title>
		<link>http://www.ithora.se/298</link>
		<comments>http://www.ithora.se/298#comments</comments>
		<pubDate>Tue, 13 Feb 2007 19:45:09 +0000</pubDate>
		<dc:creator>Pal</dc:creator>
				<category><![CDATA[@work]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Consign]]></category>
		<category><![CDATA[Qbranch]]></category>

		<guid isPermaLink="false">http://www.ithora.se/?p=298</guid>
		<description><![CDATA[I quit my job today, after almost 10 years as consultant at Qbranch. After finishing up here, I will start to work at Consign, a bunch of highly skilled networking and telecom consultants. I guess for me, this means more &#8230; <a href="http://www.ithora.se/298">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I quit my job today, after almost 10 years as consultant at <a title="Qbranch AB" href="http://www.qbranch.se/" target="_blank">Qbranch</a>. After finishing up here, I will start to work at <a title="Consign AB" href="http://www.consign.se/" target="_blank">Consign</a>, a bunch of highly skilled networking and telecom consultants. I guess for me, this means more basis on networking stuff like routers, switches and firewalls, and less on Windows and Active Directory stuff. Though I intend to continue to keep both of my competence legs active, so don&#8217;t count me out as a Windows consultant just yet!</p>
<p>/P</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ithora.se/298/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Deadend</title>
		<link>http://www.ithora.se/263</link>
		<comments>http://www.ithora.se/263#comments</comments>
		<pubDate>Fri, 02 Feb 2007 14:53:04 +0000</pubDate>
		<dc:creator>Pal</dc:creator>
				<category><![CDATA[@work]]></category>
		<category><![CDATA[Fun]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.ithora.se/?p=263</guid>
		<description><![CDATA[The different departments at work have put up signs outside their offices. Below they&#8217;re posted in chronological order: /P]]></description>
			<content:encoded><![CDATA[<p>The different departments at work have put up signs outside their offices. Below they&#8217;re posted in chronological order:<br />
<br/><br />
<div id="attachment_264" class="wp-caption alignnone" style="width: 460px"><img class="size-full wp-image-264" title="The frontend team" src="http://www.ithora.se/wp-content/uploads/2009/05/frontend.jpg" alt="The frontend team" width="450" height="295" /><p class="wp-caption-text">The frontend team</p></div><br />
<br/><br />
<div id="attachment_265" class="wp-caption alignnone" style="width: 460px"><img class="size-full wp-image-265" title="The backend team" src="http://www.ithora.se/wp-content/uploads/2009/05/backend.jpg" alt="The backend team" width="450" height="276" /><p class="wp-caption-text">The backend team</p></div><br />
<br/><br />
<div id="attachment_266" class="wp-caption alignnone" style="width: 292px"><img class="size-full wp-image-266" title="The project management team (stating &quot;highend&quot;)" src="http://www.ithora.se/wp-content/uploads/2009/05/highend.jpg" alt="The project management team (stating &quot;highend&quot;)" width="282" height="479" /><p class="wp-caption-text">The project management team (stating &quot;highend&quot;)</p></div><br />
<br/><br />
<div id="attachment_267" class="wp-caption alignnone" style="width: 460px"><img class="size-full wp-image-267" title="The database team (stating &quot;endgine&quot;)" src="http://www.ithora.se/wp-content/uploads/2009/05/endgine.jpg" alt="The database team (stating &quot;endgine&quot;)" width="450" /><p class="wp-caption-text">The database team (stating &quot;endgine&quot;)</p></div><br />
<br/><br />
<div id="attachment_280" class="wp-caption alignnone" style="width: 460px"><img class="size-full wp-image-280" title="The GUI team (stating &quot;user end&quot;)" src="http://www.ithora.se/wp-content/uploads/2007/02/ferrariinterior.jpg" alt="The GUI team (stating &quot;user end&quot;)" width="450" /><p class="wp-caption-text">The GUI team (stating &quot;user end&quot;)</p></div><br />
<br/><br />
<div id="attachment_282" class="wp-caption alignnone" style="width: 460px"><img class="size-full wp-image-282" title="The help desk team (stating &quot;working end&quot;)" src="http://www.ithora.se/wp-content/uploads/2007/02/workshop.jpg" alt="The help desk team (stating &quot;working end&quot;)" width="450" /><p class="wp-caption-text">The help desk team (stating &quot;working end&quot;)</p></div><br />
<br/><br />
<div id="attachment_268" class="wp-caption alignnone" style="width: 460px"><img class="size-full wp-image-268" title="The help desk team (stating &quot;deadend&quot;)" src="http://www.ithora.se/wp-content/uploads/2009/05/deadend.jpg" alt="The help desk team (stating &quot;deadend&quot;)" width="450" /><p class="wp-caption-text">The rest room (stating &quot;deadend&quot;)</p></div><br />
<br/><br />
/P</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ithora.se/263/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

