<?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>sysblogd &#187; Hardy Heron</title>
	<atom:link href="http://sysblogd.wordpress.com/tag/hardy-heron/feed/" rel="self" type="application/rss+xml" />
	<link>http://sysblogd.wordpress.com</link>
	<description>syslogd goes web 2.0</description>
	<lastBuildDate>Mon, 05 Oct 2009 09:39:09 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='sysblogd.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/7654c0f480fc05477de4f711df08b861?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>sysblogd &#187; Hardy Heron</title>
		<link>http://sysblogd.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://sysblogd.wordpress.com/osd.xml" title="sysblogd" />
		<item>
		<title>Three easy steps to Install Ubuntu Fresh but still have all your Favourite Packages Installed</title>
		<link>http://sysblogd.wordpress.com/2008/05/15/three-easy-steps-to-install-ubuntu-fresh-but-still-have-all-your-favourite-packages-installed/</link>
		<comments>http://sysblogd.wordpress.com/2008/05/15/three-easy-steps-to-install-ubuntu-fresh-but-still-have-all-your-favourite-packages-installed/#comments</comments>
		<pubDate>Thu, 15 May 2008 02:26:20 +0000</pubDate>
		<dc:creator>sysblog</dc:creator>
				<category><![CDATA[administration]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[fresh install]]></category>
		<category><![CDATA[Hardy Heron]]></category>
		<category><![CDATA[release upgrade]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://sysblogd.wordpress.com/?p=171</guid>
		<description><![CDATA[Also, there is a very interesting article at Linux Owns showing three steps to get all your favourite packages (back) fast. I added a fourth step actually saving your package list for later use. Deriving it straight from there (without testing, since unfortunatelly my last machine has been hardyed just a couple of hours ago):

integrate [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sysblogd.wordpress.com&blog=957587&post=171&subd=sysblogd&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Also, there is a very interesting article at <a href="http://linuxowns.wordpress.com/2008/03/16/fresh-install-install-all-your-applications-with-3-commands/">Linux Owns</a> showing three steps to get all your favourite packages (back) fast. I added a fourth step actually saving your package list for later use. Deriving it straight from there (without testing, since unfortunatelly my last machine <a href="http://sysblogd.wordpress.com/2008/05/14/ubuntu-hardy-heron-dist-upgrade-via-command-line/">has been hardyed</a> just a couple of hours ago):</p>
<ol>
<li>integrate medibuntu sources.list
<pre class="brush: vb;">
sudo wget http://www.medibuntu.org/sources.list.d/gutsy.list -O /etc/apt/sources.list.d/medibuntu.list
</pre>
</li>
<li>add server key
<pre class="brush: vb;">
wget -q http://packages.medibuntu.org/medibuntu-key.gpg -O- | sudo apt-key add - &amp;&amp; sudo apt-get update
</pre>
</li>
<li>write a text file listing all package names you wish installed separated with spaces &#8212; you should be able to instead put every package name in one line with trailing \\ (double back-slash) but as I said: I haven&#8217;t tested it, yet! Name it, say, <code>most_important_debs</code>.</li>
<li>
<pre class="brush: vb;">
sudo aptitude --assume-yes install &lt; most_important_debs
</pre>
<p>You might want to approve the package list before install. In that case omit &#8211;assume-yes</li>
</li>
</ol>
<p>Let me know it someone used it (hopefully with success).</p>
<p><strong>Update</strong> 2008/05/15: It does help to read and think before you speak (or write for that matter). I got it completely wring. The linked article is about packages from <a href="https://launchpad.net/medibuntu/">Medi</a><a href="https://help.ubuntu.com/community/Medibuntu">buntu</a> only. OK then, if it&#8217;s like this I just alter 1, 2, <span style="text-decoration:line-through;">4</span> and 3 -&gt; 1 <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<ol>
<li>build a list of your (most important, enduser) packages</li>
<li>update-manager -d, i.e. dist-upgrade your system</li>
<li>employ aptitude to read in your file (to be exact it&#8217;s bash that redirect from the file&#8230;)</li>
</ol>
<p>Of course, this method still does not solve the problem of saving your personal settings but still get all the system settings from the new distro release. But this shouldn&#8217;t be that hard for release maintainers since they (potentially) know which package version had what config files delivered or generated. From there it should be easy to determine if a system config file has been changed be the user -&gt; show diff. Or do I overlook something once again?</p>
<p><strong>Update</strong> 2008/05/15: Even better looks aptitude-run-state-bundle:</p>
<blockquote><p>DESCRIPTION<br />
aptitude-create-state-bundle produces a compressed archive storing the files that are required to replicate the current<br />
package archive state.  The following files and directories are included in the bundle:<br />
·      $HOME/.aptitude<br />
·      /var/lib/aptitude<br />
·      /var/lib/apt<br />
·      /var/cache/apt/*.bin<br />
·      /etc/apt<br />
·      /var/lib/dpkg/status<br />
The output of this program can be used as an argument to aptitude-run-state-bundle(1).</p></blockquote>
<p>Update 2008/05/15: A good starting point would be either</p>
<pre class="brush: vb;">
dpkg -l | grep ^i | editor
</pre>
<p>or if you don&#8217;t use aptitude this also shows (only currently) installed packages</p>
<pre class="brush: vb;">
dpkg -l | grep ^i | editor
</pre>
<p>One needs to remove non-package-name strings, though. As I haven&#8217;t come around to learn sed (line editing) I cannot show how to deploy sed to do it. Anyone?</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/sysblogd.wordpress.com/171/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/sysblogd.wordpress.com/171/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sysblogd.wordpress.com/171/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sysblogd.wordpress.com/171/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sysblogd.wordpress.com/171/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sysblogd.wordpress.com/171/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sysblogd.wordpress.com/171/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sysblogd.wordpress.com/171/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sysblogd.wordpress.com/171/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sysblogd.wordpress.com/171/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sysblogd.wordpress.com/171/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sysblogd.wordpress.com/171/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sysblogd.wordpress.com&blog=957587&post=171&subd=sysblogd&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://sysblogd.wordpress.com/2008/05/15/three-easy-steps-to-install-ubuntu-fresh-but-still-have-all-your-favourite-packages-installed/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/ef81db04482b606bba32f2b9b348a15c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">sysblog</media:title>
		</media:content>
	</item>
		<item>
		<title>Opera, Flash and Ubuntu (Feisty Fawn, Gutsy Gibbon and Hardy Heron also)</title>
		<link>http://sysblogd.wordpress.com/2008/03/18/opera-flash-and-ubuntu-feisty-fawn-gutsy-gibbon-and-hardy-heron-also/</link>
		<comments>http://sysblogd.wordpress.com/2008/03/18/opera-flash-and-ubuntu-feisty-fawn-gutsy-gibbon-and-hardy-heron-also/#comments</comments>
		<pubDate>Tue, 18 Mar 2008 17:28:29 +0000</pubDate>
		<dc:creator>sysblog</dc:creator>
				<category><![CDATA[administration]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[Feisty Fawn]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[Gutsy Gibbon]]></category>
		<category><![CDATA[Hardy Heron]]></category>
		<category><![CDATA[opera]]></category>
		<category><![CDATA[plugin]]></category>

		<guid isPermaLink="false">http://sysblogd.wordpress.com/2007/08/01/ubuntu-opera-flash-and-feisty-fawn/</guid>
		<description><![CDATA[Note 08/01/08: There have been issues after the original plugin has been updated. See Ubuntu Forum, Bug description (workaround or fixed deb for firefox only which is version 9.0.115!) or comments below for more. Components have been removed that also opera needs! Yet another example why closed source is bad&#8230; Hence you might want to [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sysblogd.wordpress.com&blog=957587&post=80&subd=sysblogd&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><strong>Note</strong> 08/01/08: There have been issues after the original plugin has been updated. See <a href="http://ubuntuforums.org/showthread.php?p=3923465#post3923465">Ubuntu Forum</a>, <a href="https://bugs.launchpad.net/ubuntu/+source/flashplugin-nonfree/+bug/173890/comments/85">Bug description</a> (<a href="https://bugs.launchpad.net/ubuntu/+source/flashplugin-nonfree/+bug/173890/comments/91">workaround</a> or <a href="http://launchpadlibrarian.net/10761023/flashplugin-nonfree_9.0.115.0ubuntu2_i386.deb">fixed deb for firefox only</a> which is version 9.0.115!) or comments below for more. Components have been removed that also opera needs! Yet another example why closed source is bad&#8230; Hence you might want to give gnash a go, i.e. open source flash. The new Flash version is meant to work with opera version &gt; 9.50 Beta, though (see bottom note). Anyway, here it goes for Flash version <img src='http://l.wordpress.com/latex.php?latex=%5Cleq&#038;bg=ffffe3&#038;fg=000000&#038;s=0' alt='\leq' title='\leq' class='latex' /> 9.0.48.0:</p>
<p><strong>Note </strong>2008/04/19: Before you get all frustrated about Flash and Opera you might enjoy <a href="http://sysblogd.wordpress.com/2008/04/19/opera-everywhere/">operas&#8217; ads</a>.</p>
<h2>Here we go</h2>
<p>To install Adobe Flash Player after you installed Opera in Ubuntu, I found the best way is to, once again, use the debian way:</p>
<pre class="brush: vb;">
sudo aptitude install flashplugin-nonfree</pre>
<p>After the install routine is done you need to add the path to plugins options in opera. Alternatively you could link there. To find where the new binaries are located do:</p>
<pre class="brush: vb;">
dpkg -S flashplugin-nonfree
app-install-data: /usr/share/app-install/desktop/flashplugin-nonfree.desktop
flashplugin-nonfree: /usr/lib/flashplugin-nonfree
flashplugin-nonfree: /var/cache/flashplugin-nonfree
flashplugin-nonfree: /usr/share/lintian/overrides/flashplugin-nonfree
flashplugin-nonfree: /usr/share/doc/flashplugin-nonfree
flashplugin-nonfree: /usr/share/doc/flashplugin-nonfree/changelog.gz
flashplugin-nonfree: /usr/share/doc/flashplugin-nonfree/copyright</pre>
<p><strong>Update 2008/04/16:</strong> The correct &#8220;list flag&#8221; for dpkg would be -L instead of -S:</p>
<pre class="brush: vb;">
dpkg -L flashplugin-nonfree | grep -i 'lib'
/usr/lib
/usr/lib/xulrunner
/usr/lib/xulrunner/plugins
/usr/lib/mozilla
/usr/lib/mozilla/plugins
/usr/lib/iceape
/usr/lib/iceape/plugins
/usr/lib/iceweasel
/usr/lib/iceweasel/plugins
/usr/lib/firefox
/usr/lib/firefox/plugins
/usr/lib/midbrowser
/usr/lib/midbrowser/plugins
/usr/lib/xulrunner-addons
/usr/lib/xulrunner-addons/plugins
/usr/lib/flashplugin-nonfree
/var/lib
/var/lib/flashplugin-nonfree</pre>
<p>/Update</p>
<p>Alternatively you could link the lib&#8217;s binary to Opera&#8217;s plugin directory:</p>
<pre class="brush: vb;">
sudo ln /usr/lib/flashplugin-nonfree/libflashplayer.so /usr/lib/opera/plugins/</pre>
<p><a href="https://help.ubuntu.com/community/OperaBrowser#head-e295555ee73dffe1517b926ce6444abef1927d4f">Some say</a> you may need to restart opera in order for plugins to actually work. Fortunally, for me it work right away. In opera&#8217;s address field type <a href="plugins">opera:plugins</a> to see what opera knows about flash.Update: See <a href="http://blogs.adobe.com/penguin.swf/">this blog</a> on bleeding edge info on plugin&#8217;s development status if interested.</p>
<h2>Ressources:</h2>
<ul>
<li>as always: man pages</li>
<li><a href="https://bugs.launchpad.net/ubuntu/+source/flashplugin-nonfree/+bug/173890/comments/85">Launchpad bug report</a></li>
<li><a href="http://blogs.adobe.com/penguin.swf/">Adobe&#8217;s Linux Flash blog</a></li>
<li>Ubuntu Community Help on <a href="https://help.ubuntu.com/community/RestrictedFormats/Flash">restricted formats</a></li>
<li>Ubuntu Community Help on <a href="https://help.ubuntu.com/community/OperaBrowser#head-801db7120330e998f5a482a4c5b7629458c6f32f">Opera browser flash problems</a></li>
</ul>
<p><strong>Update:</strong> This works for 7.04, a.k.a. Feisty Fawn, and 7.10, a.k.a. Gutsy Gibbon.</p>
<p><strong>Update 2008/04/16:</strong> On a side note: There is the option reinstall for aptitude if one wants to make sure the newest files are all in the right places.</p>
<p><strong>Update 2008/04/19:</strong>I stumbled upon the <a href="http://www.opera.com/products/desktop/next/">close to be</a> release of Opera 9.5 which is <a href="http://my.opera.com/desktopteam/blog/2008/04/17/beta-2-is-coming">currently in beta state</a> (and has <a href="http://my.opera.com/desktopteam/blog/2007/09/04/go-and-get-opera-9-5-alpha-3">even more great features</a> once again before Firefox has them <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  ). <a href="http://www.linuxquestions.org/questions/showthread.php?p=3031926#post3031926">Supposingly</a> the Debian package should get flash working. I tried the <a href="http://www.opera.com/download/index.dml?opsys=Linux%20i386&amp;lng=en&amp;ver=9.50b&amp;platform=Linux%20i386&amp;local=y">i386 version for Gutsy</a> and it did work for me.</p>
<p><strong>Update 2008/06/28</strong>: Here are some command line parameters you can start Opera with. Especially useful would be -debugplugin. To use it you have to open a terminal to see the additional information:</p>
<pre class="brush: vb;">
opera -debugplugin [Enter/Return Key]
</pre>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/sysblogd.wordpress.com/80/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/sysblogd.wordpress.com/80/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sysblogd.wordpress.com/80/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sysblogd.wordpress.com/80/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sysblogd.wordpress.com/80/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sysblogd.wordpress.com/80/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sysblogd.wordpress.com/80/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sysblogd.wordpress.com/80/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sysblogd.wordpress.com/80/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sysblogd.wordpress.com/80/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sysblogd.wordpress.com/80/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sysblogd.wordpress.com/80/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sysblogd.wordpress.com&blog=957587&post=80&subd=sysblogd&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://sysblogd.wordpress.com/2008/03/18/opera-flash-and-ubuntu-feisty-fawn-gutsy-gibbon-and-hardy-heron-also/feed/</wfw:commentRss>
		<slash:comments>33</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/ef81db04482b606bba32f2b9b348a15c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">sysblog</media:title>
		</media:content>
	</item>
		<item>
		<title>Ubuntu, Opera, Flash and Feisty Fawn &#8212; Moved</title>
		<link>http://sysblogd.wordpress.com/2007/08/01/ubuntu-opera-flash-and-feisty-fawn/</link>
		<comments>http://sysblogd.wordpress.com/2007/08/01/ubuntu-opera-flash-and-feisty-fawn/#comments</comments>
		<pubDate>Wed, 01 Aug 2007 18:18:58 +0000</pubDate>
		<dc:creator>sysblog</dc:creator>
				<category><![CDATA[administration]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[Feisty Fawn]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[Gutsy Gibbon]]></category>
		<category><![CDATA[Hardy Heron]]></category>
		<category><![CDATA[opera]]></category>
		<category><![CDATA[plugin]]></category>

		<guid isPermaLink="false">http://sysblogd.wordpress.com/?p=159</guid>
		<description><![CDATA[This Post has been updated and, hence, a new address.
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sysblogd.wordpress.com&blog=957587&post=159&subd=sysblogd&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>This Post has been updated and, hence, a <a href="http://sysblogd.wordpress.com/2008/03/18/opera-flash-and-ubuntu-feisty-fawn-gutsy-gibbon-and-hardy-heron-also/">new address</a>.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/sysblogd.wordpress.com/159/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/sysblogd.wordpress.com/159/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sysblogd.wordpress.com/159/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sysblogd.wordpress.com/159/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sysblogd.wordpress.com/159/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sysblogd.wordpress.com/159/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sysblogd.wordpress.com/159/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sysblogd.wordpress.com/159/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sysblogd.wordpress.com/159/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sysblogd.wordpress.com/159/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sysblogd.wordpress.com/159/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sysblogd.wordpress.com/159/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sysblogd.wordpress.com&blog=957587&post=159&subd=sysblogd&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://sysblogd.wordpress.com/2007/08/01/ubuntu-opera-flash-and-feisty-fawn/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/ef81db04482b606bba32f2b9b348a15c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">sysblog</media:title>
		</media:content>
	</item>
	</channel>
</rss>