<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/css" href="/stylesheets/rss.css"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/">
  <channel>
    <title>ronin: Category Linux</title>
    <link>http://blogs.divisibleprime.com/ronin/articles/category/linux</link>
    <language>en-us</language>
    <ttl>40</ttl>
    <description>Stuff</description>
    <item>
      <title>iPlayer hacked again</title>
      <description>&lt;p&gt;The &lt;a href="http://blogs.divisibleprime.com/ronin/articles/2008/03/09/iplayer-downloads-for-linux"&gt;hack&lt;/a&gt; for the iPlayer from last week was closed by the BBC, but only by more obsfucation.  Therefore, there is a &lt;a href="http://po-ru.com/diary/bbc-iplayer-fix-hacked-again/"&gt;patch&lt;/a&gt; for last weeks script which fixes the problem.  &lt;/p&gt;

&lt;p&gt;Reading the comments there are a few people out there working on making this better, and it looks like there is a &lt;a href="http://www.eribium.org/blog/?p=186"&gt;script&lt;/a&gt; to generate an RSS feed for the iplayer website.&lt;/p&gt;</description>
      <pubDate>Sun, 16 Mar 2008 18:37:00 +0000</pubDate>
      <guid isPermaLink="false">urn:uuid:e17bc105-3e43-4afd-8faf-4237b39121b4</guid>
      <author>Kerry</author>
      <link>http://blogs.divisibleprime.com/ronin/articles/2008/03/16/iplayer-hacked-again</link>
      <category>Tech</category>
      <category>Ruby</category>
      <category>Linux</category>
      <category>linux</category>
      <category>ruby</category>
      <category>iplayer</category>
      <category>bbc</category>
      <trackback:ping>http://blogs.divisibleprime.com/ronin/articles/trackback/942</trackback:ping>
    </item>
    <item>
      <title>Command line Gnome Notification</title>
      <description>&lt;p&gt;From the &amp;#8220;it&amp;#8217;s almost certainly been done better somewhere else&amp;#8221; department, here is my script to fire off a Gnome Notification after a shell command finishes.&lt;/p&gt;

&lt;p&gt;a python script:&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;#!/usr/bin/python
from pynotify import *
import sys

def notify(message=""):
    n = Notification("Command Line Completed", message)
    n.show()

init("cli notify")
if len(sys.argv) &amp;gt; 1:
    notify(sys.argv[1])
else:
    notify()
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;Then just add it to your path and you can append it onto some command:&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;echo monkey &amp;amp;&amp;amp; mynotify.py "some message"
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;You then get a notification like so:&lt;/p&gt;

&lt;p&gt;&lt;img src="http://blogs.divisibleprime.com/ronin/files/notify.png" alt="image"/&gt;&lt;/p&gt;</description>
      <pubDate>Mon, 10 Mar 2008 21:38:00 +0000</pubDate>
      <guid isPermaLink="false">urn:uuid:d238e5be-6172-45f2-85db-d6d2eebbeb42</guid>
      <author>Kerry</author>
      <link>http://blogs.divisibleprime.com/ronin/articles/2008/03/10/command-line-gnome-notification</link>
      <category>Tech</category>
      <category>Gnome</category>
      <category>Linux</category>
      <category>linux</category>
      <category>gnomy</category>
      <category>python</category>
      <category>notify</category>
      <category>desktop</category>
      <trackback:ping>http://blogs.divisibleprime.com/ronin/articles/trackback/940</trackback:ping>
    </item>
    <item>
      <title>BBC iPlayer downloads for Linux</title>
      <description>&lt;p&gt;BBC&amp;#8217;s iPlayer is good, but &lt;a href="http://po-ru.com/diary/cracking-open-the-iplayer/"&gt;this&lt;/a&gt; makes it better.&lt;/p&gt;

