<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" version="2.0">

<channel>
	<title>Ubuntu Blog in english</title>
	
	<link>http://ubuntu-blog.com</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Thu, 20 May 2010 04:12:56 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/ubuntu-blog-en" /><feedburner:info xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" uri="ubuntu-blog-en" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>Crack MD4, MD5 and NTLM with GPU</title>
		<link>http://ubuntu-blog.com/crack-md4-md5-and-ntlm-with-gpu</link>
		<comments>http://ubuntu-blog.com/crack-md4-md5-and-ntlm-with-gpu#comments</comments>
		<pubDate>Thu, 20 May 2010 04:10:29 +0000</pubDate>
		<dc:creator>Jan</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[CUDA]]></category>
		<category><![CDATA[Intrepid Ibex]]></category>
		<category><![CDATA[Jaunty Jackalope]]></category>
		<category><![CDATA[Lucid Lynx]]></category>
		<category><![CDATA[Ubuntu 8.10]]></category>
		<category><![CDATA[Ubuntu 9.04]]></category>
		<category><![CDATA[Ubuntu 9.10]]></category>

		<guid isPermaLink="false">http://ubuntu-blog.com/?p=129</guid>
		<description><![CDATA[ 
CUDA-Multiforcer is a really great tool, we can use to try to crack MD4, MD5 or NTLM with Brute Force by using our Graphics processing unit (GPU). We can use this tool in Linux such as in Windows or MacOS, we just need to fullfill some requirements, as for example we need to have [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: right; margin-bottom: 0pt;"><a href="http://es.ubuntu-blog.com/crackeando-md4-md5-y-ntlm-con-el-gpu"  rel="nofollow"><img class="alignnone size-full wp-image-58" title="Leer este articulo en Espa&ntilde;ol" alt="Read this article in english" src="http://de.ubuntu-blog.com/wp-content/uploads/2009/03/es.png" height="11" width="16"/></a> <a href="http://de.ubuntu-blog.com/md4-md5-und-ntlm-mit-gpu-cracken"  rel="nofollow"><img class="alignnone size-full wp-image-59" title="Diesen Artikel auf Deutsch lesen" alt="Diesen Artikel auf Deutsch lesen" src="http://es.ubuntu-blog.com/wp-content/uploads/2009/03/de.png" height="11" width="16"/></a></p>
<p><strong>CUDA-Multiforcer</strong> is a really great tool, we can use to try to <strong>crack MD4, MD5 or NTLM</strong> with Brute Force by using our Graphics processing unit (<strong>GPU</strong>). We can use this tool in Linux such as in Windows or MacOS, we just need to fullfill some requirements, as for example we need to have an <strong> Nvidia video card</strong> of the G8X series or more, with all its drivers installed and working correctly. For mor specific information you can visit the <a href="http://www.cryptohaze.com/bruteforcers.php" class="broken_link" >creaters Website</a>.</p>
<p style="text-align: center;"><img class="size-full wp-image-273 aligncenter" title="Nvidia CUDA" src="http://es.ubuntu-blog.com/wp-content/uploads/2010/04/nvidia-cuda.jpg" alt="" width="209" height="209" /></p>
<p><span id="more-129"></span></p>
<h2>Using CUDA-Multiforcer&#8230;</h2>
<p>First we&#8217;ll need to <a href="http://cryptohaze.com/releases/CUDA-Multiforcer-Linux-0.61.tar.bz2">download the software</a> and unpack it into a directory&#8230; then, in a command shell above the directory we execute the following command:</p>
<p><em>./CUDA-Multiforcer <strong>-h</strong> {hash type} <strong>-f</strong> {hash file} <strong>-c</strong> {caracters} <strong>&#8211;min</strong> {min length} <strong>&#8211;max</strong> {max length}</em></p>
<p>Beeing:</p>
<p><strong>{hash type}</strong> -&gt; MD4, MD5 or NTLM.</p>
<p><strong>{hash file}</strong> -&gt; Text file with one hash per line.</p>
<p><strong>{caracters}</strong> -&gt; Text file with all caracters used in the test</p>
<p><strong>{min length}</strong> -&gt; minimal length of the value we are loooking for (Option).</p>
<p><strong>{max length}</strong> -&gt; maximum length of the value we are loooking for (Option).</p>
<p>One example of use could be (The MD5 of the word &#8220;ubuntu&#8221;):</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #7a0874; font-weight: bold;">echo</span> <span style="color: #ff0000;">&quot;1d41c853af58d3a7ae54990ce29417d8&quot;</span> <span style="color: #000000; font-weight: bold;">&amp;</span>gt; hashf</pre></div></div>


<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #7a0874; font-weight: bold;">echo</span> <span style="color: #ff0000;">&quot;abcdefghijklmnopqrstuvwxyz&quot;</span> <span style="color: #000000; font-weight: bold;">&amp;</span>gt; charset</pre></div></div>


<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">.<span style="color: #000000; font-weight: bold;">/</span>CUDA-Multiforcer <span style="color: #660033;">-h</span> MD5 <span style="color: #660033;">-f</span> hashf <span style="color: #660033;">-c</span> charset <span style="color: #660033;">--min</span> <span style="color: #000000;">5</span> <span style="color: #660033;">--max</span> <span style="color: #000000;">7</span></pre></div></div>

]]></content:encoded>
			<wfw:commentRss>http://ubuntu-blog.com/crack-md4-md5-and-ntlm-with-gpu/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Enable AutoComplete for sudo command</title>
		<link>http://ubuntu-blog.com/enable-autocomplete-for-sudo-command-autofill</link>
		<comments>http://ubuntu-blog.com/enable-autocomplete-for-sudo-command-autofill#comments</comments>
		<pubDate>Tue, 10 Nov 2009 00:50:27 +0000</pubDate>
		<dc:creator>Jan</dc:creator>
				<category><![CDATA[Tipps]]></category>
		<category><![CDATA[Karmic Koala]]></category>
		<category><![CDATA[sudo]]></category>
		<category><![CDATA[Tipp]]></category>
		<category><![CDATA[Ubuntu 9.10]]></category>

		<guid isPermaLink="false">http://ubuntu-blog.com/?p=128</guid>
		<description><![CDATA[ 
When I started using the latest Ubuntu Release, Karmic Koala, I noticed that the autocomplete (or autofill) function in the command shell wasn&#8217;t working, like it used to&#8230; and later on I noticed that it was only the sudo command that didn&#8217;t work with &#8220;autocomplete&#8221;. And even later on I found the blog of [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: right; margin-bottom: 0pt;"><a href="http://es.ubuntu-blog.com/activar-autocompletar-cuando-usamos-el-comando-sudo"  rel="nofollow"><img class="alignnone size-full wp-image-58" title="Leer este articulo en Espa&ntilde;ol" alt="Read this article in english" src="http://de.ubuntu-blog.com/wp-content/uploads/2009/03/es.png" height="11" width="16"/></a> <a href="http://de.ubuntu-blog.com/autovervollstandigung-fur-den-befehl-sudo-aktivieren-karmic-koala"  rel="nofollow"><img class="alignnone size-full wp-image-59" title="Diesen Artikel auf Deutsch lesen" alt="Diesen Artikel auf Deutsch lesen" src="http://es.ubuntu-blog.com/wp-content/uploads/2009/03/de.png" height="11" width="16"/></a></p>
<p>When I started using the <strong>latest Ubuntu Release</strong>, <a href="http://ubuntu-blog.com/tag/karmic-koala">Karmic Koala</a>, I noticed that the autocomplete (or autofill) function in the command shell wasn&#8217;t working, like it used to&#8230; and later on I noticed that it was only the <strong>sudo command</strong> that didn&#8217;t work with &#8220;autocomplete&#8221;. And even later on I found the <a href="http://stemp.wordpress.com/2009/11/06/bash-auto-completion-et-sudo/">blog</a> of a french guy, where he explains <strong>how to enable the autocomplete function on Karmic Koala</strong>.<br />
For those, who can&#8217;t live without autocomplete, neither, here are the steps you need to follow, to enable autofill again:</p>
<p><strong>Execute the following command</strong> in a command shell:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">gedit ~<span style="color: #000000; font-weight: bold;">/</span>.bashrc</pre></div></div>

<p>And copy the following lines:</p>
<p>if [ "$PS1" ]; then<br />
complete -cf sudo<br />
fi</p>
<p>Now you&#8217;ll only need to save changes, and next time you iniciate the command shell, everythings gonna work as it did last summer&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://ubuntu-blog.com/enable-autocomplete-for-sudo-command-autofill/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Download from rapishare and megaupload by command shell</title>
		<link>http://ubuntu-blog.com/download-from-rapishare-and-megaupload-by-command-shell-download-manager-ubuntu</link>
		<comments>http://ubuntu-blog.com/download-from-rapishare-and-megaupload-by-command-shell-download-manager-ubuntu#comments</comments>
		<pubDate>Sun, 08 Nov 2009 20:54:37 +0000</pubDate>
		<dc:creator>Jan</dc:creator>
				<category><![CDATA[Download Manager]]></category>
		<category><![CDATA[Tipps]]></category>
		<category><![CDATA[command shell]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[Intrepid Ibex]]></category>
		<category><![CDATA[Jaunty Jackalope]]></category>
		<category><![CDATA[Karmic Koala]]></category>
		<category><![CDATA[Tipp]]></category>
		<category><![CDATA[Ubuntu 8.10]]></category>
		<category><![CDATA[Ubuntu 9.04]]></category>
		<category><![CDATA[Ubuntu 9.10]]></category>

		<guid isPermaLink="false">http://ubuntu-blog.com/?p=127</guid>
		<description><![CDATA[ 
If you are looking for a download manager for Ubuntu, we recommend Plowshare, one of the best download managers for Ubuntu.
Plowshare is a Software that makes it possible to download and upload files by using the command shell. The most popular servers are supported, as there are Megaupload, Rapidshare, 2Shared, Badongo, Mediafire, 4Shared, ZShare [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: right; margin-bottom: 0pt;"><a href="http://es.ubuntu-blog.com/descarga-de-rapidshare-y-megaupload-desde-la-consola"  rel="nofollow"><img class="alignnone size-full wp-image-58" title="Leer este articulo en Espa&ntilde;ol" alt="Read this article in english" src="http://de.ubuntu-blog.com/wp-content/uploads/2009/03/es.png" height="11" width="16"/></a> <a href="http://de.ubuntu-blog.com/von-megaupload-und-rapidshare-von-terminal-konsole-aus-herunterladen-downloaden-download-manager-ubuntu"  rel="nofollow"><img class="alignnone size-full wp-image-59" title="Diesen Artikel auf Deutsch lesen" alt="Diesen Artikel auf Deutsch lesen" src="http://es.ubuntu-blog.com/wp-content/uploads/2009/03/de.png" height="11" width="16"/></a></p>
<p>If you are looking for a <strong>download manager for Ubuntu</strong>, we recommend <a href="http://code.google.com/p/plowshare/">Plowshare</a>, one of the best download managers for Ubuntu.<br />
Plowshare is a Software that makes it possible to <strong>download and upload files by using the command shell</strong>. The most popular servers are supported, as there are <strong>Megaupload</strong>, <strong>Rapidshare</strong>, 2Shared, Badongo, <strong>Mediafire</strong>, <strong>4Shared</strong>, ZShare and <strong>DepostFiles</strong>.<br />
To install the download manager, first we&#8217;ll need to install teh right codecs by executing the following command:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">apt-get</span> <span style="color: #c20cb9; font-weight: bold;">install</span> curl librecode0 recode tesseract-ocr tesseract-ocr-deu tesseract-ocr-eng imagemagick</pre></div></div>

<p>Now, we could visit <a href="http://code.google.com/p/plowshare/">the authors homepage</a>, to see which is the lastest version available (today it&#8217;s 0.8.1). Than we execute the following command (if we are installing a later version, we&#8217;d need to replace it):</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">wget</span> http:<span style="color: #000000; font-weight: bold;">//</span>plowshare.googlecode.com<span style="color: #000000; font-weight: bold;">/</span>files<span style="color: #000000; font-weight: bold;">/</span>plowshare-0.8.1.tgz</pre></div></div>


<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">tar</span> xvzf plowshare-0.8.1.tgz</pre></div></div>


<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #7a0874; font-weight: bold;">cd</span> plowshare-0.8.1</pre></div></div>


<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">bash</span> setup.sh <span style="color: #c20cb9; font-weight: bold;">install</span></pre></div></div>

<p>Once Plowshare is installed, we can <strong>download files by using the command shell</strong> using the command plowdown and <strong>upload</strong> using the command plowup.<br />
Here some examples:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">plowdown http:<span style="color: #000000; font-weight: bold;">//</span>rapidshare.com<span style="color: #000000; font-weight: bold;">/</span>files<span style="color: #000000; font-weight: bold;">/</span><span style="color: #000000;">289304031</span><span style="color: #000000; font-weight: bold;">/</span>ubuntu-blog.tar</pre></div></div>


<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">plowdown listaDeLinks.txt</pre></div></div>


<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">plowup nombreDelArchivoASubir megaupload</pre></div></div>

]]></content:encoded>
			<wfw:commentRss>http://ubuntu-blog.com/download-from-rapishare-and-megaupload-by-command-shell-download-manager-ubuntu/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Solution to Wiki-Lyrics on Amarok 1.4</title>
		<link>http://ubuntu-blog.com/solution-to-wiki-lyrics-script-error-on-amarok-1-4</link>
		<comments>http://ubuntu-blog.com/solution-to-wiki-lyrics-script-error-on-amarok-1-4#comments</comments>
		<pubDate>Wed, 04 Nov 2009 03:04:07 +0000</pubDate>
		<dc:creator>Jan</dc:creator>
				<category><![CDATA[Multimedia]]></category>
		<category><![CDATA[Tipps]]></category>
		<category><![CDATA[amarok]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[Intrepid Ibex]]></category>
		<category><![CDATA[Jaunty Jackalope]]></category>
		<category><![CDATA[Karmic Koala]]></category>
		<category><![CDATA[Tipp]]></category>
		<category><![CDATA[Ubuntu 8.10]]></category>
		<category><![CDATA[Ubuntu 9.04]]></category>
		<category><![CDATA[Ubuntu 9.10]]></category>

		<guid isPermaLink="false">http://ubuntu-blog.com/?p=126</guid>
		<description><![CDATA[ 
While trying to execute the Wiki-Lyrics script, you probably stumbled on the following error message:
We are sorry&#8230;
You need QtRuby, RubyGTK or TkRuby to execute this program.
To solve this problem, we&#8217;ll need to install the libgtk2-ruby package, executing the following command in a terminal:

sudo apt-get install libgtk2-ruby

]]></description>
			<content:encoded><![CDATA[<p style="text-align: right; margin-bottom: 0pt;"><a href="http://es.ubuntu-blog.com/solucion-wiki-lyrics-en-amarok"  rel="nofollow"><img class="alignnone size-full wp-image-58" title="Leer este articulo en Espa&ntilde;ol" alt="Read this article in english" src="http://de.ubuntu-blog.com/wp-content/uploads/2009/03/es.png" height="11" width="16"/></a> <a href="http://de.ubuntu-blog.com/losung-fur-die-wiki-lyrics-fehlermeldung-in-amarok-1-4"  rel="nofollow"><img class="alignnone size-full wp-image-59" title="Diesen Artikel auf Deutsch lesen" alt="Diesen Artikel auf Deutsch lesen" src="http://es.ubuntu-blog.com/wp-content/uploads/2009/03/de.png" height="11" width="16"/></a></p>
<p>While trying to execute the <strong>Wiki-Lyrics script</strong>, you probably stumbled on the following error message:</p>
<p>We are sorry&#8230;<br />
You need <strong>QtRuby</strong>, <strong>RubyGTK</strong> or <strong>TkRuby</strong> to execute this program.</p>
<p>To solve this problem, we&#8217;ll need to install the <strong>libgtk2-ruby</strong> package, executing the following command in a terminal:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">apt-get</span> <span style="color: #c20cb9; font-weight: bold;">install</span> libgtk2-ruby</pre></div></div>

]]></content:encoded>
			<wfw:commentRss>http://ubuntu-blog.com/solution-to-wiki-lyrics-script-error-on-amarok-1-4/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Visualize System menu icons</title>
		<link>http://ubuntu-blog.com/show-viewsystem-menu-icons-visualize-karmic-koala</link>
		<comments>http://ubuntu-blog.com/show-viewsystem-menu-icons-visualize-karmic-koala#comments</comments>
		<pubDate>Wed, 04 Nov 2009 02:39:24 +0000</pubDate>
		<dc:creator>Jan</dc:creator>
				<category><![CDATA[Tipps]]></category>
		<category><![CDATA[Karmic Koala]]></category>
		<category><![CDATA[Tipp]]></category>
		<category><![CDATA[Ubuntu 9.10]]></category>

		<guid isPermaLink="false">http://ubuntu-blog.com/?p=125</guid>
		<description><![CDATA[ 
In this new Ubuntu Release Karmic Koala the &#8220;System&#8221; menu icons are not shown by default&#8230; if we want to be able to see them as we were used to, we&#8217;ll need to install Jaunty Jackalope again&#8230; (I&#8217;m kidding! Its not that complicated&#8230;) or execute the following command in our command shell:

gconftool-2 --type Boolean [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: right; margin-bottom: 0pt;"><a href="http://es.ubuntu-blog.com/visualizar-icones-en-el-menu-sistema"  rel="nofollow"><img class="alignnone size-full wp-image-58" title="Leer este articulo en Espa&ntilde;ol" alt="Read this article in english" src="http://de.ubuntu-blog.com/wp-content/uploads/2009/03/es.png" height="11" width="16"/></a> <a href="http://de.ubuntu-blog.com/system-menu-icons-anzeigen-karmic-koala"  rel="nofollow"><img class="alignnone size-full wp-image-59" title="Diesen Artikel auf Deutsch lesen" alt="Diesen Artikel auf Deutsch lesen" src="http://es.ubuntu-blog.com/wp-content/uploads/2009/03/de.png" height="11" width="16"/></a></p>
<p>In this new Ubuntu Release Karmic Koala <strong>the &#8220;System&#8221; menu icons</strong> are not shown by default&#8230; if we want to be able to see them as we were used to, we&#8217;ll need to <strong>install Jaunty Jackalope </strong>again&#8230; (I&#8217;m kidding! Its not that complicated&#8230;) or <strong>execute</strong> the following command in our command shell:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">gconftool-<span style="color: #000000;">2</span> <span style="color: #660033;">--type</span> Boolean <span style="color: #660033;">--set</span> <span style="color: #000000; font-weight: bold;">/</span>desktop<span style="color: #000000; font-weight: bold;">/</span>gnome<span style="color: #000000; font-weight: bold;">/</span>interface<span style="color: #000000; font-weight: bold;">/</span>menus_have_icons True</pre></div></div>

<p>Well, now you&#8217;ll see something similar to&#8230;:</p>
<p style="text-align: center;"><img class="size-full wp-image-271 aligncenter" title="ubuntu-karmic-menu-iconos" src="http://es.ubuntu-blog.com/wp-content/uploads/2009/11/menu.png" alt="ubuntu-karmic-menu-iconos" width="201" height="168" /></p>
]]></content:encoded>
			<wfw:commentRss>http://ubuntu-blog.com/show-viewsystem-menu-icons-visualize-karmic-koala/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Dalle | Tool to put splitted files together</title>
		<link>http://ubuntu-blog.com/dalle-tool-to-put-splitted-files-together</link>
		<comments>http://ubuntu-blog.com/dalle-tool-to-put-splitted-files-together#comments</comments>
		<pubDate>Sat, 01 Aug 2009 03:01:57 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tipps]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Intrepid Ibex]]></category>
		<category><![CDATA[Jaunty Jackalope]]></category>
		<category><![CDATA[Tipp]]></category>
		<category><![CDATA[tools]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[Ubuntu 8.10]]></category>
		<category><![CDATA[Ubuntu 9.04]]></category>

		<guid isPermaLink="false">http://ubuntu-blog.com/?p=124</guid>
		<description><![CDATA[ 
According to the author, Dalle is a set of utilities to work with splitted files in various formats. But, not only we can  put splitted files together, Dalle also allows us to split files in several parts.

The supported formats are:

Astrotite
Axman 3
Easy File Splitter
File Splitter
Genérico
Hacha (1, 2 y Pro)
KamaleoN (1 y 2)
MaxSplitter
SplitFile
Zip

We can download [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: right; margin-bottom: 0pt;"><a href="http://es.ubuntu-blog.com/dalle-herramienta-para-unir-archivos-cortados"  rel="nofollow"><img class="alignnone size-full wp-image-58" title="Leer este articulo en Espa&ntilde;ol" alt="Read this article in english" src="http://de.ubuntu-blog.com/wp-content/uploads/2009/03/es.png" height="11" width="16"/></a> <a href="http://de.ubuntu-blog.com/dalle-werkzeug-um-geteilte-dateien-zu-verbinden-vereinen"  rel="nofollow"><img class="alignnone size-full wp-image-59" title="Diesen Artikel auf Deutsch lesen" alt="Diesen Artikel auf Deutsch lesen" src="http://es.ubuntu-blog.com/wp-content/uploads/2009/03/de.png" height="11" width="16"/></a></p>
<p>According to the author, <strong>Dalle</strong> is a set of utilities to <strong>work with splitted files</strong> in various formats. But, not only we can <strong> put splitted files together</strong>, Dalle also allows us to <strong>split files in several parts</strong>.</p>
<p style="text-align: center;"><img class="size-full wp-image-264 aligncenter" title="Logo Dalle" src="http://es.ubuntu-blog.com/wp-content/uploads/2009/07/dalle-logo.png" alt="Logo Dalle" width="252" height="120" /></p>
<p>The supported formats are:</p>
<ul>
<li>Astrotite</li>
<li>Axman 3</li>
<li>Easy File Splitter</li>
<li><strong>File Splitter</strong></li>
<li>Genérico</li>
<li><strong>Hacha (1, 2 y Pro)</strong></li>
<li>KamaleoN (1 y 2)</li>
<li>MaxSplitter</li>
<li>SplitFile</li>
<li><strong>Zip</strong></li>
</ul>
<p>We can download the software as a <strong><em>deb</em> package</strong> from the <a href="http://sourceforge.net/projects/dalle/files/">download section of the Sourceforge Website</a>.</p>
<p>Once installed, we can start the programm by executing the following command:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">dalle-gtk</pre></div></div>

]]></content:encoded>
			<wfw:commentRss>http://ubuntu-blog.com/dalle-tool-to-put-splitted-files-together/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Show in Pidgin what you’re listening on Spotify</title>
		<link>http://ubuntu-blog.com/show-in-pidgin-what-youre-listening-on-spotify</link>
		<comments>http://ubuntu-blog.com/show-in-pidgin-what-youre-listening-on-spotify#comments</comments>
		<pubDate>Sat, 01 Aug 2009 02:14:40 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Instant messaging]]></category>
		<category><![CDATA[Tipps]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Intrepid Ibex]]></category>
		<category><![CDATA[Jaunty Jackalope]]></category>
		<category><![CDATA[Tipp]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[Ubuntu 8.10]]></category>
		<category><![CDATA[Ubuntu 9.04]]></category>

		<guid isPermaLink="false">http://ubuntu-blog.com/?p=123</guid>
		<description><![CDATA[ 
Because of a comment we received from Silverwolf, in which he asked us, how to show what you are listening on Spotify, we started a research&#8230; and we found a plugin to get it done in Pidgin&#8230; (we are still looking for a solution to show what you&#8217;re listening to on emesene)


To get the [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: right; margin-bottom: 0pt;"><a rel="nofollow" href="http://es.ubuntu-blog.com/mostrar-en-pidgin-lo-que-estoy-escuchando-en-spotify"><img class="alignnone size-full wp-image-58" title="Leer este articulo en Español" src="http://de.ubuntu-blog.com/wp-content/uploads/2009/03/es.png" alt="Read this article in english" width="16" height="11" /></a> <a rel="nofollow" href="http://de.ubuntu-blog.com/in-pidgin-anzeigen-was-ich-gerade-in-spotify-hore"><img class="alignnone size-full wp-image-59" title="Diesen Artikel auf Deutsch lesen" src="http://es.ubuntu-blog.com/wp-content/uploads/2009/03/de.png" alt="Diesen Artikel auf Deutsch lesen" width="16" height="11" /></a></p>
<p>Because of a <a href="http://es.ubuntu-blog.com/mostrar-lo-que-estoy-escuchando-en-emesene#comment-145">comment</a> we received from <a href="http://crystalubuntu.wordpress.com/">Silverwolf</a>, in which he asked us, <strong>how to show what you are listening on Spotify</strong>, we started a research&#8230; and we found a <a href="http://github.com/pilt/spotify/tree/master">plugin</a> to get it done in Pidgin&#8230; (we are still looking for a solution to show what you&#8217;re listening to on <strong>emesene</strong>)</p>
<p style="text-align: center;"><img class="size-full wp-image-262 aligncenter" title="Logo Pidgin" src="http://es.ubuntu-blog.com/wp-content/uploads/2009/07/pidgin.png" alt="Logo Pidgin" width="130" height="130" /></p>
<p><span id="more-123"></span><br />
To get the plugin installed, we&#8217;ll need to open a command shell and execute the following commands:</p>
<p>First, we download the plugin&#8230;</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">wget</span> http:<span style="color: #000000; font-weight: bold;">//</span>github.com<span style="color: #000000; font-weight: bold;">/</span>pilt<span style="color: #000000; font-weight: bold;">/</span>spotify<span style="color: #000000; font-weight: bold;">/</span>tarball<span style="color: #000000; font-weight: bold;">/</span>master</pre></div></div>

<p>Than, we <strong>install the dependecies</strong>&#8230;</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">apt-get</span> <span style="color: #c20cb9; font-weight: bold;">install</span> libx11-dev libglib2.0-dev libpurple-dev build-essential</pre></div></div>

<p>We decompress&#8230;</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">tar</span> zxf pilt-spotify-b3069c7cfa4002990da623135d5ff4b454d67e00.tar.gz</pre></div></div>

<p>We compile&#8230;</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #7a0874; font-weight: bold;">cd</span> pilt-spotify-b3069c7cfa4002990da623135d5ff4b454d67e00</pre></div></div>


<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">make</span></pre></div></div>

<p>Than we move everything to the <strong> Pidgin plugin directory </strong>&#8230;</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">mkdir</span> ~<span style="color: #000000; font-weight: bold;">/</span>.purple<span style="color: #000000; font-weight: bold;">/</span>plugins</pre></div></div>


<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">cp</span> spotify_playing.so ~<span style="color: #000000; font-weight: bold;">/</span>.purple<span style="color: #000000; font-weight: bold;">/</span>plugins<span style="color: #000000; font-weight: bold;">/</span></pre></div></div>

<p>Now we only need to restart Pidgin and activate the Plugin.</p>
<p style="text-align: center;"><a href="http://es.ubuntu-blog.com/wp-content/uploads/2009/07/pidgin-plugins.png"><img class="alignnone size-medium wp-image-258" title="Pidgin Plugins Spotify" src="http://es.ubuntu-blog.com/wp-content/uploads/2009/07/pidgin-plugins-292x300.png" alt="Pidgin Plugins Spotify" width="292" height="300" /></a></p>
<p style="text-align: center;">(click to enlarge)</p>
<p>There you are&#8230; now you can show in <strong>Pidgin </strong>what you are <strong>listening on spotify</strong>&#8230;</p>
<p style="text-align: center;"><a href="http://es.ubuntu-blog.com/wp-content/uploads/2009/07/now-playing-spotify.png"><img class="alignnone size-medium wp-image-259" title="Now Playing Spotify" src="http://es.ubuntu-blog.com/wp-content/uploads/2009/07/now-playing-spotify-300x152.png" alt="Now Playing Spotify" width="300" height="152" /></a></p>
<p style="text-align: center;">(click to enlarge)</p>
]]></content:encoded>
			<wfw:commentRss>http://ubuntu-blog.com/show-in-pidgin-what-youre-listening-on-spotify/feed</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Frets on fire… best ever seen…</title>
		<link>http://ubuntu-blog.com/frets-on-fire-best-ever-seen-ubuntu-game</link>
		<comments>http://ubuntu-blog.com/frets-on-fire-best-ever-seen-ubuntu-game#comments</comments>
		<pubDate>Sat, 01 Aug 2009 00:35:39 +0000</pubDate>
		<dc:creator>Jan</dc:creator>
				<category><![CDATA[Games]]></category>
		<category><![CDATA[frets on fire]]></category>
		<category><![CDATA[Intrepid Ibex]]></category>
		<category><![CDATA[Jaunty Jackalope]]></category>
		<category><![CDATA[multiplatform]]></category>
		<category><![CDATA[Ubuntu 8.10]]></category>
		<category><![CDATA[Ubuntu 9.04]]></category>

		<guid isPermaLink="false">http://ubuntu-blog.com/?p=122</guid>
		<description><![CDATA[ 
As you surely know, or you&#8217;ll get to know now&#8230; Frets on Fire is a free multiplatform game, which we can use to turn our keyboard into an electric guitar and feel like Jimi Hendrix, playing it&#8230; the original version of the game is really well done, but after playing for a while we [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: right; margin-bottom: 0pt;"><a rel="nofollow" href="http://es.ubuntu-blog.com/frets-on-fire-mas-rockero-que-nunca"><img class="alignnone size-full wp-image-58" title="Leer este articulo en Español" src="http://de.ubuntu-blog.com/wp-content/uploads/2009/03/es.png" alt="Read this article in english" width="16" height="11" /></a> <a rel="nofollow" href="http://de.ubuntu-blog.com/frets-on-fire-rockiger-als-je-zuvor-ubuntu-spiele"><img class="alignnone size-full wp-image-59" title="Diesen Artikel auf Deutsch lesen" src="http://es.ubuntu-blog.com/wp-content/uploads/2009/03/de.png" alt="Diesen Artikel auf Deutsch lesen" width="16" height="11" /></a></p>
<p>As you surely know, or you&#8217;ll get to know now&#8230; <strong>Frets on Fire</strong> is a <strong>free multiplatform game</strong>, which we can use to turn our keyboard into an electric guitar and feel like <strong>Jimi Hendrix</strong>, playing it&#8230; the original version of the game is really well done, but after playing for a while we felt like <strong>tuning</strong> or <strong>pimping </strong>it a little&#8230;  so we started a desperate search in the world wide web, to find a way to <strong>upgrade the game</strong>&#8230; and we found it&#8230;</p>
<p>Ladies and Gentlemen, we&#8217;re proud to introduce &#8220;mod MFH&#8221;! &#8230;</p>
<p style="text-align: center;"><img class="size-medium wp-image-256 aligncenter" title="guitarra-electrica" src="http://es.ubuntu-blog.com/wp-content/uploads/2009/07/guitarra-electrica-300x221.jpg" alt="guitarra-electrica" width="300" height="221" /></p>
<p><span id="more-122"></span></p>
<p><strong>NOTICE</strong>: When you finish reading this post, you may want to try the mod MFH, but&#8230; Ubuntu-blog will not be responsible for any neigbors knocking on your door, asking you to turn down the volume&#8230; ; &#8211; )</p>
<p>First, we would like to show you some <strong>before </strong>and <strong>after </strong>screenshots.</p>
<p style="text-align: center;"><a href="http://es.ubuntu-blog.com/wp-content/uploads/2009/07/fets-on-fire-original-start.png"><img class="alignnone size-thumbnail wp-image-252" title="fets-on-fire-original-start" src="http://es.ubuntu-blog.com/wp-content/uploads/2009/07/fets-on-fire-original-start-150x150.png" alt="fets-on-fire-original-start" width="150" height="150" /></a> <a href="http://es.ubuntu-blog.com/wp-content/uploads/2009/07/mfh-fets-on-fire-start.png"><img class="alignnone size-thumbnail wp-image-253" title="mfh-fets-on-fire-start" src="http://es.ubuntu-blog.com/wp-content/uploads/2009/07/mfh-fets-on-fire-start-150x150.png" alt="mfh-fets-on-fire-start" width="150" height="150" /></a></p>
<p style="text-align: center;">(click to enlarge)</p>
<p style="text-align: center;"><a href="http://es.ubuntu-blog.com/wp-content/uploads/2009/07/fets-on-fire-original-palying.png"><img class="alignnone size-thumbnail wp-image-254" title="fets-on-fire-original-palying" src="http://es.ubuntu-blog.com/wp-content/uploads/2009/07/fets-on-fire-original-palying-150x150.png" alt="fets-on-fire-original-palying" width="150" height="150" /></a> <a href="http://es.ubuntu-blog.com/wp-content/uploads/2009/07/mfh-fets-on-fire-playing.png"><img class="alignnone size-thumbnail wp-image-255" title="mfh-fets-on-fire-playing" src="http://es.ubuntu-blog.com/wp-content/uploads/2009/07/mfh-fets-on-fire-playing-150x150.png" alt="mfh-fets-on-fire-playing" width="150" height="150" /></a></p>
<p>Now we can get started with the installation&#8230; first you&#8217;ll need to <strong>download the latest version</strong>, at this moment it&#8217;s 3.005.1 with patch 3.017, which you can get <a href="http://www.fretsonfire.net/forums/viewtopic.php?f=11&amp;t=25040&amp;p=284209&amp;hilit=+MFH+Mod+Linux#p284209">here</a>. Now we&#8217;ll need to place the two files  <strong>MFH_Full_3.005.1.32bit.7z</strong> and <strong>MFH_Patch_3.017_32bit.tar.bz2</strong> on our desktop.</p>
<h2>Installation</h2>
<p><strong>Once we moved the files to our desktop,</strong> we&#8217;ll start the installation process by executing the following commands in a command shell:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #7a0874; font-weight: bold;">cd</span> ~<span style="color: #000000; font-weight: bold;">/</span>Desktop</pre></div></div>


<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">7z x MFH_Full_3.005.1.32bit.7z</pre></div></div>


<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">tar</span> <span style="color: #660033;">-xjvf</span> MFH_Patch_3.017_32bit.tar.bz2</pre></div></div>


<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">mkdir</span> FretsOnFire</pre></div></div>


<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">mv</span> MFH_Full_3.005.1.32bit<span style="color: #000000; font-weight: bold;">/</span> FretsOnFire<span style="color: #000000; font-weight: bold;">/</span></pre></div></div>


<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">mv</span> MFH_Patch_3.017_32bit<span style="color: #000000; font-weight: bold;">/*</span> FretsOnFire<span style="color: #000000; font-weight: bold;">/</span></pre></div></div>


<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">mv</span> FretsOnFire<span style="color: #000000; font-weight: bold;">/</span> <span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>local<span style="color: #000000; font-weight: bold;">/</span>games<span style="color: #000000; font-weight: bold;">/</span></pre></div></div>


<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #7a0874; font-weight: bold;">echo</span> <span style="color: #660033;">-e</span> <span style="color: #ff0000;">'#!/bin/sh\ncd /usr/local/games/FretsOnFire/ &amp;&amp; ./FretsOnFire &quot;$@&quot;'</span> <span style="color: #000000; font-weight: bold;">|</span> <span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">tee</span> <span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>local<span style="color: #000000; font-weight: bold;">/</span>bin<span style="color: #000000; font-weight: bold;">/</span>fretsonfire</pre></div></div>

<p>OK,&#8230; now we&#8217;ll be able to start the game by executing the command <strong>FretsOnFire </strong>in a terminal. But to leave everything in perfect conditions, we&#8217;ll <strong>create </strong>a <strong>launcher</strong>&#8230; so we&#8217;ll enter System &gt; Preferences &gt; Principal Menu and in &#8220;Games&#8221; we&#8217;ll click on &#8220;new element&#8221;, and then we&#8217;ll have to fill out the following form:</p>
<p><strong>Tipe</strong>: Aplication</p>
<p><strong>Name</strong>: Frets On Fire</p>
<p><strong>Command</strong>: fretsonfire</p>
<p><strong>Coment</strong>: what ever you want&#8230;</p>
<p>If you are interested in using an icon&#8230; here you got the original&#8230;</p>
<p><img class="alignnone size-full wp-image-251" title="Icono Frets On Fire" src="http://es.ubuntu-blog.com/wp-content/uploads/2009/07/frets-ico.png" alt="Icono Frets On Fire" width="64" height="66" /></p>
<p>Some of the upgrade included in the mod are:</p>
<p>* Different themes including the ones of Rock Band and <strong>Guitar Hero</strong> 1, 2 and 3 (the one you can see on the screenshots).</p>
<p>* Different designs of guitars (more than 100).</p>
<p>* New effects.</p>
<p>* The famous might of <strong>Guitar Hero</strong>.</p>
<p>For more information check this out&#8230;  <a href="http://www.fretsonfire.net/forums/viewtopic.php?t=25027">http://www.fretsonfire.net/forums/viewtopic.php?t=25027</a>&#8230;</p>
<p>Now,..rock it! &#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://ubuntu-blog.com/frets-on-fire-best-ever-seen-ubuntu-game/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Record calls and conversations in Skype</title>
		<link>http://ubuntu-blog.com/how-to-record-calls-conversation-recorder-for-skype-ubuntu</link>
		<comments>http://ubuntu-blog.com/how-to-record-calls-conversation-recorder-for-skype-ubuntu#comments</comments>
		<pubDate>Sat, 18 Jul 2009 21:21:31 +0000</pubDate>
		<dc:creator>Jan</dc:creator>
				<category><![CDATA[Instant messaging]]></category>
		<category><![CDATA[Multimedia]]></category>
		<category><![CDATA[Tipps]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Intrepid Ibex]]></category>
		<category><![CDATA[Jaunty Jackalope]]></category>
		<category><![CDATA[Skype]]></category>
		<category><![CDATA[Ubuntu 8.10]]></category>
		<category><![CDATA[Ubuntu 9.04]]></category>

		<guid isPermaLink="false">http://ubuntu-blog.com/?p=121</guid>
		<description><![CDATA[ 
Surfing around in the  www we found a little program called Skype Call Recorder that makes it possible to record the conversations we are having with Skype&#8230; a really helpful and easygoing software.
We can choose the file type the conversations are saved in (OGG, MP3, WAV), the quality of the recording and the folder [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: right; margin-bottom: 0pt;"><a rel="nofollow" href="http://es.ubuntu-blog.com/grabar-conversaciones-de-skype"><img class="alignnone size-full wp-image-58" title="Leer este articulo en Español" src="http://de.ubuntu-blog.com/wp-content/uploads/2009/03/es.png" alt="Read this article in english" width="16" height="11" /></a> <a rel="nofollow" href="http://de.ubuntu-blog.com/wie-gesprache-und-anrufe-in-skype-aufnehmen-aufzeichnen-mitschneiden"><img class="alignnone size-full wp-image-59" title="Diesen Artikel auf Deutsch lesen" src="http://es.ubuntu-blog.com/wp-content/uploads/2009/03/de.png" alt="Diesen Artikel auf Deutsch lesen" width="16" height="11" /></a></p>
<p>Surfing around in the  <strong>www</strong> we found a little program called <strong>Skype Call Recorder</strong> that makes it possible to <strong>record</strong> the <strong>conversations </strong>we are having with <strong>Skype</strong>&#8230; a really helpful and easygoing <strong>software</strong>.</p>
<p>We can choose the <strong>file type</strong> the <strong>conversations </strong>are saved in (<strong>OGG, MP3, WAV</strong>), the quality of the <strong>recording</strong> and the folder the files are saved in. We also can configure the software to <strong>start recording automatically </strong>our <strong>calls</strong>.</p>
<p style="text-align: center;"><img class="size-full wp-image-249 aligncenter" title="skype-call-recorder-logo" src="http://es.ubuntu-blog.com/wp-content/uploads/2009/06/skype-call-recorder-logo.png" alt="skype-call-recorder-logo" width="128" height="128" /></p>
<p><span id="more-121"></span>To <strong>download </strong>the deb package for either <strong>32 </strong>or <strong>64 bits</strong>, we can enter the <a href="http://atdot.ch/scr/">author&#8217;s web</a> <strong></strong>.</p>
<p style="text-align: center;"><img class="size-full wp-image-247 aligncenter" title="skype-call-recorder-automatic-recorder" src="http://es.ubuntu-blog.com/wp-content/uploads/2009/06/skype-call-recorder-automatic-recorder.png" alt="skype-call-recorder-automatic-recorder" width="401" height="291" /></p>
<p style="text-align: center;"><img class="size-full wp-image-248 aligncenter" title="skype-call-recorder-filetype" src="http://es.ubuntu-blog.com/wp-content/uploads/2009/06/skype-call-recorder-filetype.png" alt="skype-call-recorder-filetype" width="402" height="291" /></p>
<p style="text-align: left;">By default the recorded conversations will be saved in ~/Skype Calls</p>
]]></content:encoded>
			<wfw:commentRss>http://ubuntu-blog.com/how-to-record-calls-conversation-recorder-for-skype-ubuntu/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Alarm clock on Linux (Ubuntu), “geek style”</title>
		<link>http://ubuntu-blog.com/alarm-clock-on-linux-ubuntu-geek-style</link>
		<comments>http://ubuntu-blog.com/alarm-clock-on-linux-ubuntu-geek-style#comments</comments>
		<pubDate>Mon, 15 Jun 2009 06:12:55 +0000</pubDate>
		<dc:creator>Jan</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Remote Administration]]></category>
		<category><![CDATA[Tipps]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Wallpapers]]></category>
		<category><![CDATA[Wine]]></category>
		<category><![CDATA[Intrepid Ibex]]></category>
		<category><![CDATA[Jaunty Jackalope]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[Tipp]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[Ubuntu 8.10]]></category>
		<category><![CDATA[Ubuntu 9.04]]></category>

		<guid isPermaLink="false">http://ubuntu-blog.com/?p=120</guid>
		<description><![CDATA[ 
Is there a better way waking up, than listening to your favourite music? If you&#8217;re one of those guys, that leave their computer running even if they go to bed, this post may be useful for you&#8230; We&#8217;ll use a script and cron to create a &#8220;really geek&#8221; alarm clock&#8230;
We&#8217;ll start creating the script, [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: right; margin-bottom: 0pt;"><a rel="nofollow" href="http://es.ubuntu-blog.com/alarma-despertador-en-linux-pero-con-estilo"><img class="alignnone size-full wp-image-58" title="Leer este articulo en Español" src="http://de.ubuntu-blog.com/wp-content/uploads/2009/03/es.png" alt="Read this article in english" width="16" height="11" /></a> <a rel="nofollow" href="http://de.ubuntu-blog.com/alarm-wecker-und-erinnerung-in-linux-ubuntu-aber-bitte-mit-stil"><img class="alignnone size-full wp-image-59" title="Diesen Artikel auf Deutsch lesen" src="http://es.ubuntu-blog.com/wp-content/uploads/2009/03/de.png" alt="Diesen Artikel auf Deutsch lesen" width="16" height="11" /></a></p>
<p><strong>Is there a better way waking up, than listening to your favourite music?</strong> If you&#8217;re one of those guys, that leave their computer running even if they go to bed, this post may be useful for you&#8230; We&#8217;ll use a script and cron to create a &#8220;really geek&#8221; alarm clock&#8230;<br />
We&#8217;ll start creating the script, that&#8217;ll be responsible for playing the music files and turning up the volume gradually&#8230;<br />
<span id="more-120"></span><br />
So, we&#8217;ll need to open a terminal and write:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">gedit alarm</pre></div></div>

<p>Where we paste the following script</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #666666; font-style: italic;">#!/bin/bash</span>
&nbsp;
xmms2 <span style="color: #c20cb9; font-weight: bold;">clear</span>
xmms2 radd <span style="color: #000000; font-weight: bold;">/</span>home<span style="color: #000000; font-weight: bold;">/</span>ubuntublog<span style="color: #000000; font-weight: bold;">/</span>MusicAlarm<span style="color: #000000; font-weight: bold;">/</span>
xmms2 play
&nbsp;
<span style="color: #000000; font-weight: bold;">for</span> <span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #7a0874; font-weight: bold;">&#40;</span>i = <span style="color: #000000;">1</span>; i <span style="color: #000000; font-weight: bold;">&lt;</span>= <span style="color: #000000;">100</span>; i++<span style="color: #7a0874; font-weight: bold;">&#41;</span><span style="color: #7a0874; font-weight: bold;">&#41;</span> <span style="color: #000000; font-weight: bold;">do</span>
amixer sset Master playback <span style="color: #007800;">$i</span><span style="color: #000000; font-weight: bold;">%</span>
<span style="color: #c20cb9; font-weight: bold;">sleep</span> 5s
<span style="color: #000000; font-weight: bold;">done</span></pre></div></div>

<p>It&#8217;s important to replace the folder we specified before (<strong>/home/ubuntublog/MusicAlarm/</strong>), by a folder that contains music files or other folders with music files in it. xmms2 will look for music files  <em>recursively</em>. Analizing the script, you&#8217;ll notice that we&#8217;ll need the <strong>xmms2</strong> package to be installed, if it&#8217;s not installed yet:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">apt-get</span> <span style="color: #c20cb9; font-weight: bold;">install</span> xmms2</pre></div></div>

<p>Now we&#8217;ll create a file to <strong>stop the alarm</strong>, we&#8217;ll need to open a terminal and write:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">gedit stopalarm</pre></div></div>

<p>And paste into the file the following lines:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #666666; font-style: italic;">#!/bin/bash</span>
&nbsp;
<span style="color: #c20cb9; font-weight: bold;">kill</span> <span style="color: #000000; font-weight: bold;">`</span><span style="color: #c20cb9; font-weight: bold;">ps</span> <span style="color: #660033;">-A</span> <span style="color: #000000; font-weight: bold;">|</span> <span style="color: #c20cb9; font-weight: bold;">grep</span> <span style="color: #ff0000;">&quot;xmms2&quot;</span> <span style="color: #000000; font-weight: bold;">|</span> <span style="color: #c20cb9; font-weight: bold;">cut</span> -c1-<span style="color: #000000;">5</span><span style="color: #000000; font-weight: bold;">`</span>
<span style="color: #c20cb9; font-weight: bold;">kill</span> <span style="color: #000000; font-weight: bold;">`</span><span style="color: #c20cb9; font-weight: bold;">ps</span> <span style="color: #660033;">-A</span> <span style="color: #000000; font-weight: bold;">|</span> <span style="color: #c20cb9; font-weight: bold;">grep</span> <span style="color: #ff0000;">&quot;alarm&quot;</span> <span style="color: #000000; font-weight: bold;">|</span> <span style="color: #c20cb9; font-weight: bold;">cut</span> -c1-<span style="color: #000000;">5</span><span style="color: #000000; font-weight: bold;">`</span>
amixer sset Master playback <span style="color: #000000;">60</span><span style="color: #000000; font-weight: bold;">%</span></pre></div></div>

<h2>To execute them&#8230;</h2>
<p>We&#8217;ll need to give both files the <strong>permission to be executed</strong>:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">chmod</span> +x alarm stopalarm</pre></div></div>

<p>Now we&#8217;ll only need to <strong>configure crontab</strong> to execute the alarm script, at the time we want to get up&#8230;<br />
Because of the &#8220;mighty&#8221; of crontab we&#8217;ll be able to <strong>configure more than only one alarm</strong>, on different days of the week, and at different times.<br />
So we&#8217;ll write in a command shell:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">crontab <span style="color: #660033;">-e</span></pre></div></div>

<p>If this is the first time we are executing this file, there&#8217;ll apear a line, which we&#8217;ll delete, to add the ones we&#8217;ll really need&#8230;</p>
<h2>¿How to configure the alarms?</h2>
<p>The lines we add, must respect the following format:</p>
<p><strong>Mi Hr Dm My Dw Cm</strong></p>
<p>Where:</p>
<p><strong>Mi</strong>: Minutes -&gt; 0&#8230;59</p>
<p><strong>Hr</strong>: Hour -&gt; 0&#8230;23</p>
<p><strong>Dm</strong>: Day of the month -&gt; 1&#8230;31</p>
<p><strong>My</strong>: Month of the year -&gt; 1&#8230;12</p>
<p><strong>Dw</strong>: Day of the week -&gt; 0&#8230;6 | 0 = Sunday, 1= Monday, etc</p>
<p><strong>Cm</strong>: Command to execute</p>
<p>We can also use the asterisk &#8220;<strong>*</strong>&#8221; as our wildcard.</p>
<p>Here are some examples of configured alarms:</p>
<p><strong>30 17 * * * /home/ubuntublog/alarm<br />
0 8 * * 1 /home/ubuntublog/alarm<br />
0 9 * * 3 /home/ubuntublog/alarm</strong></p>
<p>In this case the alarm is going to start every day at <strong>17:30</strong>, every monday at <strong>8:00</strong> o&#8217;clock and wednesdays at <strong> 9:00</strong> o&#8217;clock.</p>
<p><strong>Tipp</strong>: In <strong>NANO</strong> editor we can save the current file pressing  <strong>F3</strong> and exit the editor pressing <strong>F2</strong>.</p>
<p>Finally we&#8217;ll <strong>create a direct access on our desktop</strong> to be able to stop the alarm. Click on the desktop with right mouse button and choose &#8220;create a launcher&#8230;&#8221;</p>
<p style="text-align: center;"><img class="size-full wp-image-243 aligncenter" title="Create Shortcut" src="http://es.ubuntu-blog.com/wp-content/uploads/2009/06/crear-lanzador.png" alt="Create Shortcut" width="506" height="231" /></p>
<p>Than we&#8217;ll complete the following form:</p>
<p><strong>Tipe</strong>: Aplication</p>
<p><strong>Name</strong>: Stop alarm</p>
<p><strong>Command</strong>: /home/<em>user</em>/stopalarm (Path where stopalarm is located, replace <em>user</em> by your username).</p>
<p>The <strong>comment</strong> is optional as it is the <strong>icon</strong>, which we steal from <a href="http://concepcion.flisol.cl/">http://concepcion.flisol.cl</a></p>
<p>Once we accept, the icon should appear on our desktop. Shoul look like this one:</p>
<p style="text-align: center;"><img class="size-full wp-image-244 aligncenter" title="Acceso directo apagar despertador" src="http://es.ubuntu-blog.com/wp-content/uploads/2009/06/acceso-directo-apagar-despertador.png" alt="Acceso directo apagar despertador" width="162" height="141" /></p>
<p style="text-align: center;">
<blockquote>
<p style="text-align: left;">The script stopalarm &#8220;kills&#8221; the processes &#8220;xmms2&#8243; and alarms. It also sets volume on 60%</p>
</blockquote>
<blockquote>
<p style="text-align: left;">It&#8217;s not permitted to get bad at ubuntu-blog, if you have to get up early and your computer got shutted down at night&#8230; because of an outage or any other reason&#8230;</p>
</blockquote>
]]></content:encoded>
			<wfw:commentRss>http://ubuntu-blog.com/alarm-clock-on-linux-ubuntu-geek-style/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
