<?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>The Ubuntu Incident</title>
	<atom:link href="https://ubuntuincident.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>https://ubuntuincident.wordpress.com</link>
	<description>Ubuntu Adventures</description>
	<lastBuildDate>Tue, 21 May 2013 20:42:28 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='ubuntuincident.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>https://secure.gravatar.com/blavatar/db6c398dc21dc8e8f82d7bc83130c0ab?s=96&#038;d=https%3A%2F%2Fs2.wp.com%2Fi%2Fbuttonw-com.png</url>
		<title>The Ubuntu Incident</title>
		<link>https://ubuntuincident.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="https://ubuntuincident.wordpress.com/osd.xml" title="The Ubuntu Incident" />
	<atom:link rel='hub' href='https://ubuntuincident.wordpress.com/?pushpress=hub'/>
		<item>
		<title>BH IMDB/Word Highlight</title>
		<link>https://ubuntuincident.wordpress.com/2013/05/20/bh-imdbword-highlight/</link>
		<comments>https://ubuntuincident.wordpress.com/2013/05/20/bh-imdbword-highlight/#comments</comments>
		<pubDate>Mon, 20 May 2013 08:18:00 +0000</pubDate>
		<dc:creator>Jabba Laci</dc:creator>
				<category><![CDATA[firefox]]></category>
		<category><![CDATA[greasemonkey]]></category>
		<category><![CDATA[imdb]]></category>
		<category><![CDATA[bh]]></category>
		<category><![CDATA[ncore]]></category>
		<category><![CDATA[imdb highlight]]></category>
		<category><![CDATA[word highlight]]></category>

		<guid isPermaLink="false">http://ubuntuincident.wordpress.com/?p=4081</guid>
		<description><![CDATA[A long time ago I also made a Greasemonkey script called BH IMDB/Word Highlight. This script is written for some specific sites in Hungary. However, you can take ideas from this how to highlight a text on a web site.<img alt="" border="0" src="https://stats.wordpress.com/b.gif?host=ubuntuincident.wordpress.com&#038;blog=16079932&#038;post=4081&#038;subd=ubuntuincident&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>A long time ago I also made a Greasemonkey script called <a href="http://userscripts.org/scripts/show/28081">BH IMDB/Word Highlight</a>. This script is written for some specific sites in Hungary. However, you can take ideas from this how to highlight a text on a web site.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ubuntuincident.wordpress.com/4081/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ubuntuincident.wordpress.com/4081/" /></a> <img alt="" border="0" src="https://stats.wordpress.com/b.gif?host=ubuntuincident.wordpress.com&#038;blog=16079932&#038;post=4081&#038;subd=ubuntuincident&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>https://ubuntuincident.wordpress.com/2013/05/20/bh-imdbword-highlight/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="https://2.gravatar.com/avatar/bc3cbbdadcf7485288e502d084820c32?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ubuntuincident</media:title>
		</media:content>
	</item>
		<item>
		<title>Install a Greasemonkey script from a local file</title>
		<link>https://ubuntuincident.wordpress.com/2013/05/20/install-a-greasemonkey-script-from-a-local-file/</link>
		<comments>https://ubuntuincident.wordpress.com/2013/05/20/install-a-greasemonkey-script-from-a-local-file/#comments</comments>
		<pubDate>Mon, 20 May 2013 07:37:32 +0000</pubDate>
		<dc:creator>Jabba Laci</dc:creator>
				<category><![CDATA[firefox]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[add-on]]></category>
		<category><![CDATA[greasemonkey]]></category>
		<category><![CDATA[imdb]]></category>
		<category><![CDATA[autofocus]]></category>
		<category><![CDATA[amazon]]></category>

		<guid isPermaLink="false">http://ubuntuincident.wordpress.com/?p=4070</guid>
		<description><![CDATA[Problem You have downloaded a Greasemonkey script but&#8230; how to install it? Solution Here I suppose you have the Greasemonkey add-on installed (Hey, what is GM?). Well, I didn&#8217;t find anywhere the option &#8220;install from local file&#8220;. A GM script is called *.user.js and if you open the URL (http://...) of such a script, GM [&#8230;]<img alt="" border="0" src="https://stats.wordpress.com/b.gif?host=ubuntuincident.wordpress.com&#038;blog=16079932&#038;post=4070&#038;subd=ubuntuincident&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p><strong>Problem</strong><br />
You have downloaded a Greasemonkey script but&#8230; how to install it?</p>
<p><strong>Solution</strong><br />
Here I suppose you have the <a href="https://addons.mozilla.org/en-US/firefox/addon/748">Greasemonkey</a> add-on installed (<a href="http://en.wikipedia.org/wiki/Greasemonkey">Hey, what is GM?</a>). Well, I didn&#8217;t find anywhere the option &#8220;<em>install from local file</em>&#8220;. A GM script is called <code>*.user.js</code> and if you open the URL (<code><a href="http://" rel="nofollow">http://</a>...</code>) of such a script, GM will recognize it and offer to install it (for this GM must be enabled). However! If you open your script locally (<code>file://...</code>), nothing happens. WTF?</p>
<p>Calm down. You know Python, right? The Swiss army knife of programmers. Just navigate to the directory where the GM script is located and start a web server:</p>
<pre>
$ python -m SimpleHTTPServer
</pre>
<p>Now open the URL <a href="http://localhost:8000" rel="nofollow">http://localhost:8000</a> , click on the user script and GM will offer to install it. Python, what would I do without you?</p>
<p>User scripts are installed in this directory: &#8220;<code>~/.mozilla/firefox/xxxxxxxx.default/gm_scripts</code>&#8220;. Here you will find a <code>config.xml</code> file too that is created by GM.</p>
<p><strong>Example</strong><br />
I installed this way this script: <a href="http://frightanic.com/web-authoring/greasemonkey-focus-first-input-field/">Greasemonkey: focus first input field</a>. This script puts the focus on the first input field. I use it with Amazon and IMDB and works like a charm.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ubuntuincident.wordpress.com/4070/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ubuntuincident.wordpress.com/4070/" /></a> <img alt="" border="0" src="https://stats.wordpress.com/b.gif?host=ubuntuincident.wordpress.com&#038;blog=16079932&#038;post=4070&#038;subd=ubuntuincident&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>https://ubuntuincident.wordpress.com/2013/05/20/install-a-greasemonkey-script-from-a-local-file/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="https://2.gravatar.com/avatar/bc3cbbdadcf7485288e502d084820c32?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ubuntuincident</media:title>
		</media:content>
	</item>
		<item>
		<title>Disable Unity&#8217;s F9</title>
		<link>https://ubuntuincident.wordpress.com/2013/05/19/disable-unitys-f9/</link>
		<comments>https://ubuntuincident.wordpress.com/2013/05/19/disable-unitys-f9/#comments</comments>
		<pubDate>Sun, 19 May 2013 15:34:00 +0000</pubDate>
		<dc:creator>Jabba Laci</dc:creator>
				<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[F9]]></category>
		<category><![CDATA[grey out]]></category>
		<category><![CDATA[mc]]></category>
		<category><![CDATA[midnight commander]]></category>
		<category><![CDATA[unity]]></category>
		<category><![CDATA[widget layer]]></category>

		<guid isPermaLink="false">http://ubuntuincident.wordpress.com/?p=4068</guid>
		<description><![CDATA[Problem I use Midnight Commander a lot and F9 in MC means: &#8220;go to the top menu bar&#8220;. However, Unity steals F9 and activates a widget layer. By default this layer is empty, so you only see that the screen greys out. How to disable this shit? Solution Start &#8220;ccsm&#8220;, find the Desktop section and [&#8230;]<img alt="" border="0" src="https://stats.wordpress.com/b.gif?host=ubuntuincident.wordpress.com&#038;blog=16079932&#038;post=4068&#038;subd=ubuntuincident&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p><strong>Problem</strong><br />
I use Midnight Commander a lot and F9 in MC means: &#8220;<em>go to the top menu bar</em>&#8220;. However, Unity steals F9 and activates a widget layer. By default this layer is empty, so you only see that the screen greys out.</p>
<p>How to disable this shit?</p>
<p><strong>Solution</strong><br />
Start &#8220;<code>ccsm</code>&#8220;, find the <em>Desktop</em> section and untick &#8220;<em>Widget Layer</em>&#8220;. Done.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ubuntuincident.wordpress.com/4068/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ubuntuincident.wordpress.com/4068/" /></a> <img alt="" border="0" src="https://stats.wordpress.com/b.gif?host=ubuntuincident.wordpress.com&#038;blog=16079932&#038;post=4068&#038;subd=ubuntuincident&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>https://ubuntuincident.wordpress.com/2013/05/19/disable-unitys-f9/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="https://2.gravatar.com/avatar/bc3cbbdadcf7485288e502d084820c32?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ubuntuincident</media:title>
		</media:content>
	</item>
		<item>
		<title>Automate tasks with AutoKey</title>
		<link>https://ubuntuincident.wordpress.com/2013/05/19/automate-tasks-with-autokey/</link>
		<comments>https://ubuntuincident.wordpress.com/2013/05/19/automate-tasks-with-autokey/#comments</comments>
		<pubDate>Sun, 19 May 2013 14:19:33 +0000</pubDate>
		<dc:creator>Jabba Laci</dc:creator>
				<category><![CDATA[python]]></category>
		<category><![CDATA[autokey]]></category>
		<category><![CDATA[automation]]></category>
		<category><![CDATA[automatization]]></category>
		<category><![CDATA[autopy]]></category>

		<guid isPermaLink="false">http://ubuntuincident.wordpress.com/?p=4056</guid>
		<description><![CDATA[&#8220;AutoKey is a desktop automation utility for Linux and X11. It allows you to create scripts and assign hotkeys to these scripts, allowing you to execute them on demand in whatever program you are using.&#8221; (source) I&#8217;ve already done similar automatizations with autopy, which is not difficult, but life is much easier with AutoKey. AutoKey [&#8230;]<img alt="" border="0" src="https://stats.wordpress.com/b.gif?host=ubuntuincident.wordpress.com&#038;blog=16079932&#038;post=4056&#038;subd=ubuntuincident&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>&#8220;<em><a href="http://code.google.com/p/autokey/">AutoKey</a> is a desktop automation utility for Linux and X11. It allows you to create scripts and assign hotkeys to these scripts, allowing you to execute them on demand in whatever program you are using.</em>&#8221; (<a href="http://www.maketecheasier.com/autokey-make-your-own-keyboard-shortcuts-in-linux/2010/09/28">source</a>)</p>
<p>I&#8217;ve already done similar automatizations with <a href="http://www.autopy.org/">autopy</a>, which is not difficult, but life is much easier with AutoKey. AutoKey is a framework for these kinds of scripts and the great news is you can program it with Python!</p>
<p><strong>Links</strong></p>
<ul>
<li><a href="http://code.google.com/p/autokey/">AutoKey HQ</a></li>
<li><a href="http://www.maketecheasier.com/autokey-make-your-own-keyboard-shortcuts-in-linux/2010/09/28">Autokey: Make Your Own Keyboard Shortcuts In Linux</a></li>
<li><a href="http://www.maketecheasier.com/using-autokey-scripts-to-automate-linux-desktop/2013/05/11">Using Autokey Scripts to Automate Your Linux Desktop</a></li>
<li><a href="http://saravananthirumuruganathan.wordpress.com/2010/04/14/autokey-linux-utility-for-text-substitution-hotkeys-and-desktop-automation/">AutoKey : Linux Utility for Text Substitution , Hotkeys and Desktop Automation</a> (excellent tutorial)</li>
<li><a href="http://autokey.googlecode.com/svn/trunk/doc/scripting/index.html">AutoKey API reference</a></li>
</ul>
<p><strong>Use Case</strong><br />
Now let&#8217;s see a concrete use case. Printing at my workplace is a bit painful. If I want to send jobs to a powerful printer here, I need to authenticate myself each time (see the figure; click for a larger image). Or, I can use another (shitty) printer&#8230;</p>
<p><a href="http://ubuntuincident.files.wordpress.com/2013/05/print.jpg"><img src="http://ubuntuincident.files.wordpress.com/2013/05/print.jpg?w=300&#038;h=204" alt="print" width="300" height="204" class="aligncenter size-medium wp-image-4058" /></a></p>
<p>I must provide my username / password, then click on the OK button. If I print a large document, it&#8217;s OK, but if I want to print several small files, it becomes a pain in the ass.</p>
<p>And here is where AutoKey comes to the rescue. I made a simple script that automates this task (click to enlarge):<br />
<a href="http://ubuntuincident.files.wordpress.com/2013/05/print2.jpg"><img src="http://ubuntuincident.files.wordpress.com/2013/05/print2.jpg?w=300&#038;h=162" alt="print2" width="300" height="162" class="aligncenter size-medium wp-image-4060" /></a></p>
<p>There is a hotkey associated to this script: CTRL+F1. There is also a window filter, thus it cannot be activated by accident in a wrong environment.</p>
<p>The script is here:</p>
<pre class="brush: python; title: ; notranslate">
with open(&quot;.../print.txt&quot;) as f:
    username = f.readline().rstrip(&quot;\n&quot;)
    password = f.readline().rstrip(&quot;\n&quot;)

keyboard.send_keys(&quot;&lt;shift&gt;+&lt;tab&gt;&quot;)
keyboard.send_keys(username)
keyboard.send_keys(&quot;&lt;tab&gt;&quot;)
keyboard.send_keys(password)
for _ in range(3):
    keyboard.send_keys(&quot;&lt;tab&gt;&quot;)
keyboard.send_keys(&quot;&lt;enter&gt;&quot;)
# END
</pre>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ubuntuincident.wordpress.com/4056/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ubuntuincident.wordpress.com/4056/" /></a> <img alt="" border="0" src="https://stats.wordpress.com/b.gif?host=ubuntuincident.wordpress.com&#038;blog=16079932&#038;post=4056&#038;subd=ubuntuincident&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>https://ubuntuincident.wordpress.com/2013/05/19/automate-tasks-with-autokey/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="https://2.gravatar.com/avatar/bc3cbbdadcf7485288e502d084820c32?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ubuntuincident</media:title>
		</media:content>

		<media:content url="http://ubuntuincident.files.wordpress.com/2013/05/print.jpg?w=300" medium="image">
			<media:title type="html">print</media:title>
		</media:content>

		<media:content url="http://ubuntuincident.files.wordpress.com/2013/05/print2.jpg?w=300" medium="image">
			<media:title type="html">print2</media:title>
		</media:content>
	</item>
		<item>
		<title>Grub timeout doesn&#8217;t work sometimes</title>
		<link>https://ubuntuincident.wordpress.com/2013/05/19/grub-timeout-doesnt-work-sometimes/</link>
		<comments>https://ubuntuincident.wordpress.com/2013/05/19/grub-timeout-doesnt-work-sometimes/#comments</comments>
		<pubDate>Sun, 19 May 2013 07:21:04 +0000</pubDate>
		<dc:creator>Jabba Laci</dc:creator>
				<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[countdown]]></category>
		<category><![CDATA[grub2]]></category>
		<category><![CDATA[recordfail]]></category>
		<category><![CDATA[timeout]]></category>

		<guid isPermaLink="false">http://ubuntuincident.wordpress.com/?p=4053</guid>
		<description><![CDATA[Problem In the Grub menu you can use a countdown mechanism. However, sometimes it doesn&#8217;t work and you have to press Enter manually. I figured out that this happens when my machine was not shut down normally. Sometimes my machine doesn&#8217;t halt and I need to press the power button manually. At the next boot [&#8230;]<img alt="" border="0" src="https://stats.wordpress.com/b.gif?host=ubuntuincident.wordpress.com&#038;blog=16079932&#038;post=4053&#038;subd=ubuntuincident&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p><strong>Problem</strong><br />
In the Grub menu you can use a countdown mechanism. However, sometimes it doesn&#8217;t work and you have to press Enter manually.</p>
<p>I figured out that this happens when my machine was not shut down normally. Sometimes my machine doesn&#8217;t halt and I need to press the power button manually. At the next boot the timeout is gone in my grub menu.</p>
<p><strong>Solution</strong><br />
When the machine was stopped abnormally, a &#8220;recordfail timeout&#8221; will be used. So simply add the following line to &#8220;<code>/etc/default/grub</code>&#8220;:</p>
<pre>
GRUB_RECORDFAIL_TIMEOUT=7
</pre>
<p>My &#8220;<code>grub</code>&#8221; file looks like this:</p>
<pre>
GRUB_DEFAULT=0
#GRUB_HIDDEN_TIMEOUT=0
GRUB_HIDDEN_TIMEOUT_QUIET=true
GRUB_TIMEOUT=7
GRUB_DISTRIBUTOR=`lsb_release -i -s 2&gt; /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="acpi=noirq splash"
GRUB_CMDLINE_LINUX=""

GRUB_RECORDFAIL_TIMEOUT=7
</pre>
<p>After editing don&#8217;t forget to run &#8220;<code>update-grub</code>&#8220;.</p>
<p>Tip from <a href="http://ubuntuforums.org/showthread.php?t=1598854&amp;page=2">here</a>.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ubuntuincident.wordpress.com/4053/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ubuntuincident.wordpress.com/4053/" /></a> <img alt="" border="0" src="https://stats.wordpress.com/b.gif?host=ubuntuincident.wordpress.com&#038;blog=16079932&#038;post=4053&#038;subd=ubuntuincident&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>https://ubuntuincident.wordpress.com/2013/05/19/grub-timeout-doesnt-work-sometimes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="https://2.gravatar.com/avatar/bc3cbbdadcf7485288e502d084820c32?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ubuntuincident</media:title>
		</media:content>
	</item>
		<item>
		<title>Make sudo ask for your password every time</title>
		<link>https://ubuntuincident.wordpress.com/2013/05/15/make-sudo-ask-for-your-password-every-time/</link>
		<comments>https://ubuntuincident.wordpress.com/2013/05/15/make-sudo-ask-for-your-password-every-time/#comments</comments>
		<pubDate>Wed, 15 May 2013 09:03:20 +0000</pubDate>
		<dc:creator>Jabba Laci</dc:creator>
				<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[no cache]]></category>
		<category><![CDATA[sudo]]></category>

		<guid isPermaLink="false">http://ubuntuincident.wordpress.com/?p=4051</guid>
		<description><![CDATA[Problem When you use &#8220;sudo&#8220;, it remembers your password for some minutes, thus if you call &#8220;sudo&#8221; within this time frame again, it won&#8217;t ask your password. However, I want &#8220;sudo&#8221; to ask my password every time I call it. Solution Execute the command &#8220;sudo visudo&#8221; and add the following line to the end of [&#8230;]<img alt="" border="0" src="https://stats.wordpress.com/b.gif?host=ubuntuincident.wordpress.com&#038;blog=16079932&#038;post=4051&#038;subd=ubuntuincident&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p><strong>Problem</strong><br />
When you use &#8220;<code>sudo</code>&#8220;, it remembers your password for some minutes, thus if you call &#8220;<code>sudo</code>&#8221; within this time frame again, it won&#8217;t ask your password.</p>
<p>However, I want &#8220;<code>sudo</code>&#8221; to ask my password every time I call it.</p>
<p><strong>Solution</strong><br />
Execute the command &#8220;<code>sudo visudo</code>&#8221; and add the following line to the end of the &#8220;<code>Defaults</code>&#8221; block:</p>
<pre>
Defaults    timestamp_timeout=0
</pre>
<p>The value &#8220;<code>0</code>&#8221; means it won&#8217;t cache your password.</p>
<p>Tip from <a href="https://help.ubuntu.com/community/RootSudoTimeout">here</a>.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ubuntuincident.wordpress.com/4051/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ubuntuincident.wordpress.com/4051/" /></a> <img alt="" border="0" src="https://stats.wordpress.com/b.gif?host=ubuntuincident.wordpress.com&#038;blog=16079932&#038;post=4051&#038;subd=ubuntuincident&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>https://ubuntuincident.wordpress.com/2013/05/15/make-sudo-ask-for-your-password-every-time/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="https://2.gravatar.com/avatar/bc3cbbdadcf7485288e502d084820c32?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ubuntuincident</media:title>
		</media:content>
	</item>
		<item>
		<title>fartscroll.js: funniest JavaScript code ever</title>
		<link>https://ubuntuincident.wordpress.com/2013/05/10/fartscroll-js-funniest-javascript-code-ever/</link>
		<comments>https://ubuntuincident.wordpress.com/2013/05/10/fartscroll-js-funniest-javascript-code-ever/#comments</comments>
		<pubDate>Fri, 10 May 2013 10:25:14 +0000</pubDate>
		<dc:creator>Jabba Laci</dc:creator>
				<category><![CDATA[fun]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[fart]]></category>
		<category><![CDATA[fartscript]]></category>
		<category><![CDATA[fartscroll]]></category>

		<guid isPermaLink="false">http://ubuntuincident.wordpress.com/?p=4048</guid>
		<description><![CDATA[&#8220;Everyone farts. And now your web pages can too.&#8220; Check out fartscroll.js in action.<img alt="" border="0" src="https://stats.wordpress.com/b.gif?host=ubuntuincident.wordpress.com&#038;blog=16079932&#038;post=4048&#038;subd=ubuntuincident&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>&#8220;<em>Everyone farts. And now your web pages can too.</em>&#8220;</p>
<p><a href="http://theonion.github.io/fartscroll.js/">Check out</a> <code>fartscroll.js</code> in action.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ubuntuincident.wordpress.com/4048/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ubuntuincident.wordpress.com/4048/" /></a> <img alt="" border="0" src="https://stats.wordpress.com/b.gif?host=ubuntuincident.wordpress.com&#038;blog=16079932&#038;post=4048&#038;subd=ubuntuincident&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>https://ubuntuincident.wordpress.com/2013/05/10/fartscroll-js-funniest-javascript-code-ever/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="https://2.gravatar.com/avatar/bc3cbbdadcf7485288e502d084820c32?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ubuntuincident</media:title>
		</media:content>
	</item>
		<item>
		<title>Seven Languages in Seven Weeks</title>
		<link>https://ubuntuincident.wordpress.com/2013/05/09/seven-languages-in-seven-weeks/</link>
		<comments>https://ubuntuincident.wordpress.com/2013/05/09/seven-languages-in-seven-weeks/#comments</comments>
		<pubDate>Thu, 09 May 2013 10:43:03 +0000</pubDate>
		<dc:creator>Jabba Laci</dc:creator>
				<category><![CDATA[book]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[Clojure]]></category>
		<category><![CDATA[Erlang]]></category>
		<category><![CDATA[Haskell]]></category>
		<category><![CDATA[Io]]></category>
		<category><![CDATA[Prolog]]></category>
		<category><![CDATA[Ruby]]></category>
		<category><![CDATA[Scala]]></category>

		<guid isPermaLink="false">http://ubuntuincident.wordpress.com/?p=4041</guid>
		<description><![CDATA[If you are a programmer and you want to expand your horizon, the book &#8220;Seven Languages in Seven Weeks&#8221; by Bruce Tate can be an interesting read. Languages covered in the book: Ruby, Io, Prolog, Scala, Erlang, Clojure and Haskell. Links review @amazon What Programming Language to Learn (Next)<img alt="" border="0" src="https://stats.wordpress.com/b.gif?host=ubuntuincident.wordpress.com&#038;blog=16079932&#038;post=4041&#038;subd=ubuntuincident&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p><a href="http://ubuntuincident.files.wordpress.com/2013/05/na.jpg"><img src="http://ubuntuincident.files.wordpress.com/2013/05/na.jpg?w=180" alt="na" width="180" class="alignright wp-image-4043" /></a>If you are a programmer and you want to expand your horizon, the book &#8220;<em>Seven Languages in Seven Weeks</em>&#8221; by Bruce Tate can be an interesting read.</p>
<p>Languages covered in the book: Ruby, Io, Prolog, Scala, Erlang, Clojure and Haskell.</p>
<p><strong>Links</strong></p>
<ul>
<li><a href="http://books.dzone.com/reviews/seven-languages-seven-weeks">review</a></li>
<li><a href="http://www.amazon.com/Seven-Languages-Weeks-Programming-Programmers/dp/193435659X/ref=sr_1_1?ie=UTF8&amp;qid=1368095589&amp;sr=8-1&amp;keywords=Seven+Languages+in+Seven+Weeks">@amazon</a></li>
<li><a href="http://www.streamhead.com/what-programming-language-to-learn-next/">What Programming Language to Learn (Next)</a></li>
</ul>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ubuntuincident.wordpress.com/4041/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ubuntuincident.wordpress.com/4041/" /></a> <img alt="" border="0" src="https://stats.wordpress.com/b.gif?host=ubuntuincident.wordpress.com&#038;blog=16079932&#038;post=4041&#038;subd=ubuntuincident&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>https://ubuntuincident.wordpress.com/2013/05/09/seven-languages-in-seven-weeks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="https://2.gravatar.com/avatar/bc3cbbdadcf7485288e502d084820c32?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ubuntuincident</media:title>
		</media:content>

		<media:content url="http://ubuntuincident.files.wordpress.com/2013/05/na.jpg" medium="image">
			<media:title type="html">na</media:title>
		</media:content>
	</item>
		<item>
		<title>Become a Reddit power user</title>
		<link>https://ubuntuincident.wordpress.com/2013/05/08/become-a-reddit-power-user/</link>
		<comments>https://ubuntuincident.wordpress.com/2013/05/08/become-a-reddit-power-user/#comments</comments>
		<pubDate>Wed, 08 May 2013 06:58:01 +0000</pubDate>
		<dc:creator>Jabba Laci</dc:creator>
				<category><![CDATA[firefox]]></category>
		<category><![CDATA[add-on]]></category>
		<category><![CDATA[reddit]]></category>
		<category><![CDATA[steroids]]></category>

		<guid isPermaLink="false">http://ubuntuincident.wordpress.com/?p=4038</guid>
		<description><![CDATA[Goal You want to become a Reddit power user. Tip Install the Reddit Enhancement Suite Firefox add-on. The result will be a Reddit on steroids :) Links RES @firefoxfacts (with a short description) RES @mozilla.org (install) RES HQ (read more) RES @reddit (discussion, feature requests)<img alt="" border="0" src="https://stats.wordpress.com/b.gif?host=ubuntuincident.wordpress.com&#038;blog=16079932&#038;post=4038&#038;subd=ubuntuincident&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p><strong>Goal</strong><br />
You want to become a <a href="http://www.reddit.com/">Reddit</a> power user.</p>
<p><strong>Tip</strong><br />
Install the <a href="https://addons.mozilla.org/en-US/firefox/addon/reddit-enhancement-suite/">Reddit Enhancement Suite</a> Firefox add-on. The result will be a Reddit on steroids :)</p>
<p><strong>Links<br />
</strong></p>
<ul>
<li><a href="http://www.firefoxfacts.com/2013/05/07/reddit-enhancement-suite/">RES @firefoxfacts</a> (with a short description)</li>
<li><a href="https://addons.mozilla.org/en-US/firefox/addon/reddit-enhancement-suite/">RES @mozilla.org</a> (install)</li>
<li><a href="http://redditenhancementsuite.com/">RES HQ</a> (read more)</li>
<li><a href="http://www.reddit.com/r/enhancement">RES @reddit</a> (discussion, feature requests)</li>
</ul>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ubuntuincident.wordpress.com/4038/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ubuntuincident.wordpress.com/4038/" /></a> <img alt="" border="0" src="https://stats.wordpress.com/b.gif?host=ubuntuincident.wordpress.com&#038;blog=16079932&#038;post=4038&#038;subd=ubuntuincident&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>https://ubuntuincident.wordpress.com/2013/05/08/become-a-reddit-power-user/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="https://2.gravatar.com/avatar/bc3cbbdadcf7485288e502d084820c32?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ubuntuincident</media:title>
		</media:content>
	</item>
		<item>
		<title>Force XMind to use Java 7</title>
		<link>https://ubuntuincident.wordpress.com/2013/04/30/force-xmind-to-use-java-7/</link>
		<comments>https://ubuntuincident.wordpress.com/2013/04/30/force-xmind-to-use-java-7/#comments</comments>
		<pubDate>Tue, 30 Apr 2013 10:17:51 +0000</pubDate>
		<dc:creator>Jabba Laci</dc:creator>
				<category><![CDATA[java]]></category>
		<category><![CDATA[xmind]]></category>

		<guid isPermaLink="false">http://ubuntuincident.wordpress.com/?p=4028</guid>
		<description><![CDATA[&#8220;XMind is the world&#8217;s coolest mind mapping software, the best way to brainstorm, the most efficient solution for saving your time, and powering your company.&#8221; (source) Maybe it&#8217;s not the best but I like it :) And it has a free version, which is perfect for my needs. Problem I prefer to use the official [&#8230;]<img alt="" border="0" src="https://stats.wordpress.com/b.gif?host=ubuntuincident.wordpress.com&#038;blog=16079932&#038;post=4028&#038;subd=ubuntuincident&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>&#8220;<em><a href="http://www.xmind.net/">XMind</a> is the world&#8217;s coolest mind mapping software, the best way to brainstorm, the most efficient solution for saving your time, and powering your company.</em>&#8221; (<a href="http://www.xmind.net/">source</a>)</p>
<p>Maybe it&#8217;s not the best but I like it :) And it has a free version, which is perfect for my needs.</p>
<p><strong>Problem</strong><br />
I prefer to use the official Java version that I download directly from Oracle. However, I noticed that XMind tends to use some older versions of Java (OpenJDK, etc.). How to tell XMind which Java to use?</p>
<p>After starting XMind, you can verify which Java it uses. Go to: <em>Help</em> -&gt; <em>About XMind</em>, and click on the button <em>Installation Details</em>. Finally choose the tab <em>Configuration</em>. Here find the line &#8220;<code>-vm</code>&#8221; and check its value in the next line. This is the virtual machine XMind has found.</p>
<p><strong>Solution</strong><br />
Edit <code>xmind.ini</code> and add this line to the top:</p>
<pre>
-vm
/opt/java/bin/java
</pre>
<p>In my case &#8220;<code>/opt/java/bin/java -version</code>&#8221; produces the following output:</p>
<pre>
java version "1.7.0_21"
Java(TM) SE Runtime Environment (build 1.7.0_21-b11)
Java HotSpot(TM) 64-Bit Server VM (build 23.21-b01, mixed mode)
</pre>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ubuntuincident.wordpress.com/4028/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ubuntuincident.wordpress.com/4028/" /></a> <img alt="" border="0" src="https://stats.wordpress.com/b.gif?host=ubuntuincident.wordpress.com&#038;blog=16079932&#038;post=4028&#038;subd=ubuntuincident&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>https://ubuntuincident.wordpress.com/2013/04/30/force-xmind-to-use-java-7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="https://2.gravatar.com/avatar/bc3cbbdadcf7485288e502d084820c32?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ubuntuincident</media:title>
		</media:content>
	</item>
	</channel>
</rss>
