<?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>Nicolinux.org</title>
	<atom:link href="http://nicolinux.org/feed/" rel="self" type="application/rss+xml" />
	<link>http://nicolinux.org</link>
	<description>Nonsense for the rest of us...</description>
	<lastBuildDate>Sun, 11 Oct 2009 15:16:25 +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>Kickass agile development suite by Atlassian</title>
		<link>http://nicolinux.org/2009/10/kickass-agile-development-suite-by-atlassian/</link>
		<comments>http://nicolinux.org/2009/10/kickass-agile-development-suite-by-atlassian/#comments</comments>
		<pubDate>Sun, 11 Oct 2009 15:03:40 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://nicolinux.org/?p=66</guid>
		<description><![CDATA[A few days ago Atlassian, the developers of respectable products like Jira and Confluence, released their *complete suite under a new starter licensing model ($10 each component) [1]. Basically you get a whole web based development system on the cheap. I am not talking about small isolated tools here. These tools are used by the [...]]]></description>
			<content:encoded><![CDATA[<p>A few days ago Atlassian, the developers of respectable products like Jira and Confluence, released their *complete suite under a new starter licensing model ($10 each component) [1]. Basically you get a whole web based development system on the cheap. I am not talking about small isolated tools here. These tools are used by the big guys in the industry.</p>
<p>With Jira you get a bug tracking system that is extremly flexible and can be adapted to a variety of specialised applications featuring a workflow based approach. If this sounds like an empty marketing phrase &#8211; rest assured it is not. It is really that flexible and has many hooks where external systems can be attached. Also the community produced an <em>assload</em> of plugins to extend Jira further.</p>
<p>My main focus however is Confluence. This is the enterprise wiki from Atlassian that is quite frankly the best wiki software available period. Due to my current job and out of personal interest, I have been in contact with many wiki systems, approaching them both from the users and administrators perspective. Even the actual fork of Twiki called Foswiki which can be described as the best available opensource wiki product, doesen&#8217;t even come close to Confluence. I won&#8217;t go into detail here because I am still at the beginning regarding Confluence, but what I have seen so far, really blows my mind.</p>
<p>Together with Crowd, the single sign-on identity management software (again from Atlassian) one can build an easy to administer integrated ecosystem. And that is not all. Bamboo (continuous integration server) and Fisheye (source repository frontend) complement it.</p>
<p>It took me two hours to set up Crowd and Confluence under Gentoo Linux. I followed their highly amusing &#8220;Dragon Slayer&#8221; quest [2]. I am looking forward to work with Confluence and arrange my knowledge and the knowledge of those in my vicinity in interesting new ways. I will hit the 10 user limit soon for sure but that&#8217;s another story&#8230;</p>
<p>Why I wrote this? Pure enthusiams, that&#8217;s all. Im not payed by Atlassian to penetrate the blogsphere with fake positive reviews. I am happy that I have found something I like very much where I can live out my compulsive urge to organize informations <img src='http://nicolinux.org/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>* Clover and Crucible were left out of the starter pack<br />
[1] <a href="http://www.atlassian.com/starter" target="_blank">http://www.atlassian.com/starter</a><br />
[2] <a href="http://confluence.atlassian.com/display/ATLAS/Here+Be+Dragons" target="_blank">http://confluence.atlassian.com/display/ATLAS/Here+Be+Dragons</a></p>
]]></content:encoded>
			<wfw:commentRss>http://nicolinux.org/2009/10/kickass-agile-development-suite-by-atlassian/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Firefox 3.5 tweaks</title>
		<link>http://nicolinux.org/2009/07/firefox-35-tweaks/</link>
		<comments>http://nicolinux.org/2009/07/firefox-35-tweaks/#comments</comments>
		<pubDate>Wed, 08 Jul 2009 16:28:12 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://nicolinux.org/?p=61</guid>
		<description><![CDATA[Cool new Firefox is out and we all love it. I had only two issues with new features. 1. Hide the +Button in the tabbar. I don&#8217;t need this superflous button to open a new tab. I am using the keyboard shortcut (mac: cmd+t). To disable the button put this in your userChrome.css: .tabs-newtab-button {display: [...]]]></description>
			<content:encoded><![CDATA[<p>Cool new Firefox is out and we all love it. I had only two issues with new features.</p>
<p>1. Hide the +Button in the tabbar.</p>
<p>I don&#8217;t need this superflous button to open a new tab. I am using the keyboard shortcut (mac: cmd+t). To disable the button put this in your <em>userChrome.css</em>:</p>
<blockquote><p>.tabs-newtab-button {display: none;}</p></blockquote>
<p>The userChrome.css is located in your profile dir under the <em>chrome</em> subdir (mac: ~/Library/Application Support/Firefox/Profiles/random_profile_name/chrome). If there is no file then copy and rename the <em>userChrome-example.css</em>.</p>
<p>2. Disable Tab tearing</p>
<p>I used to drag the actual tab onto the desktop to create a shortcut. Now I can drag the actual tab out and create a window&#8230;</p>
<p>Just install this weirdly named extension and activate it in the prefs: <a href="https://addons.mozilla.org/en-US/firefox/addon/12276" target="_blank">bug489729</a></p>
]]></content:encoded>
			<wfw:commentRss>http://nicolinux.org/2009/07/firefox-35-tweaks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WWDC 2009 Bingo!</title>
		<link>http://nicolinux.org/2009/06/wwdc-2009-bingo/</link>
		<comments>http://nicolinux.org/2009/06/wwdc-2009-bingo/#comments</comments>
		<pubDate>Mon, 08 Jun 2009 08:14:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[iPhone]]></category>

		<guid isPermaLink="false">http://nicolinux.org/?p=49</guid>
		<description><![CDATA[Puh! just in time before the WWDC 2009 &#8211; here is my bingo card.]]></description>
			<content:encoded><![CDATA[<p>Puh! just in time before the WWDC 2009 &#8211; here is my bingo card.<a href="http://nicolinux.org/blog/wp-content/uploads/2009/06/wwdc-bingo-2009.pdf"><img class="size-medium wp-image-50 alignleft" title="wwdc-bingo-2009" src="http://nicolinux.org/blog/wp-content/uploads/2009/06/wwdc-bingo2.jpg" alt="wwdc-bingo-2009" width="209" height="300" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://nicolinux.org/2009/06/wwdc-2009-bingo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress autoupdate via SSH</title>
		<link>http://nicolinux.org/2009/05/wordpress-autoupdate-via-ssh/</link>
		<comments>http://nicolinux.org/2009/05/wordpress-autoupdate-via-ssh/#comments</comments>
		<pubDate>Sun, 10 May 2009 19:38:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://nicolinux.org/?p=34</guid>
		<description><![CDATA[So, it did bother me that my new shiny WordPress has an autoupdate option yet the only choices were FTP and FTPS&#8230; Since I try to avoid FTP wherever I can, I really hoped for ssh/sftp support. Looks like WordPress supports this too! A bit hidden, but it&#8217;s there. To enable it, you have to [...]]]></description>
			<content:encoded><![CDATA[<p>So, it did bother me that my new shiny WordPress has an autoupdate option yet the only choices were FTP and FTPS&#8230; Since I try to avoid FTP wherever I can, I really hoped for ssh/sftp support. Looks like WordPress supports this too! A bit hidden, but it&#8217;s there.</p>
<p>To enable it, you have to install the ssh extension for PHP. The following instructions apply to Gentoo Linux:</p>
<p>1. Install PEAR<br />
<strong>#emerge PEAR-PEAR</strong></p>
<p>2. Install the ssh pecl extension<br />
<strong>#pecl install ssh2-beta</strong></p>
<p>3. Enable the ssh extension<br />
<strong>#vi /etc/php/apache2-php5/php.ini </strong><br />
<strong># extension=ssh2.so</strong></p>
<p>Restart apache and voila:</p>
<p><a href="http://nicolinux.org/blog/wp-content/uploads/2009/05/wprdpress-ssh.png"><img class="aligncenter size-medium wp-image-35" title="wprdpress-ssh" src="http://nicolinux.org/blog/wp-content/uploads/2009/05/wprdpress-ssh-300x133.png" alt="wprdpress-ssh" width="300" height="133" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://nicolinux.org/2009/05/wordpress-autoupdate-via-ssh/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Need For Cheese</title>
		<link>http://nicolinux.org/2009/05/need-for-cheese/</link>
		<comments>http://nicolinux.org/2009/05/need-for-cheese/#comments</comments>
		<pubDate>Sun, 03 May 2009 23:35:07 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[iPhone]]></category>
		<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://nicolinux.org/?p=17</guid>
		<description><![CDATA[It&#8217;s a bird? It&#8217;s a plane? NO! It&#8217;s f****** insane &#8211; it&#8217;s our first iPhone game! Another iPhone app is done and this time the stuff we learned while thinkering with Timr helped to reduce developing time to three weeks (working in our spare time). This is a cute lil&#8217; game about a mouse eating [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://spielhaus-ftw.com/apps/need-for-cheese"><img class="alignright size-full wp-image-19" title="Need For Cheese" src="http://nicolinux.org/blog/wp-content/uploads/2009/05/icon_real_big2.png" alt="Need For Cheese" width="328" height="328" /></a>It&#8217;s a bird? It&#8217;s a plane? NO! It&#8217;s f****** insane &#8211; it&#8217;s our first iPhone game!</p>
<p>Another iPhone app is done and this time the stuff we learned while thinkering with Timr helped to reduce developing time to three weeks (working in our spare time).</p>
<p>This is a cute lil&#8217; game about a mouse eating lots of cheese accompanied by an epic <a title="Check out the epic story" href="http://spielhaus-ftw.com/apps/need-for-cheese" target="_blank">story</a> (don&#8217;t miss it and let me put my poems in you). The game eploys the iPhone/iPod Touch accelerometer to move the mouse. The goal is to stay alive as long as possible (which by the way is hard as hell if you play in &#8220;insane&#8221; mode).</p>
<p>Many thanks to <a title="Emmett Cooke" href="http://soundtrack.ie/" target="_blank">Emmett Cooke</a> for his sweet sound track.</p>
<p>Check it out: <a class="aligncenter" title="Need For Cheese" href="http://spielhaus-ftw.com/apps/need-for-cheese" target="_blank">Need For Cheese</a></p>
]]></content:encoded>
			<wfw:commentRss>http://nicolinux.org/2009/05/need-for-cheese/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Timr &#8211; Timer app</title>
		<link>http://nicolinux.org/2009/03/timr-timer-app/</link>
		<comments>http://nicolinux.org/2009/03/timr-timer-app/#comments</comments>
		<pubDate>Wed, 04 Mar 2009 00:11:50 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[iPhone]]></category>

		<guid isPermaLink="false">http://nicolinux.org/?p=6</guid>
		<description><![CDATA[Our first iPhone app]]></description>
			<content:encoded><![CDATA[<p><a href="http://spielhaus-ftw.com/apps/timr"><img class="alignright size-full wp-image-13" title="iphone1" src="http://nicolinux.org/blog/wp-content/uploads/2009/03/iphone1.png" alt="iphone1" width="346" height="631" /></a>So, Trung and I started to develop iPhone apps. We thought that creating something simple such as a timer would be a good starting point to get used to the iPhone SDK. Yeah, this proved to be so wrong (by the order of magnitude of some Apple rumours). Not only did we have to fight with low level Objective-C coding and SDK changes but also face the hard and cold truth that the Appstore is full of other timer apps. This of course confronted us with a interesting decision. Leave it be, call it a day and move on to the next app or improve this one and make it one of the best timer available?</p>
<p>We went with the later:</p>
<p><a title="Timr" href="http://spielhaus-ftw.com/apps/timr" target="_blank">Timr</a></p>
<p><strong><br />
</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://nicolinux.org/2009/03/timr-timer-app/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I will keep it</title>
		<link>http://nicolinux.org/2009/02/i-will-keep-it/</link>
		<comments>http://nicolinux.org/2009/02/i-will-keep-it/#comments</comments>
		<pubDate>Wed, 25 Feb 2009 14:17:18 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://nicolinux.org/?p=3</guid>
		<description><![CDATA[Nice. I like my new WordPress theme. Looks smooth and a bit grungy. Looking forward to fiddle with WordPress plugins and widgets.]]></description>
			<content:encoded><![CDATA[<p>Nice. I like my new WordPress theme. Looks smooth and a bit grungy. Looking forward to fiddle with WordPress plugins and widgets.</p>
]]></content:encoded>
			<wfw:commentRss>http://nicolinux.org/2009/02/i-will-keep-it/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hello world!</title>
		<link>http://nicolinux.org/2009/01/hello-world/</link>
		<comments>http://nicolinux.org/2009/01/hello-world/#comments</comments>
		<pubDate>Wed, 14 Jan 2009 22:00:18 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://pv.nicolinux.org/blog/?p=1</guid>
		<description><![CDATA[Welcome to WordPress. This is your first post. Edit or delete it, then start blogging!]]></description>
			<content:encoded><![CDATA[<p>Welcome to WordPress. This is your first post. Edit or delete it, then start blogging!</p>
]]></content:encoded>
			<wfw:commentRss>http://nicolinux.org/2009/01/hello-world/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

