<?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:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Axel&#039;s Blog</title>
	<atom:link href="http://axel668.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://axel668.wordpress.com</link>
	<description>A blog about operating systems, software and other interesting stuff</description>
	<lastBuildDate>Sun, 29 Jan 2012 16:25:54 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='axel668.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://0.gravatar.com/blavatar/21361aabc779598ad5ce37f113dc28d2?s=96&#038;d=http%3A%2F%2Fs2.wp.com%2Fi%2Fbuttonw-com.png</url>
		<title>Axel&#039;s Blog</title>
		<link>http://axel668.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://axel668.wordpress.com/osd.xml" title="Axel&#039;s Blog" />
	<atom:link rel='hub' href='http://axel668.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Replay Music- style audio recording in Linux Mint 12 (and *buntu)</title>
		<link>http://axel668.wordpress.com/2012/01/29/replay-music-style-audio-recording-in-linux-mint-12-and-buntu/</link>
		<comments>http://axel668.wordpress.com/2012/01/29/replay-music-style-audio-recording-in-linux-mint-12-and-buntu/#comments</comments>
		<pubDate>Sun, 29 Jan 2012 16:20:52 +0000</pubDate>
		<dc:creator>axel668</dc:creator>
				<category><![CDATA[*buntu]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[mint]]></category>

		<guid isPermaLink="false">http://axel668.wordpress.com/?p=320</guid>
		<description><![CDATA[One of the last reasons to dual boot into my Windows partition was a tool called Replay Music. RM can record audio from the soundcard, auto split into tracks and get the tags from Gracenote (aka CDDB). This obviously comes handy when you want to digitize your analogue song collection (vinyl records, cassettes, etc.) and [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=axel668.wordpress.com&amp;blog=25846904&amp;post=320&amp;subd=axel668&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>One of the last reasons to dual boot into my Windows partition was a tool called <a href="http://applian.com/replay-music/" target="_blank">Replay Music</a>. RM can record audio from the soundcard, auto split into tracks and get the tags from <a href="http://www.gracenote.com/" target="_blank">Gracenote</a> (aka CDDB). This obviously comes handy when you want to digitize your analogue song collection (vinyl records, cassettes, etc.) and I&#8217;m sure you can think of other use cases, too &#8230; RM is of course a commercial product which supports only Windows and does not even work in WINE, because it uses its own audio driver for recording. So you can imagine my enthusiasm, when I finally stumbled over a solution on how to do this on Linux.</p>
<p>The tricky part of this is the recording &#8230; of course you could record song by song using <a href="http://audacity.sourceforge.net/" target="_blank">Audacity</a> but there is a more elegant way &#8211; directly record to MP3 using the <em>sox</em> command.  Install sox using your favorite package manager (mine&#8217;s still Synaptic) and make sure it is set as recording device (there&#8217;s a <a href="http://www.youtube.com/watch?v=AJO5rHI6akM" target="_blank">youtube</a> video on how to do this using Pavucontrol). Now enter:</p>
<pre>rec -r 44100 -2 -s -p silence 1 0.50 0.1% 1 1:00 0.1% | \
     sox -p song.ogg silence 1 0.50 0.1% 1 3.5 0.1% : \
     newfile : restart</pre>
<p>This will split your recording into one file per song, named <em>song001.mp3</em> to <em>songNNN.mp3</em>, auto- splitting after 3.5 seconds of silence and completely stopping the session after 1 minute of silence. There&#8217;s a lot more options documented on the <a href="http://linux.die.net/man/1/sox" target="_blank">man page</a>, for example you can normalize the output or &#8230;</p>
<p>TODO: EXAMPLES</p>
<p>If you have accidentally split a song in 2 or more parts, you can again use Audacity to fix this, or just merge the files using:</p>
<p><code>cat</code> <code>one.mp3 two.mp3 &gt; merged.mp3</code></p>
<p>After that you can tag your new MP3s with a tool like <a href="http://kid3.sourceforge.net/" target="_blank">Kid3</a> (always install kid3-qt, the other one has full KDE dependencies). Kid3 supports multi edit and automatic tagging from Gnu/FreeDB, Amazon, TrackTypes, Discogs and MusicBrainz, which in combination gives you a recognition rate even superior to Gracenote.</p>
<p>I tried this on Mint 12, but it should work exactly the same on Ubuntu or Ubuntu- based systems, and at least similar on any other distribution (if the distribution is not using Pulse Audio yet, it might even be easier).</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/axel668.wordpress.com/320/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/axel668.wordpress.com/320/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/axel668.wordpress.com/320/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/axel668.wordpress.com/320/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/axel668.wordpress.com/320/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/axel668.wordpress.com/320/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/axel668.wordpress.com/320/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/axel668.wordpress.com/320/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/axel668.wordpress.com/320/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/axel668.wordpress.com/320/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/axel668.wordpress.com/320/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/axel668.wordpress.com/320/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/axel668.wordpress.com/320/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/axel668.wordpress.com/320/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=axel668.wordpress.com&amp;blog=25846904&amp;post=320&amp;subd=axel668&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://axel668.wordpress.com/2012/01/29/replay-music-style-audio-recording-in-linux-mint-12-and-buntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/7d073cd2adeea82c036195c49b9018da?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">axel668</media:title>
		</media:content>
	</item>
		<item>
		<title>Gnome Shell Extensions and Tweaks</title>
		<link>http://axel668.wordpress.com/2012/01/18/gnome-shell-extensions-and-tweaks/</link>
		<comments>http://axel668.wordpress.com/2012/01/18/gnome-shell-extensions-and-tweaks/#comments</comments>
		<pubDate>Wed, 18 Jan 2012 20:26:27 +0000</pubDate>
		<dc:creator>axel668</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[mint]]></category>
		<category><![CDATA[other]]></category>

		<guid isPermaLink="false">http://axel668.wordpress.com/?p=349</guid>
		<description><![CDATA[A few weeks ago I wrote a rather enthusiastic review about Mint 12 &#8220;Lisa&#8221;, and I&#8217;m still using it as my daily OS. I really like my current Gnome Shell setup and I never liked Gnome 2, so I&#8217;m not interested in the various attempts to recreate its XP like user experience (Mate, Cinnamon, &#8230;). [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=axel668.wordpress.com&amp;blog=25846904&amp;post=349&amp;subd=axel668&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>A few weeks ago I wrote <a title="Linux Mint 12 with Gnome 3: The better Ubuntu" href="http://axel668.wordpress.com/2011/12/11/linux-mint-12-with-gnome-3-the-better-ubuntu/">a rather enthusiastic review about Mint 12 &#8220;Lisa&#8221;</a>, and I&#8217;m still using it as my daily OS. I really like my current Gnome Shell setup and I never liked Gnome 2, so I&#8217;m not interested in the various attempts to recreate its XP like user experience (<a href="https://github.com/Perberos/Mate-Desktop-Environment" target="_blank">Mate</a>, <a href="http://blog.linuxmint.com/?p=1910" target="_blank">Cinnamon</a>, &#8230;). In fact I think forking Gnome (no matter if old or new code) is a pointless waste of time, when you could just use XFCE instead. But back to the subject at hand which is how to get more out of Gnome 3.</p>
<p>The killer feature of Gnome Shell is the extension concept, which allows you to customize and extend your desktop as easily as your browser. Here&#8217;s a small selection of the extensions I use, for more browse <a href="https://extensions.gnome.org/" target="_blank">extensions.gnome.org</a> or use my <a href="http://www.google.com/cse/home?cx=012845793671181789871:3q2h-k2fgha" target="_blank">Google Custom Search</a> (there are so many cool extensions meanwhile, that finding a special one can become difficult):</p>
<ul>
<li><a href="https://extensions.gnome.org/extension/5/alternative-status-menu/" target="_blank">Alternative Status Menu</a>: Seperate entries for suspend / hibernate in status menu</li>
<li><a href="https://extensions.gnome.org/extension/97/coverflow-alt-tab/" target="_blank">Coverflow Alt-Tab</a>: Nice Compiz- style Alt-Tab animation</li>
<li><a href="https://extensions.gnome.org/extension/119/disable-window-animations/" target="_blank">Disable Window Animations</a>: Disables window effects</li>
<li><a href="https://extensions.gnome.org/extension/99/evial-status-icon-forerver/" target="_blank">Evil Status Icon Forever</a>: Adds / removes tray icons, moves clock to the right</li>
<li><a href="https://extensions.gnome.org/extension/18/native-window-placement/" target="_blank">Native window placement</a>: More efficient screen usage in overwiew</li>
<li><a href="https://extensions.gnome.org/extension/109/pulse-audio-shortcuts/" target="_blank">Pulse Audio Shortcuts</a>: Adds shortcuts to PulseAudio mixer and preferences</li>
<li><a href="https://extensions.gnome.org/extension/40/" target="_blank">Status-Only-Icon</a>: Hide user name and show only an icon for the status menu</li>
<li><a href="https://extensions.gnome.org/extension/25/window-list/" target="_blank">Window List</a>: Show a task list in top panel instead of activity name (if you want Icons only, check <a href="https://extensions.gnome.org/extension/70/window-icon-list/" target="_blank">Window Icon List</a> instead)</li>
</ul>
<p>Most extensions work by just installing them (using the switch to the left of the entry on <a href="https://extensions.gnome.org/" target="_blank">extensions.gnome.org</a>), if  you see no change, restart Gnome Shell (Alt+F2, r). The &#8220;Evil Status Icon&#8221; extension needs to be customized by modifying <em>~/.local/share/gnome-shell/extensions/EvilStatusIconForever@bone.twbbs.org.tw/extension.js</em> (e.g. to show Gajim, add &#8220;gajim.py&#8221; to the application list, to hide the bluetooth icon uncomment the related line in the &#8220;built-in&#8221; list). If you use Mint you already have some of these extensions (and a couple of others) installed. You can use Gnome Tweak Tool (&#8220;Advanced Settings&#8221;) to enable or disable them (I disabled all Mint extensions except mgse-userthemes).</p>
<p>There are a lot of other tweaks in the <a href="http://forums.linuxmint.com/viewtopic.php?f=42&amp;t=86813" target="_blank">Tips &amp; Tricks</a> thread of the Mint forums, only downside is you have to use browser search (Ctrl+F) to find it them, unfortunately it is not possible to link a &#8220;trick&#8221; directly. Here&#8217;s again my personal selection:</p>
<ul>
<li>2g &#8211; &#8220;Less spacing between notification area icons&#8221;  allows you to compress the notification are on the top panel to make more room for the task list</li>
<li>2i &#8211; &#8220;Change size of overview grid icons&#8221; helps to get more application icons on my 12&#8243; netbook screen</li>
</ul>
<p>For both tips, make sure to adapt the gedit path to the theme you actually use (e.g. replace &#8220;Mint-Z&#8221; by &#8220;Mint-Z-Dark&#8221;). If the theme was installed from a repository, you should also lock the package in Synaptic (or your package manager of choice), to avoid your changes being overwritten when the theme gets updated.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/axel668.wordpress.com/349/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/axel668.wordpress.com/349/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/axel668.wordpress.com/349/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/axel668.wordpress.com/349/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/axel668.wordpress.com/349/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/axel668.wordpress.com/349/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/axel668.wordpress.com/349/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/axel668.wordpress.com/349/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/axel668.wordpress.com/349/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/axel668.wordpress.com/349/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/axel668.wordpress.com/349/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/axel668.wordpress.com/349/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/axel668.wordpress.com/349/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/axel668.wordpress.com/349/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=axel668.wordpress.com&amp;blog=25846904&amp;post=349&amp;subd=axel668&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://axel668.wordpress.com/2012/01/18/gnome-shell-extensions-and-tweaks/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/7d073cd2adeea82c036195c49b9018da?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">axel668</media:title>
		</media:content>
	</item>
		<item>
		<title>Clementine &#8211; a cross platform music player</title>
		<link>http://axel668.wordpress.com/2012/01/08/clementine-a-cross-platform-music-player/</link>
		<comments>http://axel668.wordpress.com/2012/01/08/clementine-a-cross-platform-music-player/#comments</comments>
		<pubDate>Sun, 08 Jan 2012 10:34:27 +0000</pubDate>
		<dc:creator>axel668</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://axel668.wordpress.com/?p=313</guid>
		<description><![CDATA[Clementine is a music player inspired by Amarok 1.4. Unlike its archetype it is not limited to KDE, but is available for GTK- based Linux (Gnome etc.), Mac and  Windows, too. There is even a portable version here. The big advantage over other advanced players like Amarok 2, Rhythmbox or Itunes is, that while you [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=axel668.wordpress.com&amp;blog=25846904&amp;post=313&amp;subd=axel668&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.clementine-player.org/" target="_blank">Clementine</a> is a music player inspired by Amarok 1.4. Unlike its archetype it is not limited to KDE, but is available for GTK- based Linux (Gnome etc.), Mac and  Windows, too. There is even a portable version <a href="http://portableapps.com/node/27418" target="_blank">here</a>.</p>
<p><a href="http://images.clementine-player.org/thumbnails/clementine-0.7-4.png"><img class="alignnone" title="clementine" src="http://images.clementine-player.org/thumbnails/clementine-0.7-4.png" alt="" width="400" /></a></p>
<p>The big advantage over other advanced players like Amarok 2, Rhythmbox or Itunes is, that while you CAN add all your music to a database, you don&#8217;t have to. Clementine is working very well on the folder view.</p>
<p>Feature- wise it has everything that a good player needs, down to mobile player support (incl. iPod), automatic tagging, Visualizations and webradio / lastfm integration &#8211; for a comprehensive list take a look at the <a href="http://www.clementine-player.org/" target="_blank">homepage</a>. Compared to other advanced players Clementine is very fast and lightweight, the portable version needs only 27MB including QT.</p>
<p>Before Clementine, I was always forced to switch between an ultra- light &#8220;directory player&#8221; like <a href="http://mpesch3.de1.cc/1by1.html" target="_blank">1by1</a> and a full featured player &#8211; Clementine can do both, quickly play that mp3 from your USB stick AND organize your music library. Give it a try, you won&#8217;t be disappointed !</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/axel668.wordpress.com/313/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/axel668.wordpress.com/313/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/axel668.wordpress.com/313/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/axel668.wordpress.com/313/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/axel668.wordpress.com/313/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/axel668.wordpress.com/313/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/axel668.wordpress.com/313/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/axel668.wordpress.com/313/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/axel668.wordpress.com/313/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/axel668.wordpress.com/313/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/axel668.wordpress.com/313/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/axel668.wordpress.com/313/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/axel668.wordpress.com/313/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/axel668.wordpress.com/313/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=axel668.wordpress.com&amp;blog=25846904&amp;post=313&amp;subd=axel668&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://axel668.wordpress.com/2012/01/08/clementine-a-cross-platform-music-player/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/7d073cd2adeea82c036195c49b9018da?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">axel668</media:title>
		</media:content>

		<media:content url="http://images.clementine-player.org/thumbnails/clementine-0.7-4.png" medium="image">
			<media:title type="html">clementine</media:title>
		</media:content>
	</item>
		<item>
		<title>2011 Linux Winners and Losers</title>
		<link>http://axel668.wordpress.com/2011/12/29/2011-linux-winners-losers/</link>
		<comments>http://axel668.wordpress.com/2011/12/29/2011-linux-winners-losers/#comments</comments>
		<pubDate>Thu, 29 Dec 2011 10:28:54 +0000</pubDate>
		<dc:creator>axel668</dc:creator>
				<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://axel668.wordpress.com/?p=303</guid>
		<description><![CDATA[Here&#8217;s my personal retrospect of the Linux / OpenSource year 2011, ordered by winners and losers: Winners Gnome 3 has avoided KDE 4 &#8211; like disaster and is headed to be the next standard for the Linux desktop, thanks to focus on quality and a Firefox- style extension concept Mint has taken the top position [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=axel668.wordpress.com&amp;blog=25846904&amp;post=303&amp;subd=axel668&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s my personal retrospect of the Linux / OpenSource year 2011, ordered by winners and losers:</p>
<h2>Winners</h2>
<ul>
<li><strong>Gnome 3</strong> has avoided KDE 4 &#8211; like disaster and is headed to be the next standard for the Linux desktop, thanks to focus on quality and a Firefox- style extension concept</li>
<li><strong>Mint</strong> has taken the top position on Distrowatch with Mint 12 &#8220;Lisa&#8221;, and is successfully bringing Gnome 3 to the masses</li>
<li><strong>Bodhi</strong> has shown that lightweight does not necessarily mean ugly, by creating the first useable distro based on E17</li>
<li><strong>Archbang</strong> 2011.11 is a dream come true &#8211; WORKING Archlinux right out of the box</li>
<li>Never thought I&#8217;d live to see the day, but<strong> Linux Kernel</strong> has finally made it to version 3.0 !!</li>
</ul>
<h2>Losers</h2>
<ul>
<li><strong>Unity</strong> is far from the &#8220;better Gnome 3&#8243; it was intended to be, and is coherently abandoned by more and more users for Gnome 3, XFCE or even KDE</li>
<li><strong>Ubuntu</strong> is the basis for 2 of the winner- distributions, but nobody seems to want to use the real thing anymore &#8230; time for Ubuntu&#8217;s &#8220;benevolent dictator&#8221; to  rethink his UI strategy ?</li>
<li>Oracle has finally given up and donated <strong>OpenOffice</strong> to the Apache foundation but who cares, now that LibreOffice is included in all major distributions ?</li>
<li>The <strong>HP Touchpad</strong> could have been a Linux- based iPad killer, but unrealistic pricing and bad marketing killed it even before the first slate hit the stores &#8211; Leo has done it again <img src='http://s1.wp.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </li>
<li><strong>Meego</strong> could have been a serious competitor for iOS and Android, but was abandoned by Nokia for Windows Phone 7 (and a bribe of a couple of billion dollars)</li>
</ul>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/axel668.wordpress.com/303/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/axel668.wordpress.com/303/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/axel668.wordpress.com/303/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/axel668.wordpress.com/303/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/axel668.wordpress.com/303/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/axel668.wordpress.com/303/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/axel668.wordpress.com/303/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/axel668.wordpress.com/303/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/axel668.wordpress.com/303/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/axel668.wordpress.com/303/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/axel668.wordpress.com/303/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/axel668.wordpress.com/303/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/axel668.wordpress.com/303/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/axel668.wordpress.com/303/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=axel668.wordpress.com&amp;blog=25846904&amp;post=303&amp;subd=axel668&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://axel668.wordpress.com/2011/12/29/2011-linux-winners-losers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/7d073cd2adeea82c036195c49b9018da?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">axel668</media:title>
		</media:content>
	</item>
		<item>
		<title>Linux Mint 12 with Gnome 3: The better Ubuntu</title>
		<link>http://axel668.wordpress.com/2011/12/11/linux-mint-12-with-gnome-3-the-better-ubuntu/</link>
		<comments>http://axel668.wordpress.com/2011/12/11/linux-mint-12-with-gnome-3-the-better-ubuntu/#comments</comments>
		<pubDate>Sun, 11 Dec 2011 15:52:52 +0000</pubDate>
		<dc:creator>axel668</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[mint]]></category>

		<guid isPermaLink="false">http://axel668.wordpress.com/?p=291</guid>
		<description><![CDATA[LinuxMint has a reputation as easy and beginner- friendly Linux distribution, and I have sucessfully recommended it to work co- workers and relatives. Now version 12 &#8220;Lisa&#8221; has even replaced Ubuntu as no. 1on Distrowatch. It remains yet to be seen if this will be as significant as the last change in 2005(!), when Ubuntu [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=axel668.wordpress.com&amp;blog=25846904&amp;post=291&amp;subd=axel668&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.linuxmint.com" target="_blank">LinuxMint</a> has a reputation as easy and beginner- friendly Linux distribution, and I have sucessfully recommended it to work co- workers and relatives. Now version 12 <a href="http://blog.linuxmint.com/?p=1889" target="_blank">&#8220;Lisa&#8221;</a> has even replaced Ubuntu as no. 1on <a href="http://www.distrowatch.com" target="_blank">Distrowatch</a>. It remains yet to be seen if this will be as significant as the last change in 2005(!), when Ubuntu followed Mandrake, but Mint is definitely the distribution of the hour. Reason enough to give it a thorough test drive as my main OS on the Asus 1215N.</p>
<p><a href="http://linuxmint.com/pictures/screenshots/lisa/lisa_light.png"><img class="alignnone" title="Lisa" src="http://linuxmint.com/pictures/screenshots/lisa/lisa_light.png" alt="" width="400" /></a></p>
<p>Technically Mint 12 is just Ubuntu 11.10 with extras (some tools, themes and Gnome extensions) and Gnome Shell instead of Unity. This has the welcome side effect that all Ubuntu packages, PPAs and tools work out of the box.</p>
<p>Even if Gnome 3 my look similar to Unity at first glance, it is not. No global menu, no &#8221;dash&#8221;, no auto hide, no embedded file management, no &#8216;leftist&#8217; window buttons &#8211; Gnome 3 has all the looks but none of the annoyances of Unity. My only criticism right now is the lack of easy customizing options. With Gnome Tweak Tool (&#8220;Advanced Settings&#8221;) and <a href="https://extensions.gnome.org/" target="_blank">Gnome Extensions</a> you can work around the most severe pain points (read this<a href="http://forums.linuxmint.com/viewtopic.php?f=42&amp;t=86813" target="_blank">Forum Thread</a> for a comprehensive list tweaks), but there should be an easier (and more secure) way to hide the Bluetooth icon than to install an extension attached to some forum thread &#8230; Still, after a little tweaking Gnome 3 is a very pleasant desktop environment and compared to let&#8217;s say KDE4 at a similar point in life, it is very stable and feature complete.</p>
<p>The extensions included with Mint allow users to get used to know Gnome Shell without having to abandon desktop icons, taskpane and start menu right away. For me this has worked really well, after 2 weeks I have turned off the desktop and the bottom panel / menu, but I&#8217;m still using the <a href="https://extensions.gnome.org/extension/25/">Window List</a> extension that shows all tasks in the top panel instead of only the current activity. Other than that I&#8217;m happily using Gnome Shell&#8217;s &#8220;Activities Overwiew&#8221; for all my app launching, searching and switching needs.</p>
<p>I only had a very short look at the Mate and &#8220;Fallback&#8221; options, both seem to work ok but especially Mate looks really dated compared to the other two. Still it&#8217;s nice to have the option around for all the die hard Gnome 2 fans out there &#8211; Linux is about choice after all.</p>
<p>For now I&#8217;m going to stay with Mint, i.e. will keep my install on the Eee and will replace the dated (still Ubuntu- based) <a href="http://www.crunchbanglinux.org" target="_blank">Crunchbang</a> Install on my old laptop, that now serves as kids / guest / backup PC. If you want a Linux distribution that &#8220;just works&#8221;, Mint is more than ever my number one recommendation. It is easy to install, easy to use and offers a non disruptive way to try out Gnome 3, the most interesting desktop environment of our time &#8211; give it a chance, you might be surprised !!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/axel668.wordpress.com/291/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/axel668.wordpress.com/291/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/axel668.wordpress.com/291/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/axel668.wordpress.com/291/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/axel668.wordpress.com/291/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/axel668.wordpress.com/291/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/axel668.wordpress.com/291/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/axel668.wordpress.com/291/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/axel668.wordpress.com/291/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/axel668.wordpress.com/291/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/axel668.wordpress.com/291/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/axel668.wordpress.com/291/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/axel668.wordpress.com/291/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/axel668.wordpress.com/291/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=axel668.wordpress.com&amp;blog=25846904&amp;post=291&amp;subd=axel668&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://axel668.wordpress.com/2011/12/11/linux-mint-12-with-gnome-3-the-better-ubuntu/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/7d073cd2adeea82c036195c49b9018da?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">axel668</media:title>
		</media:content>

		<media:content url="http://linuxmint.com/pictures/screenshots/lisa/lisa_light.png" medium="image">
			<media:title type="html">Lisa</media:title>
		</media:content>
	</item>
		<item>
		<title>Playlist Nov. / Dec.</title>
		<link>http://axel668.wordpress.com/2011/12/04/playlist-nov-dec/</link>
		<comments>http://axel668.wordpress.com/2011/12/04/playlist-nov-dec/#comments</comments>
		<pubDate>Sun, 04 Dec 2011 12:41:43 +0000</pubDate>
		<dc:creator>axel668</dc:creator>
				<category><![CDATA[music]]></category>

		<guid isPermaLink="false">http://axel668.wordpress.com/?p=287</guid>
		<description><![CDATA[Here&#8217;s my playlist for November / December 2011 &#8230; Scroobius Pip &#8211; Distraction Pieces Solstafir &#8211; Svartir Sandar Dillon &#8211; The Silcence Kills The Devil &#8211; Time To Repent Machine Head &#8211; Unto the Locust And an 80s Classic &#8230; Bauhaus &#8211; In The Flat Field<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=axel668.wordpress.com&amp;blog=25846904&amp;post=287&amp;subd=axel668&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s my playlist for November / December 2011 &#8230;</p>
<ul>
<li><a href="http://www.last.fm/music/Scroobius+Pip" target="_blank">Scroobius Pip</a> &#8211; Distraction Pieces</li>
<li><a href="http://www.last.fm/music/S%25C3%25B3lstafir?ac=solstafir" target="_blank">Solstafir</a> &#8211; Svartir Sandar</li>
<li><a href="http://www.last.fm/music/Dillon/This+Silence+Kills" target="_blank">Dillon &#8211; The Silcence Kills</a></li>
<li><a href="http://www.last.fm/music/Devil/Time+to+Repent" target="_blank">The Devil &#8211; Time To Repent</a></li>
<li><a href="http://www.last.fm/search?q=machine+head" target="_blank">Machine Head</a> &#8211; Unto the Locust</li>
</ul>
<p>And an 80s Classic &#8230;</p>
<ul>
<li><a href="http://www.last.fm/music/Bauhaus/In%2520the%2520Flat%2520Field" target="_blank">Bauhaus &#8211; In The Flat Field</a></li>
</ul>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/axel668.wordpress.com/287/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/axel668.wordpress.com/287/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/axel668.wordpress.com/287/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/axel668.wordpress.com/287/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/axel668.wordpress.com/287/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/axel668.wordpress.com/287/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/axel668.wordpress.com/287/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/axel668.wordpress.com/287/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/axel668.wordpress.com/287/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/axel668.wordpress.com/287/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/axel668.wordpress.com/287/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/axel668.wordpress.com/287/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/axel668.wordpress.com/287/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/axel668.wordpress.com/287/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=axel668.wordpress.com&amp;blog=25846904&amp;post=287&amp;subd=axel668&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://axel668.wordpress.com/2011/12/04/playlist-nov-dec/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/7d073cd2adeea82c036195c49b9018da?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">axel668</media:title>
		</media:content>
	</item>
		<item>
		<title>Diaspora Tricks and Tweaks</title>
		<link>http://axel668.wordpress.com/2011/11/26/diaspora-tricks/</link>
		<comments>http://axel668.wordpress.com/2011/11/26/diaspora-tricks/#comments</comments>
		<pubDate>Sat, 26 Nov 2011 18:34:34 +0000</pubDate>
		<dc:creator>axel668</dc:creator>
				<category><![CDATA[diaspora]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://axel668.wordpress.com/?p=263</guid>
		<description><![CDATA[Almost a month and I&#8217;m still posting stuff on DIASPORA*, so it looks like I finally found a social network that works for me &#8230; time to share some of the tricks I learned, to get YOU started, too. Most of them can be found in the tutorials at diasporial, check this out if you [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=axel668.wordpress.com&amp;blog=25846904&amp;post=263&amp;subd=axel668&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://axel668.files.wordpress.com/2011/11/newhere.png"><img class="alignnone size-full wp-image-267" title="#newhere" src="http://axel668.files.wordpress.com/2011/11/newhere.png?w=406&#038;h=300" alt="" width="406" height="300" /></a></p>
<p>Almost a month and I&#8217;m still posting stuff on <a href="http://diasporafoundation.org/" target="_blank">DIASPORA*</a>, so it looks like I finally found a social network that works for me &#8230; time to share some of the tricks I learned, to get YOU started, too. Most of them can be found in the <a href="http://diasporial.com/tutorials" target="_blank">tutorials</a> at <a href="http://diasporial.com/" target="_blank">diasporial</a>, check this out if you are planning to join DIASPORA* or already did.</p>
<ol>
<li>Want an invite ? Read my lips &#8230;  <strong>YOU DON&#8217;T NEED AN INVITE !!!</strong> Just pick ANY Pod from <a href="http://podupti.me/" target="_blank">podupti.me</a> and register, most of them are free to join</li>
<li>[commenting currently unavailable] is not a bug &#8211; you just have to add the person before you can comment / like / reshare with her, unless she&#8217;s on the same pod</li>
<li>Typing &#8216;@&#8217; will let you auto complete a user name to &#8216;mention&#8217; (i.e. get them notified about your post)</li>
<li>Adding #tags will add your post to the stream of all people who have subscribed to the tags.</li>
<li>Put something like <code>![pic](http://website.com/image.jpg)</code> in your post to embed an image</li>
<li>Look <a href="http://diasporial.com/tutorials/formatting-text" target="_blank">here</a> for a lot of helpful hints for formatting your posts</li>
<li>To embed a video, just paste the URL into the post, e.g. <a href="http://www.youtube.com/watch?v=F_BEekGyKb8" target="_blank">http://www.youtube.com/watch?v=F_BEekGyKb8</a> (don&#8217;t use https, and you have to reload the page with Ctrl + F5 before it will show)</li>
<li>If you have problems consuming the Diaspora <a href="https://joindiaspora.com/public/axel668.atom" target="_blank">atom feed</a> (some sites like WordPress don&#8217;t support https), use <a href="http://atom2rss.semiologic.com/" target="_blank">atom2rss</a> to convert it to plain old http- only RSS</li>
<li>Another cool thing to do with the <a href="https://joindiaspora.com/public/axel668.atom" target="_blank">atom feed</a>: use <a href="http://www.twitterfeed.com" target="_blank">twitterfeed.com</a> to <em>automatically</em> keep your friends at Facebook, LinkedIn, Hellotxt, Twitter or Status.net (Identica) in the loop, without having to press a button when sharing &#8230;</li>
<li>Diaspora user numbers are listed <a href="https://diasp.eu/stats.html" target="_blank">here</a>, these are estimates  based on <a title="Diaspora – a better Google Plus" href="https://diasp.eu" target="_blank">diasp.eu</a> user data</li>
</ol>
<p>That&#8217;s already it for today, I will add more tricks and tweaks as I move along &#8230; mean time, see you on Diaspora (search for <a href="https://joindiaspora.com/u/axel668" target="_blank">axel668@joindiaspora.com</a>).</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/axel668.wordpress.com/263/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/axel668.wordpress.com/263/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/axel668.wordpress.com/263/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/axel668.wordpress.com/263/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/axel668.wordpress.com/263/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/axel668.wordpress.com/263/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/axel668.wordpress.com/263/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/axel668.wordpress.com/263/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/axel668.wordpress.com/263/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/axel668.wordpress.com/263/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/axel668.wordpress.com/263/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/axel668.wordpress.com/263/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/axel668.wordpress.com/263/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/axel668.wordpress.com/263/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=axel668.wordpress.com&amp;blog=25846904&amp;post=263&amp;subd=axel668&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://axel668.wordpress.com/2011/11/26/diaspora-tricks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/7d073cd2adeea82c036195c49b9018da?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">axel668</media:title>
		</media:content>

		<media:content url="http://axel668.files.wordpress.com/2011/11/newhere.png" medium="image">
			<media:title type="html">#newhere</media:title>
		</media:content>
	</item>
		<item>
		<title>Diaspora &#8211; a better Google Plus</title>
		<link>http://axel668.wordpress.com/2011/11/16/diaspora-a-better-google-plus/</link>
		<comments>http://axel668.wordpress.com/2011/11/16/diaspora-a-better-google-plus/#comments</comments>
		<pubDate>Wed, 16 Nov 2011 21:59:36 +0000</pubDate>
		<dc:creator>axel668</dc:creator>
				<category><![CDATA[diaspora]]></category>
		<category><![CDATA[googlealternative]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://axel668.wordpress.com/?p=233</guid>
		<description><![CDATA[Finally got my Diaspora Invite, so I thought I&#8217;d quickly share my experiences from a couple of days playing around with it &#8230; The maybe most important insight on my part was that waiting for an invite to joindiaspora.com was totally in vain, because Diaspora, unlike any other social network, uses a decentralized approach. Diaspora [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=axel668.wordpress.com&amp;blog=25846904&amp;post=233&amp;subd=axel668&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Finally got my Diaspora Invite, so I thought I&#8217;d quickly share my experiences from a couple of days playing around with it &#8230;</p>
<p><a href="http://axel668.files.wordpress.com/2011/11/c3bcbersicht.png"><img title="Diaspora" src="http://axel668.files.wordpress.com/2011/11/c3bcbersicht.png?w=406&#038;h=261" alt="" width="406" height="261" /></a></p>
<p>The maybe most important insight on my part was that waiting for an invite to <a title="10 more things to do after installing Archbang" href="https://joindiaspora.com" target="_blank">joindiaspora.com</a> was totally in vain, because Diaspora, unlike any other social network, uses a decentralized approach. Diaspora is organized in Pods, that work somehow like an Email provider &#8211; you always sign on to the same pod, but you can add people from all other pods, too. So if you can&#8217;t get an invite from <a href="https://joindiaspora.com" target="_blank">joindiaspora.com</a>, or are experiencing performance issues, just pick another pod from this <a href="http://podupti.me/" target="_blank">list</a>, <a href="https://diasp.eu" target="_blank">diasp.eu</a> has been around for over a year and works well for me over here in Germany. Moving between pods is not fully working, yet, but you can already export your user data to XML.</p>
<p>At first sight, Diaspora looks much like Google Plus &#8211; so much indeed, that it makes me wonder how many Google employees were in last year&#8217;s Diaspora Alpha programs (yes, Diaspora precedes Google Plus by a couple of months). In short, a Plus user will not miss anything in Diaspora, the authorization concept (&#8220;Aspects&#8221; vs. &#8220;Circles&#8221;) is very similar and allows complete control over who gets to see which post.</p>
<p>A big advantage of Diaspora over Plus is, that Diaspora offers a usable (!) bookmarklet and Twitter / Facebook integration for forwarding your posts. Unlike Plus, Diaspora already has Apps &#8211; right now only <a href="https://diasp.eu/token" target="_blank">one of them</a>, but more will follow. Another thing I really like about Diaspora is the <a href="https://joindiaspora.com/public/axel668.atom" target="_blank">Atom feed</a> they provide for your public posts, and the ability to follow tags, although a filter option would be nice (e.g. for #NewHere or #nsfw).</p>
<p>While Diaspora will not change my general attitude about social networks (&#8220;I&#8217;m NOT posting my damily pics and political opinions to world &amp; dog&#8221;), it at least qualifies as Twitter replacement, which is more than can be said about Plus or Facebook. So feel free to add <a href="https://joindiaspora.com/u/axel668" target="_blank">axel668@joindiaspora.com</a> (my diasp.eu account is inactive) or just follow my <a href="https://joindiaspora.com/public/axel668.atom" target="_blank">feed</a>, trying to put some content in there soon.</p>
<p>Unfortunately right now the Diaspora community is quite small even compared to Plus and tiny compared to Facebook, but after my first impression I think this is going to improve soon. Diaspora is clearly the social network of choice for people who never liked / tried social networks, for those with Privacy concerns towards Facebook and Google, and of course for &#8220;the cool kids&#8221; who want to use something new and different.</p>
<p>For an Alpha version Diaspora is very stable and mature, so go give it a try !</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/axel668.wordpress.com/233/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/axel668.wordpress.com/233/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/axel668.wordpress.com/233/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/axel668.wordpress.com/233/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/axel668.wordpress.com/233/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/axel668.wordpress.com/233/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/axel668.wordpress.com/233/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/axel668.wordpress.com/233/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/axel668.wordpress.com/233/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/axel668.wordpress.com/233/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/axel668.wordpress.com/233/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/axel668.wordpress.com/233/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/axel668.wordpress.com/233/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/axel668.wordpress.com/233/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=axel668.wordpress.com&amp;blog=25846904&amp;post=233&amp;subd=axel668&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://axel668.wordpress.com/2011/11/16/diaspora-a-better-google-plus/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/7d073cd2adeea82c036195c49b9018da?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">axel668</media:title>
		</media:content>

		<media:content url="http://axel668.files.wordpress.com/2011/11/c3bcbersicht.png" medium="image">
			<media:title type="html">Diaspora</media:title>
		</media:content>
	</item>
		<item>
		<title>10 more things to do after installing Archbang</title>
		<link>http://axel668.wordpress.com/2011/10/28/10-more-things-to-do-after-installing-archbang/</link>
		<comments>http://axel668.wordpress.com/2011/10/28/10-more-things-to-do-after-installing-archbang/#comments</comments>
		<pubDate>Fri, 28 Oct 2011 20:35:30 +0000</pubDate>
		<dc:creator>axel668</dc:creator>
				<category><![CDATA[arch]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://axel668.wordpress.com/?p=214</guid>
		<description><![CDATA[So you installed Archbang, and now you are getting bored because everything is running so smoothly ? Already finished your “10 things to do after installing Archbang” ? Here&#8217;s some more stuff you can do around your favorite Linux Distro &#8230; 1. Install Tools While Archbang has everything you need, there is always room for [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=axel668.wordpress.com&amp;blog=25846904&amp;post=214&amp;subd=axel668&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>So you installed Archbang, and now you are getting bored because everything is running so smoothly ? Already finished your “<a href="http://www.linuxandlife.com/2011/09/things-to-do-after-installing-archbang.html" target="_blank">10 things to do after installing Archbang</a>” ? Here&#8217;s some more stuff you can do around your favorite Linux Distro &#8230;</p>
<p><strong>1. Install Tools</strong></p>
<p><a href="http://www.go2linux.org/pics/htop/htop_screenshot.png"><img class="alignnone" title="Htop" src="http://www.go2linux.org/pics/htop/htop_screenshot.png" alt="" width="420" /></a></p>
<p>While Archbang has everything you need, there is always room for improvement on the tools side &#8230;</p>
<ul>
<li><a href="https://www.archlinux.org/packages/extra/i686/htop/" target="_blank">Htop</a> is a task manager for the console &#8211; either assign it to a hotkey (in urxvt) or start it from a root terminal (Ctrl+F1) to control over every single process on your OS</li>
<li><a href="https://www.archlinux.org/packages/community/i686/scite/" target="_blank">Scite</a> will give you advanced text editing and syntax highlighting, while being almost as light as leafpad</li>
<li><a href="https://aur.archlinux.org/packages.php?ID=51092" target="_blank">Double Commander</a> is a cross platform clone of the famous <a href="http://www.ghisler.com" target="_blank">Total Commander</a> with additional improvements, which makes it the best (orthodox) file manager currently avaliable on any OS</li>
<li><a href="https://www.archlinux.org/packages/community/i686/mc/" target="_blank">Mc</a> is a Norton Commander clone for the console &#8211; a real life saver in case you mess up your X while updating or tweaking the configuration</li>
</ul>
<p><strong>2. Install LibreOffice</strong></p>
<p>In a perfect world this would be a no- brainer, but &#8216;sudo pacman -S libreoffice&#8217;, while getting the job done, will include 500+ MB of KDE goodness from the libreoffice-kde package. <a href="https://wiki.archlinux.org/index.php/Libreoffice" target="_blank">Arch Wiki</a> offers to use &#8216;pacman -S libreoffice-common libreoffice-{base,calc,draw,impress,math,writer,gnome,sdk,sdk-doc}&#8217;, and if you do not use Extensions you can skip the sdk parts, too.</p>
<p><strong>3. Install MS Fonts</strong></p>
<p>Install <a href="https://aur.archlinux.org/packages.php?ID=13030" target="_blank">ttf-ms-fonts</a> and <a href="https://aur.archlinux.org/packages.php?ID=10408" target="_blank">ttf-vista-fonts</a>, this will not only make websites look more like on the Win7 office rig, but will also improve the looks of your imported Word docs a lot !</p>
<p><strong>4. Put your laptop to sleep on lid close</strong></p>
<p>Of course you could just install xfce4-power-manager for this, but that&#8217;s not exactly <a href="https://wiki.archlinux.org/index.php/The_Arch_Way" target="_blank">The Arch Way</a>, right ? A more elegant solution is to use acpid and pm-utils &#8230; as a little exercise, figure out the details from the <a href="https://wiki.archlinux.org/index.php" target="_blank">Wiki</a> &#8211; good luck !!</p>
<p><strong>5. Connect with netcfg</strong></p>
<p>If your machine is usually connected to the same network, you might want to use <a href="https://wiki.archlinux.org/index.php/Netcfg" target="_blank">netcfg</a> in /etc/rc.conf. The connection is started early in the boot process, so you will be online even before the desktop is loaded. Always use the &#8216;@&#8217; prefix for it in the DAEMONS array, otherwise the whole boot process will be delayed until connection attempts are finished. You can of course disable network-manager and network with the &#8216;!&#8217; prefix, just don&#8217;t uninstall &#8211; downloading network-manager can be tricky when your network is broken &#8230;</p>
<p><strong>6. Show network status in conky</strong></p>
<p>Of course netcfg doesn&#8217;t have a tray icon, so you might want to add a couple of lines to you conkyrc, to show network status (example shows a wireless connection):</p>
<p>${wireless_essid wlan0} (${wireless_bitrate wlan0}) $alignr ${wireless_link_qual_perc wlan0}%<br />
${wireless_link_bar wlan0}<br />
Down: ${downspeed wlan0} $alignr Up: ${upspeed wlan}<br />
${downspeedgraph wlan0 20,115 999999 cccccc} ${alignr}${upspeedgraph wlan0 20,115 999999 cccccc}</p>
<p><strong>7. Create your own keyboard bindings</strong></p>
<p>Like every decent operating system, you can customize keyboard shortcuts in Archbang&#8217;s openbox environment. The most comfy way to do this, is installing obkey. But even editing openbox rc.xml is not rocket science, and is well documented in the <a href="http://openbox.org/wiki/Help:Bindings#Key_bindings" target="_blank">openbox Wiki</a></p>
<p><strong>8. Install games</strong></p>
<p><a href="https://boxcatstudio.files.wordpress.com/2009/07/kobold.jpg"><img class="alignnone" title="Stone-Soup" src="https://boxcatstudio.files.wordpress.com/2009/07/kobold.jpg?w=420" alt="" width="420" /></a></p>
<p>Most operating systems offer a small selection of games &#8211; here&#8217;s my suggestion for the &#8220;Archbang Games&#8221; collection:</p>
<ul>
<li><a href="https://www.archlinux.org/packages/community/any/pysolfc/" target="_blank">Pysolfc</a> offers a huge collection of solitaire card (and Mahjong) games</li>
<li><a href="https://www.archlinux.org/packages/community/i686/ltris/" target="_blank">Ltris</a> is a very nice Tetris clone</li>
<li><a href="https://www.archlinux.org/packages/community/i686/stone-soup/" target="_blank">Stone-soup</a> (aka Dungeon Crawl)  is a rogue-like with (simple) graphics and tutorial mode</li>
<li><a href="https://www.archlinux.org/packages/community/i686/dopewars/" target="_blank">Dopewars</a> is a classic business simulation with a drug dealing theme</li>
<li><a href="https://aur.archlinux.org/packages.php?ID=15033" target="_blank">Micropolis</a> is the <em>original</em> Sim City game (open sourced for the <a href="https://secure.wikimedia.org/wikipedia/en/wiki/OLPC" target="_blank">OLPC</a> project)</li>
</ul>
<p>Of course there are fancier Linux games around, but the ones mentioned above are effective time killers and go well with the Arch philosophy &#8230; a good starting point for Linux gaming in general is <a href="http://www.lgdb.org/" target="_blank">LGDB</a>, or of course <a href="https://encrypted.google.com/search?hl=en&amp;source=hp&amp;biw=1600&amp;bih=1122&amp;q=Linux games" target="_blank">Google</a>.</p>
<p><strong>9. Run Windows programs using WINE</strong></p>
<p>If someone asks you, &#8220;This Archbang is kinda nice, but will it run {insert random Windows program} ?&#8221; &#8211; wouldn&#8217;t you love to just tell them &#8220;Sure, pass me that CD&#8221; ? In fact, about two thirds of the software I&#8217;m asked about by family and friends runs just fine, if you add <a href="https://www.archlinux.org/packages/community/i686/wine/" target="_blank">wine</a> and <a href="https://www.archlinux.org/packages/community/any/winetricks/" target="_blank">winetricks</a> to your Archbang install. Check the <a href="http://appdb.winehq.org/" target="_blank">WINE AppDb</a>, you will be surprised how much Windows software will work fine under Linux.</p>
<p><strong>10. Join the community</strong></p>
<p>Even if you are not a programmer, you can contribute &#8230; join the forums (<a href="http://bbs.archbang.org/" target="_blank">Archbang</a>, <a href="https://bbs.archlinux.org/" target="_blank">Arch</a>), file <a href="https://bugs.archlinux.org/" target="_blank">Bugs</a> or contribute to the <a href="https://wiki.archlinux.org/" target="_blank">Arch Wiki</a>.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/axel668.wordpress.com/214/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/axel668.wordpress.com/214/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/axel668.wordpress.com/214/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/axel668.wordpress.com/214/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/axel668.wordpress.com/214/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/axel668.wordpress.com/214/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/axel668.wordpress.com/214/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/axel668.wordpress.com/214/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/axel668.wordpress.com/214/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/axel668.wordpress.com/214/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/axel668.wordpress.com/214/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/axel668.wordpress.com/214/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/axel668.wordpress.com/214/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/axel668.wordpress.com/214/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=axel668.wordpress.com&amp;blog=25846904&amp;post=214&amp;subd=axel668&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://axel668.wordpress.com/2011/10/28/10-more-things-to-do-after-installing-archbang/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/7d073cd2adeea82c036195c49b9018da?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">axel668</media:title>
		</media:content>

		<media:content url="http://www.go2linux.org/pics/htop/htop_screenshot.png" medium="image">
			<media:title type="html">Htop</media:title>
		</media:content>

		<media:content url="https://boxcatstudio.files.wordpress.com/2009/07/kobold.jpg" medium="image">
			<media:title type="html">Stone-Soup</media:title>
		</media:content>
	</item>
		<item>
		<title>Archbang 2011.10 on Asus Eee 1215N</title>
		<link>http://axel668.wordpress.com/2011/10/18/archbang-2011-10-on-asus-eee-1215n/</link>
		<comments>http://axel668.wordpress.com/2011/10/18/archbang-2011-10-on-asus-eee-1215n/#comments</comments>
		<pubDate>Tue, 18 Oct 2011 18:32:10 +0000</pubDate>
		<dc:creator>axel668</dc:creator>
				<category><![CDATA[1215n]]></category>
		<category><![CDATA[arch]]></category>
		<category><![CDATA[crunchbang]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://axel668.wordpress.com/?p=179</guid>
		<description><![CDATA[Although my Bodhi install is running fine, I have still not given up on my dream of running some kind of Archlinux as my primary OS, and preferably with a #! style Openbox desktop. After discouraging results with both, &#8216;vanilla&#8217; Arch 2011.08.19 and CTK Arch 0.7 (both could not handle my wireless or run X [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=axel668.wordpress.com&amp;blog=25846904&amp;post=179&amp;subd=axel668&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Although my Bodhi install is running fine, I have still not given up on my dream of running some kind of <a href="http://www.archlinux.org">Archlinux</a> as my primary OS, and preferably with a <a href="http://www.crunchbanglinux.org" target="_blank">#!</a> style Openbox desktop. After discouraging results with both, &#8216;vanilla&#8217; Arch 2011.08.19 and <a href="http://ctkarch.org/" target="_blank">CTK Arch</a> 0.7 (both could not handle my wireless or run X in the native solution), I was not really optimistic about the new <a href="http://archbang.org/news/archbang-2011-10-is-out-in-the-wild" target="_blank">Archbang 2011.10</a>. But what a pleasant surprise, with the &#8220;Autodetect X&#8221; boot option I did not only get wireless and full resolution X, but even Intel 3D on the live USB. Of course I instantly picked &#8216;install&#8217; from the openbox menu, and was rewarded with a working Arch install just 15 minutes later.</p>
<p><a href="http://archbang.org/wp-content/uploads/2011/10/2011-10-01-192203_1024x768_scrot.png"><img class="alignnone" title="Archbang2011-10" src="http://archbang.org/wp-content/uploads/2011/10/2011-10-01-192203_1024x768_scrot.png" alt="" width="420" /></a></p>
<p>Archbang features the #! &#8216;classic&#8217; setup with Openbox and Tint2. The preinstalled software is reduced to the absolute essentials &#8211; Firefox Nightly, Flash, uTorrent, Thunar, gmplayer, urxvt, Zathura (PDF reader),  and so on (complete list on <a href="http://linux.softpedia.com/get/System/Operating-Systems/Linux-Distributions/ArchBang-55706.shtml" target="_blank">Softpedia</a>). Archbang includes <a href="https://wiki.archlinux.org/index.php/AUR_Helpers#packer" target="_blank">packer</a>, a neat package manager with <a href="https://aur.archlinux.org/" target="_blank">AUR</a> access, giving you easy access to every piece of Linux software currently available, even closed source binaries like Citrix or some freeware games.</p>
<p>Bumblebee ION2 support can simply be <a href="https://aur.archlinux.org/packages.php?ID=49469" target="_blank">installed from the AUR</a>, after 5 minutes of heavy compiling (and some simple <a href="https://wiki.archlinux.org/index.php/Bumblebee" target="_blank">config steps</a>) I was successfully running &#8216;optirun glxgears&#8217; at several hundred FPS. Mission completed. All other hardware seems to work out of the box, as expected with Kernel3.</p>
<p>If you want to know more about Archbang check their <a href="http://wiki.archbang.org/index.php?title=FAQ_-_Frequently_Asked_Questions_about_ArchBang" target="_blank">FAQs</a> &#8230; for me Archbang offers the perfect balance between <a href="https://wiki.archlinux.org/index.php/The_Arch_Way" target="_blank">The Arch Way</a> and &#8220;<a href="http://distrowatch.com/weekly.php?issue=20110411#feature" target="_blank">pleasantly boring</a>&#8221; #!. So if you are running #! or Bodhi and want to go to the next level, Archbang is definitely for you. The blog post &#8220;<a href="http://www.linuxandlife.com/2011/09/things-to-do-after-installing-archbang.html" target="_blank">10 things to do after installing Archbang</a>&#8221; provides a good starting point for customizing your install.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/axel668.wordpress.com/179/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/axel668.wordpress.com/179/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/axel668.wordpress.com/179/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/axel668.wordpress.com/179/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/axel668.wordpress.com/179/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/axel668.wordpress.com/179/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/axel668.wordpress.com/179/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/axel668.wordpress.com/179/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/axel668.wordpress.com/179/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/axel668.wordpress.com/179/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/axel668.wordpress.com/179/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/axel668.wordpress.com/179/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/axel668.wordpress.com/179/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/axel668.wordpress.com/179/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=axel668.wordpress.com&amp;blog=25846904&amp;post=179&amp;subd=axel668&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://axel668.wordpress.com/2011/10/18/archbang-2011-10-on-asus-eee-1215n/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/7d073cd2adeea82c036195c49b9018da?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">axel668</media:title>
		</media:content>

		<media:content url="http://archbang.org/wp-content/uploads/2011/10/2011-10-01-192203_1024x768_scrot.png" medium="image">
			<media:title type="html">Archbang2011-10</media:title>
		</media:content>
	</item>
	</channel>
</rss>