&lt;p&gt;Found &lt;a href="http://www.flickr.com/photos/twindx/2316284105/"&gt;via&lt;/a&gt;&lt;/p&gt;</description>
      <pubDate>Sun, 09 Mar 2008 08:59:00 +0000</pubDate>
      <guid isPermaLink="false">urn:uuid:ce6eb671-372c-46d6-be17-a8fadf882c32</guid>
      <author>Kerry</author>
      <link>http://blogs.divisibleprime.com/ronin/articles/2008/03/09/iplayer-downloads-for-linux</link>
      <category>Ruby</category>
      <category>Linux</category>
      <category>linux</category>
      <category>ruby</category>
      <category>iplayer</category>
      <category>bbc</category>
      <trackback:ping>http://blogs.divisibleprime.com/ronin/articles/trackback/939</trackback:ping>
    </item>
    <item>
      <title>OSS License for Java</title>
      <description>&lt;p&gt;Looks like Java(J2SE) is getting a License makeover so it can be distributed on Linux and OpenSolaris.&lt;/p&gt;

&lt;blockquote&gt;Developed in consultation with, and for use by, the various GNU/Linux communities, the new license allows distributors to ship Sun&amp;#8217;s Java SE 5.0 Java Development Kit (JDK) and Java Runtime Environment (JRE) as installable packages for their operating systems.&lt;/blockquote&gt;

&lt;p&gt;I think this is probably about 5 years too late.  Python has made a big impact in the Gnome world, and Mono is making inroads.  Java really should have been there making integration with the desktop work a long time ago.  &lt;/p&gt;

&lt;p&gt;&lt;a href="http://www.sun.com/smi/Press/sunflash/2006-05/sunflash.20060516.4.xml"&gt;Here&lt;/a&gt; is the Sun press release.&lt;/p&gt;

&lt;p&gt;Via: &lt;a href="http://www.tbray.org/ongoing/When/200x/2006/05/22/OSS-Java"&gt;Tim Bray&lt;/a&gt;&lt;/p&gt;</description>
      <pubDate>Mon, 22 May 2006 19:43:00 +0100</pubDate>
      <guid isPermaLink="false">urn:uuid:8003bb63-9165-40b7-9d7d-dde16dcc36e2</guid>
      <author>Kerry</author>
      <link>http://blogs.divisibleprime.com/ronin/articles/2006/05/22/oss-license-for-java</link>
      <category>Tech</category>
      <category>Java</category>
      <category>Linux</category>
    </item>
    <item>
      <title>Bash Tips</title>
      <description>&lt;p&gt;&lt;a href="http://linuxhelp.blogspot.com/2005/08/bash-shell-shortcuts.html"&gt;All About Linux&lt;/a&gt;: &lt;em&gt;Bash Shell Shortcuts &amp;#8230; The most commonly used shortcuts are listed&amp;#8230;&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;Pretty useful.  Looked at some of the other entries on the blog and didn&amp;#8217;t seem that interesting.&lt;/p&gt;</description>
      <pubDate>Wed, 17 May 2006 16:02:00 +0100</pubDate>
      <guid isPermaLink="false">urn:uuid:e51ccfdc-88a4-4dec-a052-69d489aa5380</guid>
      <author>Kerry</author>
      <link>http://blogs.divisibleprime.com/ronin/articles/2006/05/17/bash-tips</link>
      <category>Tech</category>
      <category>Linux</category>
    </item>
    <item>
      <title>Gnome Development Forums</title>
      <description>&lt;p&gt;&lt;a href="http://www.gnomedev.com/"&gt;GnomeDev.com&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;A new forum for all things related to Gnome development.  Will be interesting to see if it gains much traction.  There isn&amp;#8217;t much content on there right now, but there are some pointers to tutorials and things for developing in Gnome.&lt;/p&gt;</description>
      <pubDate>Sun, 26 Feb 2006 12:08:00 +0000</pubDate>
      <guid isPermaLink="false">urn:uuid:2067a90b-fce4-4f55-b599-7e99c9338bf6</guid>
      <author>Kerry</author>
      <link>http://blogs.divisibleprime.com/ronin/articles/2006/02/26/gnome-development-forums</link>
      <category>Tech</category>
      <category>Gnome</category>
      <category>Linux</category>
    </item>
  </channel>
</rss>
