<?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>linuxchick.se</title>
	<atom:link href="http://www.linuxchick.se/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.linuxchick.se</link>
	<description>my future is open</description>
	<lastBuildDate>Tue, 02 Jun 2009 16:58:12 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Congratulations Cobol 50 years!</title>
		<link>http://www.linuxchick.se/2009/06/02/congratulations-cobol-50-years/</link>
		<comments>http://www.linuxchick.se/2009/06/02/congratulations-cobol-50-years/#comments</comments>
		<pubDate>Tue, 02 Jun 2009 16:58:11 +0000</pubDate>
		<dc:creator>amelia</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.linuxchick.se/?p=198</guid>
		<description><![CDATA[Cobol &#8211; COmmon Business Oriented Language &#8211; is one of my favorite languages and the one I&#8217;m absolutely most impressed with. It is one of the oldest programming languages that are still in active use. At this time it&#8217;s 50 years since Grace Hopper created Cobol and the first compilers was subsequently implemented during the [...]]]></description>
			<content:encoded><![CDATA[<p>Cobol &#8211; COmmon Business Oriented Language &#8211; is one of my favorite languages and the one I&#8217;m absolutely most impressed with. It is one of the oldest programming languages that are still in active use. At this time it&#8217;s 50 years since Grace Hopper created Cobol and the first compilers was subsequently implemented during the year 1960. At December 6th and 7th 1960 essentially the same Cobol program was run on two different make of computers, an RCA computer and a Remington-Rand Univac computer.</p>
<p>Here&#8217;s some facts that you most likely didn&#8217;t know about Cobol:</p>
<p>1. According to a survey done in Great Britain and USA people are in contact with Cobol around 10 to 13 time every day.</p>
<p>2. Of 310 billion line of software that are in use today over 200 billion lines are Cobol, that&#8217;s about 65% of the total software.</p>
<p>3. Every day 5 billion lines of new Cobol code are produced.</p>
<p>4. 80% of all daily business transactions are processed in Cobol.</p>
<p>5. 70% of all mission-critical applications are written in Cobol.</p>
<p>6. 2 trillion dollars is the total investment in Cobol systems.</p>
<p>And of couse the famous Hello World for everyone that doesn&#8217;t know what Cobol looks like:</p>
<pre>      IDENTIFICATION DIVISION.
      PROGRAM-ID. HELLO-WORLD.
      PROCEDURE DIVISION.
      MAIN.
          DISPLAY 'Hello, world.'.
          STOP RUN.</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.linuxchick.se/2009/06/02/congratulations-cobol-50-years/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>(Slightly) new design 2.0</title>
		<link>http://www.linuxchick.se/2009/05/07/new-design-20/</link>
		<comments>http://www.linuxchick.se/2009/05/07/new-design-20/#comments</comments>
		<pubDate>Thu, 07 May 2009 09:39:56 +0000</pubDate>
		<dc:creator>amelia</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[linuxchick.se]]></category>

		<guid isPermaLink="false">http://www.linuxchick.se/?p=193</guid>
		<description><![CDATA[As the spring came I felt that gray isn&#8217;t my prefered color of choice anymore. I decided to personalized my design a bit and make it more me, therefore I wanted a dark red design with black decorations and a bit of white and gray. Since two days ago the new design has been added [...]]]></description>
			<content:encoded><![CDATA[<p>As the spring came I felt that gray isn&#8217;t my prefered color of choice anymore. I decided to personalized my design a bit and make it more me, therefore I wanted a dark red design with black decorations and a bit of white and gray. Since two days ago the new design has been added to both http://www.linuxchick.se and http://amelia.linuxchick.se. My photo gallery is unfortunately still down after moving to a new appartment more than a month ago, but it will be up&#8230; when I&#8217;ve decided how I want to build my new webservers. (Read: how redundant I can get it without overdoing it.)</p>
<p>Lately I&#8217;ve not been very good at writing on my blog, but what&#8217;s better is that linuxchick.se will soon have another page with code, articles and other this I&#8217;ve written in other contexts than to put on my blog. It will be published as soon as the new webservers are configured.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.linuxchick.se/2009/05/07/new-design-20/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Unix time 1234567890!</title>
		<link>http://www.linuxchick.se/2009/02/14/unix-time-1234567890/</link>
		<comments>http://www.linuxchick.se/2009/02/14/unix-time-1234567890/#comments</comments>
		<pubDate>Fri, 13 Feb 2009 23:51:12 +0000</pubDate>
		<dc:creator>amelia</dc:creator>
				<category><![CDATA[Unix]]></category>

		<guid isPermaLink="false">http://www.linuxchick.se/?p=191</guid>
		<description><![CDATA[This historial day Unix time turned 1234567890 at Sat Feb 14 00:31:30 CET 2009. Unix time or POSIX time counts the number of seconds elapsed since midnight January 1, 1970 UTC. Unix time does not count leap seconds.
[root@fortran ~]# date +%s
1234567890
Last major celebration for Unix time was Sun Sep 9 03:46:40 CET 2001 when it [...]]]></description>
			<content:encoded><![CDATA[<p>This historial day Unix time turned 1234567890 at Sat Feb 14 00:31:30 CET 2009. Unix time or POSIX time counts the number of seconds elapsed since midnight January 1, 1970 UTC. Unix time does not count leap seconds.</p>
<p>[root@fortran ~]# date +%s<br />
1234567890</p>
<p>Last major celebration for Unix time was Sun Sep 9 03:46:40 CET 2001 when it turned 1000000000.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.linuxchick.se/2009/02/14/unix-time-1234567890/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>A linuxchicks experience with Microsoft Windows Server 2008</title>
		<link>http://www.linuxchick.se/2009/01/01/a-linuxchicks-experience-with-microsoft-windows-server-2008/</link>
		<comments>http://www.linuxchick.se/2009/01/01/a-linuxchicks-experience-with-microsoft-windows-server-2008/#comments</comments>
		<pubDate>Thu, 01 Jan 2009 15:41:25 +0000</pubDate>
		<dc:creator>amelia</dc:creator>
				<category><![CDATA[Microsoft]]></category>

		<guid isPermaLink="false">http://www.linuxchick.se/?p=185</guid>
		<description><![CDATA[Since it&#8217;s a new year and everything I find it natural that I do something noone would ever believe I would do, so I went off and installed VMware ESXi on one of my servers, created myself a virtual server and installed Microsoft Windows 2008 trail version. My goal is to setup a fully functional [...]]]></description>
			<content:encoded><![CDATA[<p>Since it&#8217;s a new year and everything I find it natural that I do something noone would ever believe I would do, so I went off and installed VMware ESXi on one of my servers, created myself a virtual server and installed Microsoft Windows 2008 trail version. My goal is to setup a fully functional Active Directory Domain without any prior experience in Microsoft Active Directory. Active Directory is one of few thing I&#8217;m really curious about when it comes to Microsoft products, it&#8217;s so integrated in the system with single sign-on in difference to UNIX/Linux that I&#8217;m used to.</p>
<p>My first experience was that everything was very easy to install and all information I needed to configure the basics were provided in the configuration dialog. Everything went really smooth and easy until I had installed the Active Directory Service and Windows asked me to reboot. I did reboot and afterwards my Administrator password didn&#8217;t work, only solution: re-install&#8230;</p>
<p>After a nights sleep I&#8217;m back in the game with a new installation of Microsoft Windows Server 2008. I&#8217;m doing pretty much the same thing as yesterday with the difference that I&#8217;m not deadly tired this time. After the installation and configuration of Active Directory is done I restart my server and to my surprise everything works and after solving a minor DNS-issue my virtualized Microsoft Windows XP is now a part of the Active Directory Domain.</p>
<p>Microsoft Active Directory is easy to use and so simple to install that it could be done even for the smallest office that needs to centralize documents and/or programs. Why Linux/UNIX is so far behind when it comes to these kind of feature is a question and I believe it&#8217;s important that open source community do something about this in order to get Linux onto the desktops in offices world-wide.</p>
<p>It was barely a year since I said it last time: We still have a lot to learn from Microsoft and it&#8217;s not all about marketing.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.linuxchick.se/2009/01/01/a-linuxchicks-experience-with-microsoft-windows-server-2008/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Happy New Year!</title>
		<link>http://www.linuxchick.se/2008/12/31/happy-new-year/</link>
		<comments>http://www.linuxchick.se/2008/12/31/happy-new-year/#comments</comments>
		<pubDate>Wed, 31 Dec 2008 14:21:57 +0000</pubDate>
		<dc:creator>amelia</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Personal]]></category>

		<guid isPermaLink="false">http://www.linuxchick.se/?p=182</guid>
		<description><![CDATA[2008 has come to an end and as usual in the end of a year you think back on what and where it brought you. For me 2008 begun at the top, I had a new job since a few months and during the first three months of the year I managed to get interviewed [...]]]></description>
			<content:encoded><![CDATA[<p>2008 has come to an end and as usual in the end of a year you think back on what and where it brought you. For me 2008 begun at the top, I had a new job since a few months and during the first three months of the year I managed to get interviewed in Computer Sweden not only once, but twice. There was a lot more stress on my new job and in May when it was time for the anual meeting in Svenska Linuxföreningen (The Linux Society of Sweden) I decided that I had to resign as chairman in favor for someone that acctually had the time.</p>
<p>I was working all summer and this is when I got introduced to a CMS named Escenic that has become something I work with on almost a daily basis. In the early summer I attended Nordic Nagios Meet in Stockholm, Sweden where I got amazed by RRDtools and meet some interesting people at the dinner reception and drinks in the evening.</p>
<p>In the middle of the summer, all unexpected, I met Mr. Right and it didn&#8217;t take many months before he moved from Gothenburg to Stockholm to live with me. Despite the feeling of new love the autumn has been rough and utterly exhausting. After a stressful summer my body told me it had enough and I had to realize that even I had a limit for how much I could work and how much responsibility I could take upon my shoulders. It was a very unpleasant, but still a very enlightening experience and a valuable lesson for the future.</p>
<p>In September I attended Sec-T, the first security event for a technical audience in Sweden. It was a pure frightening experience and I really don&#8217;t want my computers hooked up to the Internet, but for what use would they be if they wasn&#8217;t? Most frightening was Sockstress which most likely is the security hole of the year. It&#8217;s pretty much like a DoS attack, but with only a small amount of traffic you can put down a remote target in a matter of minutes. Who&#8217;s vulnerable for this attack? Only everyone using TCP/IP&#8230;</p>
<p>In the end of the year I thought that maybe I need something else to do besides working and thinking about work so I decided it was time for me to work on fulfilling my next dream. Said and done I joined Data3, an organisation for AS/400 and iSeries professionals, to see what the community around these computers that caugh my interest could offer. I&#8217;ve had my own AS/400 since 2006, but it&#8217;s very old and different from the new iSeries. I begun my hunt for an iSeries once again to finaly being able to combine what impress me with the AS/400 with my experience in Linux. Maybe it really is time for me to fulfill this dream in 2009 because it finaly seems like a company is willing to lend me one. :)</p>
<p>I spent Christmas at home together with my boyfriend and both of us had on-call duty during the holidays. At least we got ourselves a nice christmas present, a PlayStation 3, so now we finaly have a decent processor architecture in the living room. ;)</p>
<p>Being on-call duty is also how I&#8217;m going to end 2008 and begin 2009. Hopefully I will have a calm evening and night so I&#8217;ll have time to celebrate the new year and everything it will bring with a glass of champagne.</p>
<p>Happy New Year and let 2009 be the year when you fulfill one of your dreams.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.linuxchick.se/2008/12/31/happy-new-year/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Merry Christmas!</title>
		<link>http://www.linuxchick.se/2008/12/24/merry-christmas/</link>
		<comments>http://www.linuxchick.se/2008/12/24/merry-christmas/#comments</comments>
		<pubDate>Wed, 24 Dec 2008 14:51:07 +0000</pubDate>
		<dc:creator>amelia</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.linuxchick.se/?p=179</guid>
		<description><![CDATA[From a cold Stockholm with about half a centimeter of snow I would like to wish all my readers a Merry Christmas!
Myself I spend Christmas at home in Stockholm together with my boyfriend this year as we both are on-call duty during Christmas. So far so good, but we never know where we end up [...]]]></description>
			<content:encoded><![CDATA[<p>From a cold Stockholm with about half a centimeter of snow I would like to wish all my readers a Merry Christmas!</p>
<p>Myself I spend Christmas at home in Stockholm together with my boyfriend this year as we both are on-call duty during Christmas. So far so good, but we never know where we end up celebrating this Christmas&#8230; For now we&#8217;re both still at home, but we might end up where it&#8217;s dry weather, ~25C with slight breezes and it&#8217;s not the Canarie Islands&#8230; ;)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.linuxchick.se/2008/12/24/merry-christmas/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>There is acctually something like too many servers.</title>
		<link>http://www.linuxchick.se/2008/11/30/there-is-acctually-something-like-too-many-servers/</link>
		<comments>http://www.linuxchick.se/2008/11/30/there-is-acctually-something-like-too-many-servers/#comments</comments>
		<pubDate>Sun, 30 Nov 2008 20:34:01 +0000</pubDate>
		<dc:creator>amelia</dc:creator>
				<category><![CDATA[Personal]]></category>

		<guid isPermaLink="false">http://www.linuxchick.se/?p=174</guid>
		<description><![CDATA[I&#8217;ve realized, the hard way, that there acctually is something like to many servers. Soon after i pulished my gallery my AC in the computer room broke and it became VERY hot, VERY quickly. Now barely half of the servers are back online and that&#8217;s how it&#8217;s going to have to be until I find [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve realized, the hard way, that there acctually is something like to many servers. Soon after i pulished my gallery my AC in the computer room broke and it became VERY hot, VERY quickly. Now barely half of the servers are back online and that&#8217;s how it&#8217;s going to have to be until I find some co-location.</p>
<p>I&#8217;ve been looking into a few different options when it comes to co-location, but of course the best thing would be if I could have my servers at my work. If that&#8217;s not possible I have a few other options that are up for discussion, until then let me know if you know where to get a sweet deal on co-location in Stockholm, Sweden.</p>
<p>Unfortunately I can&#8217;t keep the servers at home as I would like to do, happy servers means a happy Amelia. :) </p>
]]></content:encoded>
			<wfw:commentRss>http://www.linuxchick.se/2008/11/30/there-is-acctually-something-like-too-many-servers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How could money compare to passion?</title>
		<link>http://www.linuxchick.se/2008/11/14/how-could-money-compare-to-passion/</link>
		<comments>http://www.linuxchick.se/2008/11/14/how-could-money-compare-to-passion/#comments</comments>
		<pubDate>Fri, 14 Nov 2008 02:01:09 +0000</pubDate>
		<dc:creator>amelia</dc:creator>
				<category><![CDATA[Free Software]]></category>
		<category><![CDATA[Open Source]]></category>

		<guid isPermaLink="false">http://www.linuxchick.se/?p=168</guid>
		<description><![CDATA[Yesterdays news article in Computer Sweden has been a hot topic for Swedish open source-related forums, mailing lists and chatrooms today. Myself I wrote about this news article yesterday, but during the day today I&#8217;ve been thinking more about it and read others, and their co-workers and friends, opinions on this topic.
One of the more [...]]]></description>
			<content:encoded><![CDATA[<p>Yesterdays news article in Computer Sweden has been a hot topic for Swedish open source-related forums, mailing lists and chatrooms today. Myself I wrote about this news article yesterday, but during the day today I&#8217;ve been thinking more about it and read others, and their co-workers and friends, opinions on this topic.</p>
<p>One of the more interesting opinions I read about was that closed source has better quality but they should use open source to strenghten the code base. Since the most commonly used open source license requires that the code will continue to be open source using it in a closed source application will require it to be released as open source. Poor unenlightened people, isn&#8217;t that a catch 22? </p>
<p>Closed source applications are produced to gain money for a company and it needs to bring in more money than it costs to develop the application to gain any profit. When a release date is set there is a deadline to keep up to for the sake of the trademark and the profit. As everyone that works with computers know it&#8217;s always something that delays everything in a project when you&#8217;re almost there and for the sake of the trademark it&#8217;s quickfixed, which doesn&#8217;t really provide any quality to the code. What&#8217;s even more terrible than the quickfixes is that in most cases they&#8217;re never fixed since they get the work done. </p>
<p>You may ask yourselves why companies are still using closed source if there&#8217;s quickfixes that are never fixed and maybe potentional security risks due to lack of time and/or money to keep within the deadlines and budgets, but how would you know that it could have been done better and more secure if you don&#8217;t know how it&#8217;s done now? Ofcourse the developers know about it and are able to fix it, but frankly they usually don&#8217;t bother since noone complains since the application gets the work done and they don&#8217;t use their own application in a large scale environment so they&#8217;ll never be affected by it.</p>
<p>Open source on the other hand is mainly developed by people that needs the applications themselves, everyone can correct someone else&#8217;s code or rewrite a function completely to fit their need better or just improve performance. Everyone I know, including myself, that contributed to open source or even developed their own applications are feeling honoured that others want to use their code. In open source it&#8217;s not about money or profit, it&#8217;s all about fast, secure and optimized code, in short good quality code.  </p>
<p>There is one simple thing that will give the open source community the strength to defeat closed source, patents and monopoly in the IT-industry, passion! </p>
<p><a href="http://www.idg.se/2.1085/1.192642/het-debatt-om-stangda-program">&#8220;Het debat om stängda program&#8221;</a> &#8211; Computer Sweden 2008-11-13</p>
]]></content:encoded>
			<wfw:commentRss>http://www.linuxchick.se/2008/11/14/how-could-money-compare-to-passion/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Is it really a lawyers place to decide about the quality of open versus closed source?</title>
		<link>http://www.linuxchick.se/2008/11/13/is-it-really-a-lawyers-place-to-decide-about-the-quality-of-open-versus-closed-source/</link>
		<comments>http://www.linuxchick.se/2008/11/13/is-it-really-a-lawyers-place-to-decide-about-the-quality-of-open-versus-closed-source/#comments</comments>
		<pubDate>Wed, 12 Nov 2008 23:07:25 +0000</pubDate>
		<dc:creator>amelia</dc:creator>
				<category><![CDATA[Free Software]]></category>
		<category><![CDATA[Open Source]]></category>

		<guid isPermaLink="false">http://www.linuxchick.se/?p=165</guid>
		<description><![CDATA[This morning I was meet by a newspaper saying &#8220;Closed source is better&#8221;, but that&#8217;s not really what surprised me. What really surprised me was the fact that it wasn&#8217;t an expert in any way that made this statement, but a LAWYER. How would she know?!
This lawyer, Malin Forsman, believes that closed source has better [...]]]></description>
			<content:encoded><![CDATA[<p>This morning I was meet by a newspaper saying &#8220;Closed source is better&#8221;, but that&#8217;s not really what surprised me. What really surprised me was the fact that it wasn&#8217;t an expert in any way that made this statement, but a LAWYER. How would she know?!</p>
<p>This lawyer, Malin Forsman, believes that closed source has better quality than open source even though many researches point the other way. She also praises Microsoft&#8217;s security updates as an example of great and fast resolution plans when their trademark is at stake. Her argument is that with money in the picture everyone will be pressured to deliver quality code. To that we can add that most open source developers are paid for developing open source applications which means there&#8217;s money in the picture and from her argument that would mean they&#8217;re pressured to produce quality code. </p>
<p>Companies like Sun and IBM who&#8217;s been on the market for longer than most companies producing closed source only are setting their focus on open source. IBM pays their own personeal to develop applications like Eclipse and Sun bought MySQL together with the open source database they develop with the same name. On top of this Sun decided to release their former closed source operating system partly as open source, did that decision result in poor code quality over night?</p>
<p>Back to my main question, is it really a lawyers place to decide wheter open or closed source has the better quality? What does a lawyer know about code quality, functionality and advanced applications anyway? Another concern I have about this lawyer is the fact that she used to work for Microsoft, which ofcourse wasn&#8217;t mentioned at all in the news article, does she still run their errands or is it that she just doesn&#8217;t get paid from anyone using or developing open source code since it&#8217;s pretty hard to intrude on the intellectual property when it&#8217;s given away for free?</p>
<p><a href="http://www.idg.se/2.1085/1.191891/it-juristen-bast-kvalitet-pa-stangd-kod">&#8220;Bäst kvalitet på stängd kod&#8221;</a> &#8211; Computer Sweden 2008-11-12<br />
<a href="http://www.linkedin.com/in/malinforsman">Malin Forsman @ LinkedIn</a> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.linuxchick.se/2008/11/13/is-it-really-a-lawyers-place-to-decide-about-the-quality-of-open-versus-closed-source/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Computer room version 2.0</title>
		<link>http://www.linuxchick.se/2008/11/10/computer-room-version-20/</link>
		<comments>http://www.linuxchick.se/2008/11/10/computer-room-version-20/#comments</comments>
		<pubDate>Mon, 10 Nov 2008 00:42:28 +0000</pubDate>
		<dc:creator>amelia</dc:creator>
				<category><![CDATA[Personal]]></category>

		<guid isPermaLink="false">http://www.linuxchick.se/?p=155</guid>
		<description><![CDATA[
Today I&#8217;ve been re-arranging my servers in the computer room, installed an AC to keep them cool and changed my small Cisco Catalyst 2940 to it&#8217;s bigger friend Cisco Catalyst 2950. As you always do when you&#8217;re going to move your servers and change switch I planned to get rid of that horrible cable mess [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://gallery.linuxchick.se/prev/3/dsc00102.jpg" alt="Cables" width="50%" height="50%" /><img src="http://gallery.linuxchick.se/thumb/3/dsc00100.jpg" alt="Computers" width="50%" height="50%" /></p>
<p>Today I&#8217;ve been re-arranging my servers in the computer room, installed an AC to keep them cool and changed my small Cisco Catalyst 2940 to it&#8217;s bigger friend Cisco Catalyst 2950. As you always do when you&#8217;re going to move your servers and change switch I planned to get rid of that horrible cable mess that suddenly appeared from nowhere all around your servers. </p>
<p>All into my idea of a perfectly looking computer room without this cable hell behind the servers I did shutdown every computer in the room, including the one with over 500 days of uptime, even though it did hurt a little bit inside me. </p>
<p>After a few hours of moving servers around, pulling out and pluging in of cables I&#8217;m finaly done and my computer room does have a lower temperature, the servers that needs it is hooked up for the UPS and another cable mess, atleast it&#8217;s a slightly more stylish cable mess. :)</p>
<p>More and larger images of my servers can be found at <a href="http://gallery.linuxchick.se/album/3">http://gallery.linuxchick.se/album/3</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.linuxchick.se/2008/11/10/computer-room-version-20/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
