<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<feed xmlns="http://www.w3.org/2005/Atom">

	<title>Fedora People</title>
	<link rel="self" href="http://fedoraproject.org/people/rss20.xml"/>
	<link href="http://fedoraproject.org/people/"/>
	<id>http://fedoraproject.org/people/rss20.xml</id>
	<updated>2012-05-16T20:01:52+00:00</updated>
	<generator uri="http://planet.fedoraproject.org/">http://intertwingly.net/code/venus/</generator>

	<entry>
		<title type="html" xml:lang="en">Musings on the linux audio stack</title>
		<link href="http://wm161.net/2012/05/16/musings-on-the-linux-audio-stack/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=musings-on-the-linux-audio-stack"/>
		<id>http://wm161.net/?p=850</id>
		<updated>2012-05-16T19:51:45+00:00</updated>
		<content type="html" xml:lang="en">
			&lt;img src=&quot;http://planet.fedoraproject.org/images/heads/default.png&quot;  alt=&quot;&quot; style=&quot;float: right;&quot;&gt;
 &lt;p&gt;I spent some free time today getting caught up on the large backlog of phonon-gstreamer bugs. Towards the end, I started to have delusions of grandeur: Imagine a phonon-gstreamer codebase that doesn’t require supporting a zillion different audio frameworks, and instead belays that task to something that I don’t have to maintain.&lt;/p&gt;
&lt;p&gt;My question here, is how many people would throw a fit if phonon-gstreamer dropped support for ALSA and OSS, and forced everyone to use pulseaudio by way of GStreamer’s excellent pulseaudio support?&lt;/p&gt;
&lt;p&gt;Hold on, lower your pitchforks for a minute. Let us consider the audio framework landscape in the modern world:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Pulseaudio is the One True Way for audio playback in Gnome&lt;/li&gt;
&lt;li&gt;For 90% of the support questions we handle in #kde-multimedia, the solution is “use pulseaudio”.&lt;/li&gt;
&lt;li&gt;Pulseaudio can handle using OSS, ALSA, Bluetooth, or whatever your audio output is, through one consistent entry point&lt;/li&gt;
&lt;li&gt;It is a total headache to figure out any bugs in your audio when music goes from Amarok-&amp;gt;Phonon-&amp;gt;Phonon-GStreamer-&amp;gt;(ALSA, OSS, Pulseaudio, god knows what)-&amp;gt;Speakers-&amp;gt;Earholes&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;span style=&quot;font-size: small;&quot;&gt;&lt;span style=&quot;line-height: 24px;&quot;&gt;Additionally, I really don’t feel like testing phonon-gstreamer on all those different kernel-level interfaces with exotic setups every time I fix a bug and am afraid I’d introduce another twelve. The PulseAudio folks seem to do a fantastic job at that already. Phonon isn’t meant for real-time playback or production studio quality audio. Thats what Jack is meant for.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;font-size: small;&quot;&gt;&lt;span style=&quot;line-height: 24px;&quot;&gt;I can’t think of a good reason why we shouldn’t stand on the shoulders of giants by making PulseAudio handle all the hard stuff on Unix involving massaging PCM formats, equalizers, matching playback category with output device, enumerating outputs both real and virtual, volume control, etc.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;font-size: small;&quot;&gt;&lt;span style=&quot;line-height: 24px;&quot;&gt;If you can, leave a comment on this post. I’m not making an official statement saying that I’m definitely removing ALSA and OSS support from phonon-gstreamer, I’m merely asking for feedback to see what can be done to fix things at all levels in the audio stack.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&amp;lt;g:plusone href=&quot;http://wm161.net/2012/05/16/musings-on-the-linux-audio-stack/&quot; size=&quot;tall&quot;&amp;gt;&amp;lt;/g:plusone&amp;gt;&lt;p class=&quot;wp-flattr-button&quot;&gt;&lt;/p&gt; &lt;p&gt;&lt;a href=&quot;http://wm161.net/blog/?flattrss_redirect&amp;amp;id=850&amp;amp;md5=b5fc0c218eb66ef6fc69cabedfdcd66f&quot; target=&quot;_blank&quot; title=&quot;Flattr&quot;&gt;&lt;img src=&quot;http://wm161.net/blog/wp-content/plugins/flattr/img/flattr-badge-large.png&quot; alt=&quot;flattr this!&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</content>
		<author>
			<name>Trever</name>
			<uri>http://wm161.net</uri>
		</author>
		<source>
			<title type="html">wm161.net » Fedora</title>
			<subtitle type="html">Your daily source of everything!</subtitle>
			<link rel="self" href="http://wm161.net/browse/linux/fedora-linux/feed/"/>
			<id>http://wm161.net</id>
		</source>
	</entry>

	<entry>
		<title type="html" xml:lang="en">Zeitgeist improvements with genetic algorithms</title>
		<link href="http://wm161.net/2012/05/16/zeitgeist-improvements-with-genetic-algorithms/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=zeitgeist-improvements-with-genetic-algorithms"/>
		<id>http://wm161.net/?p=848</id>
		<updated>2012-05-16T16:43:29+00:00</updated>
		<content type="html" xml:lang="en">
			&lt;img src=&quot;http://planet.fedoraproject.org/images/heads/default.png&quot;  alt=&quot;&quot; style=&quot;float: right;&quot;&gt;
 &lt;p&gt;Continuing with my previous post about the Zeitgeist team’s improvements with regards to speed, there’s &lt;a href=&quot;http://cgit.freedesktop.org/zeitgeist/zeitgeist/tree/tools/development/slow_query_finder.py&quot;&gt;a nifty tool in the sources&lt;/a&gt; I wrote yesterday that uses a genetic algorithm to find the slowest queries you can throw at the engine.&lt;/p&gt;
&lt;p&gt;If you’re not familiar with genetic algorithms, here’s a brief review of how they work:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Start off with an array of numbers, with each index corresponding to a particular attribute of the problem.&lt;/li&gt;
&lt;li&gt;Evaluate the fitness of that genome&lt;/li&gt;
&lt;li&gt;Simulate evolution of the successful genomes by crossing, mutations, etc, just as you would with real DNA chromosomes&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;In the case of this Zeitgeist tool, the chromosome refers to a query, and each allele (index of the array) refers to an attribute of the query. Here’s a relevant comment from the sources:&lt;/p&gt;
&lt;pre&gt;# Chromosome to data mapping:
# 0, 1 - Timerange begin and end. If both are zero, we use timerange.always()
# 2 - The search type. Anything over 30 is a dead individual.
# 3-5 - Specify template properties. Anything besides 0 and 1 is dead.
# 3 - Specify a subject interpretation
# 4 - Specify a subject manifestation
# 5 - Specify an event actor&lt;/pre&gt;
&lt;p&gt;Using the super cool pyevolve library, implementing a genetic algorithm is super easy:&lt;/p&gt;
&lt;pre&gt;def eval_func(chromosome):
  query = buildQuery(chromosome)
  if query is None:
    return 0

  start = time.time()
  results = engine.find_events(*query)
  overall = (time.time() - start)
  return (results[&quot;find_events&quot;]*2+results[&quot;find_event_ids&quot;]*4+results[&quot;get_events&quot;])*1000

genome = G1DList.G1DList(6)
genome.evaluator.set(eval_func)
ga = GSimpleGA.GSimpleGA(genome)
ga.evolve(freq_stats = 1)
query = buildQuery(ga.bestIndividual())
assert query is not None
print query, len(engine.find_events(*query))&lt;/pre&gt;
&lt;p&gt;Let it run for a long while on a big database, and you end up with a query that takes forever. Due to how evolution works, it isn’t &lt;strong&gt;the&lt;/strong&gt; longest running query, but it is certainly one that takes a long time.&lt;/p&gt;
&amp;lt;g:plusone href=&quot;http://wm161.net/2012/05/16/zeitgeist-improvements-with-genetic-algorithms/&quot; size=&quot;tall&quot;&amp;gt;&amp;lt;/g:plusone&amp;gt;&lt;p class=&quot;wp-flattr-button&quot;&gt;&lt;/p&gt; &lt;p&gt;&lt;a href=&quot;http://wm161.net/blog/?flattrss_redirect&amp;amp;id=848&amp;amp;md5=5db83903327398bd3c510388b2fbee2d&quot; target=&quot;_blank&quot; title=&quot;Flattr&quot;&gt;&lt;img src=&quot;http://wm161.net/blog/wp-content/plugins/flattr/img/flattr-badge-large.png&quot; alt=&quot;flattr this!&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</content>
		<author>
			<name>Trever</name>
			<uri>http://wm161.net</uri>
		</author>
		<source>
			<title type="html">wm161.net » Fedora</title>
			<subtitle type="html">Your daily source of everything!</subtitle>
			<link rel="self" href="http://wm161.net/browse/linux/fedora-linux/feed/"/>
			<id>http://wm161.net</id>
		</source>
	</entry>

	<entry>
		<title type="html" xml:lang="en">First evah FUDCon crowd-sourced book</title>
		<link href="http://www.atmayogi.com/node/5091"/>
		<id>http://www.atmayogi.com/5091 at http://www.atmayogi.com</id>
		<updated>2012-05-16T15:19:53+00:00</updated>
		<content type="html">
			&lt;img src=&quot;http://www.atmayogi.com/files/sitapati_4.jpg&quot;  alt=&quot;&quot; style=&quot;float: right;&quot;&gt;
 &lt;p&gt;&lt;/p&gt;&lt;center&gt;&lt;img src=&quot;http://www.fedorareloaded.com/banner800x100.png&quot; /&gt;&lt;/center&gt;&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Join us as we make history.&lt;/p&gt;
&lt;p&gt;3 days. 400 participants. One book.&lt;/p&gt;
&lt;p&gt;Participate in the collaborative creation of the first-ever crowd-sourced Fedora book during FUDCon KL, using only your web browser and the power of community*.&lt;/p&gt;
&lt;p&gt;Details at the &lt;a href=&quot;http://www.fedorareloaded.com&quot;&gt;FUDCon Docs Hack website&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&lt;em&gt;There will be swag.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;iframe allowfullscreen=&quot;allowFullScreen&quot; frameborder=&quot;0&quot; height=&quot;319&quot; mozallowfullscreen=&quot;mozallowfullscreen&quot; src=&quot;http://player.vimeo.com/video/42275230&quot; webkitallowfullscreen=&quot;webkitAllowFullScreen&quot; width=&quot;500&quot;&amp;gt;&amp;lt;/iframe&amp;gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;*contribute from anywhere in the world with an internet connection.&lt;/em&gt;&lt;/p&gt;</content>
		<author>
			<name>sitapati</name>
			<uri>http://www.atmayogi.com/taxonomy/term/11/0</uri>
		</author>
		<source>
			<title type="html">atma yogi - Fedora</title>
			<subtitle type="html">Content to syndicate to Fedora People</subtitle>
			<link rel="self" href="http://www.atmayogi.com/taxonomy/term/11/0/feed"/>
			<id>http://www.atmayogi.com/taxonomy/term/11/0</id>
		</source>
	</entry>

	<entry>
		<title type="html" xml:lang="en">Final Donation Drive for the Liberated Pixel Cup!</title>
		<link href="http://k3rnel.net/2012/05/16/final-donation-drive-for-the-liberated-pixel-cup/"/>
		<id>http://k3rnel.net/?p=1129</id>
		<updated>2012-05-16T14:45:34+00:00</updated>
		<content type="html" xml:lang="en">
			&lt;img src=&quot;http://k3rnel.net/k3.png&quot;  alt=&quot;&quot; style=&quot;float: right;&quot;&gt;
 &lt;p&gt;&lt;a href=&quot;http://k3rnel.net/wp-content/uploads/2012/04/lpc.png&quot;&gt;&lt;img src=&quot;http://k3rnel.net/wp-content/uploads/2012/04/lpc.png&quot; title=&quot;The Liberated Pixel Cup&quot; height=&quot;228&quot; width=&quot;254&quot; alt=&quot;&quot; class=&quot;aligncenter size-full wp-image-1092&quot; /&gt;&lt;/a&gt;Thanks to Mozilla, the Liberated Pixel Cup got a huge donation, but we’re still about 800 dlls short of the goal, &lt;a href=&quot;http://lpc.opengameart.org/&quot;&gt;and the deadline’s this Friday&lt;/a&gt;. So go ahead, and &lt;a href=&quot;https://my.fsf.org/donate/working-together/liberated-pixel-cup&quot;&gt;donate if you haven’t already.&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;If you’d like a small glimpse of the Sprites that are already being worked on, Lunpa made a small, &lt;a href=&quot;http://lunpa.org/lpc/lpcd/demo.html&quot;&gt;interactive web demo&lt;/a&gt; using naked male and female sprites, as well as some bats, butterflies, houses and other tiles that will be used.&lt;/p&gt;
&lt;p&gt;This is only one sample though, there’s going to be many games and many more sprites made for the contest, but I hope that the demo’s enough to get you to chip in for the contest.&lt;/p&gt;</content>
		<author>
			<name>Nushio</name>
			<uri>http://k3rnel.net</uri>
		</author>
		<source>
			<title type="html">K3RNEL</title>
			<subtitle type="html">Typos? What Typso?</subtitle>
			<link rel="self" href="http://k3rnel.net/feed/"/>
			<id>http://k3rnel.net</id>
		</source>
	</entry>

	<entry>
		<title type="html" xml:lang="en">lm-sensors deployment, issue with sensors-detect</title>
		<link href="http://kernelreloaded.blog385.com/index.php/archives/lm-sensors-deployment-issue-with-sensors-detect/"/>
		<id>http://kernelreloaded.blog385.com/?p=1821</id>
		<updated>2012-05-16T14:39:26+00:00</updated>
		<content type="html" xml:lang="en">
			&lt;img src=&quot;http://valent.fedorapeople.org/valent.png&quot;  alt=&quot;&quot; style=&quot;float: right;&quot;&gt;
 &lt;p&gt; &lt;br /&gt;
If you wish to deploy lm-sensors on multiple diferent linux machines issue is with sensors-detect what ask you quite a few questions.&lt;br /&gt;
 &lt;br /&gt;
I asked on IRC and got few suggestions. First one is if you wish to accept defaults which sensors-detect suggest you need just to press [ENTER] all the time. To automate this use this one liner:&lt;br /&gt;
 &lt;br /&gt;
&lt;code&gt;(while :; do echo &quot;&quot;; done ) | sensors-detect&lt;/code&gt;&lt;br /&gt;
 &lt;br /&gt;
If you wish to override defaults and answer YES to all questions then use this oneliner:&lt;br /&gt;
 &lt;br /&gt;
&lt;code&gt;yes &quot;&quot; | sensors-detect&lt;/code&gt;&lt;br /&gt;
 &lt;/p&gt;</content>
		<author>
			<name>valent</name>
			<uri>http://kernelreloaded.blog385.com</uri>
		</author>
		<source>
			<title type="html">/kernel_reloaded/ » linux</title>
			<subtitle type="html">linux, blog, anime, spirituality, windsurf, wireless</subtitle>
			<link rel="self" href="http://kernelreloaded.blog385.com/index.php/archives/category/linux/feed/"/>
			<id>http://kernelreloaded.blog385.com</id>
		</source>
	</entry>

	<entry>
		<title type="html" xml:lang="en">Signed Authentication and Authorization</title>
		<link href="http://adam.younglogic.com/2012/05/signed-authz-authn/"/>
		<id>http://adam.younglogic.com/?p=2135</id>
		<updated>2012-05-16T14:31:05+00:00</updated>
		<content type="html" xml:lang="en">
			&lt;img src=&quot;http://admiyo.fedorapeople.org/admiyo.jpg&quot;  alt=&quot;&quot; style=&quot;float: right;&quot;&gt;
 &lt;p&gt;Openstack Keystone currently operates on-line validation for Tokens.  Once a token is issued out,  each of the systems presented with the token has to check the validity of the token with the Keystone server.  This makes Keystone the highest traffic service in an Openstack deployment.  Using Cryptographic Message Syntax (CMS) we can generated a token that can be verified using public key cryptography instead of making a network call.  Here’s a proof-of-concept example using the command line tools.&lt;/p&gt;
&lt;p&gt;&lt;span id=&quot;more-2135&quot;&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;For authorization, we need a user name.  For authentication, we need a tenancy and a set of roles that the user has in the tenancy.&lt;br /&gt;
Authorization cannot be for ever, so we need an expiration date/time.  Here is a simple JSON representation of that data.&lt;/p&gt;
&lt;pre class=&quot;brush:python&quot;&gt;{&quot;user&quot;: &quot;ayoung&quot;,
&quot;tenant&quot;: &quot;coop-city&quot;,
&quot;role&quot;: [&quot;hallmonitor, groundskeeper&quot;],
&quot;expiry&quot;:&quot;18JUL2012&quot;
}
&lt;/pre&gt;
&lt;p&gt;Note that it has the Roles listed in it.  By cryptographically verifying this document,  not only does it remove the need to validate the token with Keystone,  but it removes the need to go back to keystone to fetch the roles.  Thus, authentication and authorization information are linked in one document.&lt;/p&gt;
&lt;p&gt;The following assumes you have a signing certificate.  &lt;a href=&quot;http://adam.younglogic.com/2012/05/signing-certutil/&quot;&gt;See the steps here to generate one if you need it.&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;To Sign auth_token.json run:&lt;/p&gt;
&lt;pre class=&quot;brush:bash&quot;&gt;cmsutil -S -d alias -N ayoung -i auth_token.json -o auth_token.p7s
&lt;/pre&gt;
&lt;p&gt;The signed message is put into auth_token.p7s,  a file extension that alludes to the PKCS 7 standard.&lt;/p&gt;
&lt;p&gt;This includes all of the certificates.  Use a tool to view the contents in human readable form:&lt;/p&gt;
&lt;pre class=&quot;brush:bash&quot;&gt; /usr/lib64/nss/unsupported-tools/derdump -i auth_token.p7s
&lt;/pre&gt;
&lt;p&gt;The output is big.  To simply read the message back, use:&lt;/p&gt;
&lt;pre class=&quot;brush:bash&quot;&gt;cmsutil  -D -i auth_token.p7s  -d alias/ -h1
&lt;/pre&gt;
&lt;p&gt;This gives back the additional file, along with the validated signer:&lt;/p&gt;
&lt;pre class=&quot;brush:bash&quot;&gt;SMIME: 	level=1.2; type=signedData; nsigners=1;
		signer0.id=&quot;Adam Young&quot;; signer0.status=GoodSignature;
	level=1.1; type=data;
{&quot;user&quot;: &quot;ayoung&quot;,
&quot;tenant&quot;: &quot;coop-city&quot;,
&quot;role&quot;: [&quot;hallmonitor, groundskeeper&quot;],
&quot;expiry&quot;:&quot;18JUL2012&quot;
}
&lt;/pre&gt;
&lt;p&gt;To simply check if the document is valid,  drop the h1 argument.  If to test it against an NSS database that does not have the CA cert in it, you get:&lt;/p&gt;
&lt;pre class=&quot;brush:bash&quot;&gt;# cmsutil  -D -i auth_token.p7s  -d altdb

signer 0 status = SigningCertNotTrusted
cmsutil: problem decoding: Peer's Certificate issuer is not recognized.
&lt;/pre&gt;
&lt;p&gt;To make this usable as a replacement for the current token scheme,  we could use something like Base64 encoding:&lt;/p&gt;
&lt;pre class=&quot;brush:bash&quot;&gt;[ayoung@ayoung cmstest]$ base64 auth_token.p7s
MIAGCSqGSIb3DQEHAqCAMIACAQExCzAJBgUrDgMCGgUAMIAGCSqGSIb3DQEHAaCAJIAEbXsidXNl
ciI6ICJheW91bmciLCAgCiJ0ZW5hbnQiOiAiY29vcC1jaXR5IiwgIAoicm9sZSI6IFsiaGFsbG1v
bml0b3IsIGdyb3VuZHNrZWVwZXIiXSwKImV4cGlyeSI6IjE4SlVMMjAxMiIKfQoAAAAAAACgggIG
MIICAjCCAWugAwIBAgICCSkwDQYJKoZIhvcNAQEFBQAwFDESMBAGA1UEAxMJTXkgSXNzdWVyMB4X
DTEyMDUxNTIwNDcxNFoXDTEyMDgxNTIwNDcxNFowUzELMAkGA1UEBhMCVVMxCzAJBgNVBAgTAk1B
MREwDwYDVQQHEwhXZXN0Zm9yZDEPMA0GA1UEChMGUmVkSGF0MRMwEQYDVQQDEwpBZGFtIFlvdW5n
MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQC7lNCEwdZMHIClZJ9f84R1tfgEjtZV2H+Nx1OR
eqeK+WYvVXSVJ61g/Vl3ponv8L/qRiqbuyP7Nfr7ogfM2OJuDOiWsyfHJSIS29NVOb5f6+oPw39Q
+fN7NSssTEr6UFz4d1mXl85iJXK+K7x5TGFQowA6po102YCj6tjesGPODQIDAQABoyQwIjAgBgNV
HSUBAf8EFjAUBggrBgEFBQcDBAYIKwYBBQUHAwIwDQYJKoZIhvcNAQEFBQADgYEAt105m7XYBugD
y+PXYq7R2XaAdyJGCBl4yq3Xz3qmfYmpP8wVTNy5j2dacuopq+W4DB0CeGo5+sYGAiRSgF8vNx6/
wMt3+EExdJO+IJl9QMRB6ooRzSMJAIH3b3jXOWln9TV6AHLHER8NWoNZq3moSYp4fO8tUVgerDKJ
7TdBP/IxggFaMIIBVgIBATAaMBQxEjAQBgNVBAMTCU15IElzc3VlcgICCSkwCQYFKw4DAhoFAKCB
lzAYBgkqhkiG9w0BCQMxCwYJKoZIhvcNAQcBMCMGCSqGSIb3DQEJBDEWBBRBECaXMyVVMoW2yonU
kWwriSqs5TApBgkrBgEEAYI3EAQxHDAaMBQxEjAQBgNVBAMTCU15IElzc3VlcgICCSkwKwYLKoZI
hvcNAQkQAgsxHKAaMBQxEjAQBgNVBAMTCU15IElzc3VlcgICCSkwDQYJKoZIhvcNAQEBBQAEgYAV
UCVEsgfo3SK5p5ZF98uWgoIjmyCksS7mULJMT/ZJZJqIyTVY6AmXWCgxzKOHqrzWCansSilYAYQr
aeEgCYjX9GvSxHFmCQQzYM2buzJr5GjoPZJ0osOulUzWX8Nzq5Y51DAcWtU8c+06Ezbu5q5YjBno
2fTEWwYcemr9m/SA7AAAAAAAAA==
&lt;/pre&gt;
&lt;p&gt;The break is due to how it is displayed in the browser,  but that is really one long stream of characters.  The value can be sent just like the current tokens, in the -X-Auth-Token header.  Now a remote service can validate the token by reversing the Base64 ENCODING AND using cmsutil or the corresponding APIs.&lt;/p&gt;
&lt;pre class=&quot;brush:bash&quot;&gt;cat auth_token.p7s.base64  | base64 -d |  cmsutil  -D -i auth_token.p7s -d alias/
&lt;/pre&gt;
&lt;p&gt;There are still  a few wrinkles to iron out.  &lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;The token is a little longer than it needs to be, due to the certificate being embedded.  For Keystone,  remote systems would be better off fetching the certificate once from the Keystone server,  and just matching the serial number in the CMS token.  &lt;/li&gt;
&lt;li&gt;The current scheme of using the token in the URL would probably not work very well with the long Base64 encoding above,  but that system has other known issues, and is likely to be replaced shortly with a scheme that will instead put the token into the body of the document.  However, even that step will be unnecessary with certificate based verification.&lt;/li&gt;
&lt;li&gt;Signing documents from Python currently requires calling out to additional processes. &lt;a href=&quot;https://bugzilla.redhat.com/show_bug.cgi?id=821971&quot; target=&quot;_blank&quot; title=&quot;Bug 821971 - Add support for document signing like cmsutil&quot;&gt;The Python-NSS maintainer is aware of the issue&lt;/a&gt;, and is looking into making a Python-appropriate set of bindings for the CMS calls in Python-NSS.&lt;/li&gt;
&lt;li&gt;Since there is no revocation of the tokens,  their lifespan should be kept short.  10-30 minutes is probably appropriate.  The default value will require some consensus&lt;/li&gt;
&lt;li&gt;Adding roles for a user will require getting an additional token.  The old token will still be valid,but will not allow the user to do any actions that require the new role.&lt;/li&gt;
&lt;li&gt;The code that checks roles does not currently know about the token.  It will require  a small amount of code changes to make sure that the token is available to this code.&lt;/li&gt;
&lt;li&gt;While this scheme is backwards compatible with the current auth scheme, the reverse is not true.  Short of checking the length of the token,  there is no way to confirm that a token is a cryptographically signed document as opposed to the alpha-numeric cookie in current usage.  One approach for transition may be to test reading the document, and, upon failure,  fall back to the online protocol.&lt;/li&gt;
&lt;/ul&gt;</content>
		<author>
			<name>Adam Young</name>
			<uri>http://adam.younglogic.com</uri>
		</author>
		<source>
			<title type="html">Adam Young's Web Log</title>
			<subtitle type="html">The Notebook of a Programmer Climber Musician Ex-Soldier</subtitle>
			<link rel="self" href="http://adam.younglogic.com/feed/"/>
			<id>http://adam.younglogic.com</id>
		</source>
	</entry>

	<entry>
		<title type="html" xml:lang="en">Generating a Signing Cert using certutil</title>
		<link href="http://adam.younglogic.com/2012/05/signing-certutil/"/>
		<id>http://adam.younglogic.com/?p=2151</id>
		<updated>2012-05-16T13:53:45+00:00</updated>
		<content type="html" xml:lang="en">
			&lt;img src=&quot;http://admiyo.fedorapeople.org/admiyo.jpg&quot;  alt=&quot;&quot; style=&quot;float: right;&quot;&gt;
 &lt;p&gt;Imagine a locked room with a big window.  If I am the only person with a key to room, and I tape a poster up inside the window,  everyone can read it,  and everyone can state with a pretty high degree of certainty that I was the person that I put up the poster.  This is analogy to how you can use  PKI to sign a document.&lt;/p&gt;
&lt;p&gt;&lt;span id=&quot;more-2151&quot;&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;In order for the message signature to be verifiable,  we generate a pair of keys, one that is kept private, and one that is made public.  Data encrypted with the private key can then be decrypted with only the corresponding public key.  So, to sign a message, it is encrypted with the private key.  &lt;/p&gt;
&lt;p&gt;There are ways to make this more efficient, such as signing a hash of the message,  but the principal is the same.&lt;/p&gt;
&lt;p&gt;I am going to use the same set of cryptographic tools that Mozilla provides for securing web traffic.  These tools fall under then name &lt;strong&gt;Network Security Services&lt;/strong&gt;  or NSS for short.&lt;/p&gt;
&lt;p&gt;The first step is to provide a Certificate Authority (CA) Certificate.  This is a certificate used to sign other certificates.  This is actually supposed to be part of a chain.  In the browser, there are a list of CA certs that are accepted by default.  For our purposes here,  I am going to self sign one.  Figuring out how to set this up for your organization has been left as an exercise to the reader.&lt;/p&gt;
&lt;p&gt;We need a place to put the certificate.  For NSS,  this is called an NSS database.  I am going to create one in a directory I call &lt;em&gt;alias&lt;/em&gt;, because that is the name of the NSS database used in Apache HTTPD. To generate:&lt;/p&gt;
&lt;pre class=&quot;brush:bash&quot;&gt;mkdir alias
certutil -N -d ./alias/
&lt;/pre&gt;
&lt;p&gt;Now create a self-signed CA certificate. Type the command:&lt;/p&gt;
&lt;pre class=&quot;brush:bash&quot;&gt;certutil -S -s &quot;CN=My Issuer&quot; -n myissuer -x -t &quot;C,C,C&quot; -1 -2 -5 -m 1234 -d alias/
&lt;/pre&gt;
&lt;p&gt;You will be prompted to type.  This is used to generate entropy, or randomness, for the underlying cryptography.&lt;/p&gt;
&lt;p&gt;Then you will be prompted to select aspects of the certificate.  A menu of options like this:&lt;/p&gt;
&lt;pre class=&quot;brush:bash&quot;&gt;		0 - Digital Signature
		1 - Non-repudiation
		2 - Key encipherment
		3 - Data encipherment
		4 - Key agreement
		5 - Cert signing key
		6 - CRL signing key
		Other to finish
&lt;/pre&gt;
&lt;p&gt;Type each number in order. 0 1 2 3 4 5 6. The menu will reappear after each.&lt;/p&gt;
&lt;p&gt;Yes, it is annoying.  I didn’t write the tool.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;then type any number to finish&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;So the number 9 works.&lt;/p&gt;
&lt;pre class=&quot;brush:bash&quot;&gt; 9
Is this a critical extension [y/N]?
y
Is this a CA certificate [y/N]?
y
Enter the path length constraint, enter to skip [&amp;lt;0 for unlimited path]: &amp;gt;
Is this a critical extension [y/N]?
y
&lt;/pre&gt;
&lt;p&gt;Not done yet:  Next menu.&lt;/p&gt;
&lt;pre class=&quot;brush:bash&quot;&gt;		0 - SSL Client
		1 - SSL Server
		2 - S/MIME
		3 - Object Signing
		4 - Reserved for future use
		5 - SSL CA
		6 - S/MIME CA
		7 - Object Signing CA
		Other to finish
&lt;/pre&gt;
&lt;p&gt;For this we want 5 6 7  then again pick 9 to exit.&lt;/p&gt;
&lt;pre class=&quot;brush:bash&quot;&gt; &amp;gt; 9
Is this a critical extension [y/N]?
y
&lt;/pre&gt;
&lt;p&gt;The security conscious folks out there are squirming in their seats reading this,  because a self-signed CA cert is BAD under most circumstances.  However, this is proof-of-concept type stuff.  You always need to get a certificate signed by a CA…this is just the simple way to do it for development.&lt;/p&gt;
&lt;p&gt;Now that we have a CA cert,  we need to generate a Key. With NSS, you can generate the Key and the certificate signing request in one step:&lt;/p&gt;
&lt;pre class=&quot;bursh:bash&quot;&gt; certutil -R -s &quot;CN=Adam Young, O=RedHat , L=Westford, ST=MA, C=US&quot; -p &quot;617-555-1212&quot; -o mycert.req -d alias
&lt;/pre&gt;
&lt;p&gt;You see the same entropy generation prompt as before.&lt;/p&gt;
&lt;p&gt;You can list the keys using:&lt;/p&gt;
&lt;pre class=&quot;brush:bash&quot;&gt;certutil -K -d ./alias/
&lt;/pre&gt;
&lt;p&gt;Which produces output along the lines of:&lt;/p&gt;
&lt;pre class=&quot;brush:bash&quot;&gt;certutil: Checking token &quot;NSS Certificate DB&quot; in slot &quot;NSS User Private Key and Certificate Services&quot;
&amp;lt; 0&amp;gt; rsa      99f6d153a007f8fb2d79312d454749eb92e4db99   NSS Certificate DB:myissuer
&amp;lt; 1&amp;gt; rsa      b8472a65af1c2da900fb0eb953d9c278d615a580   NSS Certificate DB:ayoung
&lt;/pre&gt;
&lt;p&gt;Note that there is one in there for the CA certificate we produced before.&lt;/p&gt;
&lt;p&gt;To sign the key  run the following:&lt;/p&gt;
&lt;pre class=&quot;brush:bash&quot;&gt; certutil -C -m 2345 -i mycert.req -o mycert.crt -c myissuer -d ./alias/ -6
&lt;/pre&gt;
&lt;p&gt;Here is the menu you are presented:&lt;/p&gt;
&lt;pre class=&quot;brush:bash&quot;&gt;		0 - Server Auth
		1 - Client Auth
		2 - Code Signing
		3 - Email Protection
		4 - Timestamp
		5 - OCSP Responder
		6 - Step-up
		Other to finish
&lt;/pre&gt;
&lt;p&gt;The import options are 1 and 3, as we are going to use the same mechanism as we would use to sign email.  The private and public keys are held in the NSS database.  OK,  we finally have a useful certificate and key pair that we can use to sign a document.  To Sign auth_token.json run:&lt;/p&gt;
&lt;pre class=&quot;brush:bash&quot;&gt;cmsutil -S -d alias -N ayoung -i signme.txt -o signed.p7s
&lt;/pre&gt;
&lt;p&gt;The signed message is put into signed.p7s.  The file extension alludes to the PKCS 7 standard that CMS grew out of.&lt;/p&gt;</content>
		<author>
			<name>Adam Young</name>
			<uri>http://adam.younglogic.com</uri>
		</author>
		<source>
			<title type="html">Adam Young's Web Log</title>
			<subtitle type="html">The Notebook of a Programmer Climber Musician Ex-Soldier</subtitle>
			<link rel="self" href="http://adam.younglogic.com/feed/"/>
			<id>http://adam.younglogic.com</id>
		</source>
	</entry>

	<entry>
		<title type="html" xml:lang="en">Forcing Google to show a mobile OAuth approval page</title>
		<link href="http://debarshiray.wordpress.com/2012/05/16/google-mobile-auth-page/"/>
		<id>http://debarshiray.wordpress.com/?p=209</id>
		<updated>2012-05-16T12:08:00+00:00</updated>
		<content type="html" xml:lang="en">
			&lt;img src=&quot;http://rishi.fedorapeople.org/rishi-hackergotchi.png&quot;  alt=&quot;&quot; style=&quot;float: right;&quot;&gt;
 &lt;p&gt;&lt;em&gt;I did not find this mentioned anywhere on the Internet. Hopefully someone might find this helpful.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;https://bugzilla.gnome.org/659435&quot; title=&quot;new google authentication page doesn't fit in the g-o-a dialog&quot;&gt;This stupid bug&lt;/a&gt; had me confused for the last couple of months. It turns out that the Google-specific &lt;a href=&quot;https://developers.google.com/accounts/docs/OAuth_ref#GetAuth&quot; title=&quot;Google Accounts Authentication and Authorization&quot;&gt;btmpl parameter&lt;/a&gt; does not work as documented. Neither do they recognize the &lt;a href=&quot;http://en.wikipedia.org/wiki/Nokia_N9&quot;&gt;Nokia N9′s&lt;/a&gt; user-agent as a mobile phone browser.&lt;/p&gt;
&lt;p&gt;Not unsurprisingly, Android phones work, and so does the iPhone.&lt;/p&gt;
&lt;p&gt;Here are the relevant user-agents, in case someone out there needs them.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Nokia N9: Mozilla/5.0 (MeeGo; NokiaN9) AppleWebKit/534.13 (KHTML, like Gecko) NokiaBrowser/8.5.0 Mobile Safari/534.13&lt;/li&gt;
&lt;/ul&gt;
&lt;ul&gt;
&lt;li&gt;HTC Wildfire: Mozilla/5.0 (Linux; U; Android 2.2.1; en-us; HTC Wildfire Build/FRG83D) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1&lt;/li&gt;
&lt;/ul&gt;
&lt;ul&gt;
&lt;li&gt;iPhone 4S: Mozilla/5.0 (iPhone; CPU iPhone OS 5_1_1 like Mac OS X) AppleWebKit/534.46 (KHTML, like Gecko) Version/5.1 Mobile/9B206 Safari/7534.48.3&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;a href=&quot;http://debarshiray.files.wordpress.com/2012/05/google-mobile-auth-page.jpg&quot;&gt;&lt;img src=&quot;http://debarshiray.files.wordpress.com/2012/05/google-mobile-auth-page.jpg?w=700&quot; alt=&quot;Screenshot&quot; class=&quot;alignnone size-full wp-image-210&quot; title=&quot;Google's mobile authentication page&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;It appears as if they are grepping for the names of well-known mobile platforms instead of just looking for “Mobile”. I am surprised because Google does not seem to have an Android branded or iPhone branded page as some people (like Facebook) have.&lt;/p&gt;
&lt;br /&gt;  &lt;a href=&quot;http://feeds.wordpress.com/1.0/gocomments/debarshiray.wordpress.com/209/&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;http://feeds.wordpress.com/1.0/comments/debarshiray.wordpress.com/209/&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.wordpress.com/1.0/godelicious/debarshiray.wordpress.com/209/&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;http://feeds.wordpress.com/1.0/delicious/debarshiray.wordpress.com/209/&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.wordpress.com/1.0/gofacebook/debarshiray.wordpress.com/209/&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;http://feeds.wordpress.com/1.0/facebook/debarshiray.wordpress.com/209/&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.wordpress.com/1.0/gotwitter/debarshiray.wordpress.com/209/&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;http://feeds.wordpress.com/1.0/twitter/debarshiray.wordpress.com/209/&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.wordpress.com/1.0/gostumble/debarshiray.wordpress.com/209/&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;http://feeds.wordpress.com/1.0/stumble/debarshiray.wordpress.com/209/&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.wordpress.com/1.0/godigg/debarshiray.wordpress.com/209/&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;http://feeds.wordpress.com/1.0/digg/debarshiray.wordpress.com/209/&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.wordpress.com/1.0/goreddit/debarshiray.wordpress.com/209/&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;http://feeds.wordpress.com/1.0/reddit/debarshiray.wordpress.com/209/&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;img src=&quot;http://stats.wordpress.com/b.gif?host=debarshiray.wordpress.com&amp;amp;blog=328682&amp;amp;post=209&amp;amp;subd=debarshiray&amp;amp;ref=&amp;amp;feed=1&quot; alt=&quot;&quot; height=&quot;1&quot; border=&quot;0&quot; width=&quot;1&quot; /&gt;</content>
		<author>
			<name>Debarshi Ray</name>
			<uri>http://debarshiray.wordpress.com</uri>
		</author>
		<source>
			<title type="html">Debarshi's den</title>
			<subtitle type="html">Hacker, aspiring runner, but basically a looser</subtitle>
			<link rel="self" href="http://debarshiray.wordpress.com/feed/"/>
			<id>http://debarshiray.wordpress.com</id>
		</source>
	</entry>

	<entry>
		<title type="html" xml:lang="en">Fedora Reloaded Podcast: May 11, 2012</title>
		<link href="http://www.atmayogi.com/node/5088"/>
		<id>http://www.atmayogi.com/5088 at http://www.atmayogi.com</id>
		<updated>2012-05-16T11:38:58+00:00</updated>
		<content type="html">
			&lt;img src=&quot;http://www.atmayogi.com/files/sitapati_4.jpg&quot;  alt=&quot;&quot; style=&quot;float: right;&quot;&gt;
 &lt;p&gt;&lt;em&gt;Updated: Fixed the links to this week's podcast&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://fedora.my/&quot;&gt;&lt;img src=&quot;http://fedora.my/aggregator/events/fudconkl2012/docs/banner800x100.png&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;This week we talk about the upcoming Malaysia FUDCon - the Fedora Users and Developers Conference, and the experimental Docs Hack that we'll be doing there.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Fedora Reloaded May 11, 2012 &lt;a href=&quot;https://s3-ap-southeast-1.amazonaws.com/sng-fedora-reloaded-podcast/fedora-reloaded-12-05-11.ogg&quot;&gt;&quot;I love the freedom&quot; Ogg Vorbis edition&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Fedora Reloaded May 11, 2012 &lt;a href=&quot;https://s3-ap-southeast-1.amazonaws.com/sng-fedora-reloaded-podcast/fedora-reloaded-12-05-11.mp3&quot;&gt;&quot;Give me convenience or give me death&quot; mp3 edition&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;a href=&quot;http://feeds.feedburner.com/FedoraReloadedPodcast&quot; type=&quot;application/rss+xml&quot; rel=&quot;alternate&quot; title=&quot;Subscribe to my feed&quot;&gt;&lt;img src=&quot;http://www.feedburner.com/fb/images/pub/feed-icon32x32.png&quot; alt=&quot;&quot; style=&quot;border: 0;&quot; /&gt;&lt;/a&gt;&lt;a href=&quot;http://feeds.feedburner.com/FedoraReloadedPodcast&quot; type=&quot;application/rss+xml&quot; rel=&quot;alternate&quot; title=&quot;Subscribe to my feed&quot;&gt;Subscribe to the podcast feed&lt;/a&gt;&lt;/p&gt;</content>
		<author>
			<name>sitapati</name>
			<uri>http://www.atmayogi.com/taxonomy/term/11/0</uri>
		</author>
		<source>
			<title type="html">atma yogi - Fedora</title>
			<subtitle type="html">Content to syndicate to Fedora People</subtitle>
			<link rel="self" href="http://www.atmayogi.com/taxonomy/term/11/0/feed"/>
			<id>http://www.atmayogi.com/taxonomy/term/11/0</id>
		</source>
	</entry>

	<entry>
		<title type="html">Making P2 working with RPM - last milestone</title>
		<link href="http://eclipseandlinux.blogspot.com/2012/05/making-p2-working-with-rpm-last.html"/>
		<id>tag:blogger.com,1999:blog-3356090267744964460.post-6106153779517729209</id>
		<updated>2012-05-16T10:30:00+00:00</updated>
		<content type="html">
			&lt;img src=&quot;http://planet.fedoraproject.org/images/heads/default.png&quot;  alt=&quot;&quot; style=&quot;float: right;&quot;&gt;
 Maybe you remember my last post about making P2 and RPM &lt;a href=&quot;http://eclipseandlinux.blogspot.com/2012/02/making-p2-working-with-rpm-milestone-i.html&quot; target=&quot;_blank&quot;&gt;working robustly together&lt;/a&gt;. Having the Eclipse Platform M7 packaged in Fedora, and Fedora frozen, I have finally found time to look at that work again.&lt;br /&gt;&lt;br /&gt;So, first of all, I was surprised how poor programmer was the past me. Then I have fixed a couple of hardcoded paths, got the solution working again, and even managed to prepare and install my first RPM-wrapped feature into the modified version of Eclipse without breaking the ownership of files.&lt;br /&gt;&lt;br /&gt;Ownership of files is a pretty important aspect of Fedora security mechanism - a file installed by RPM into /usr should not be changed because otherwise the verification of system will fail - the system will be believed to be compromised.  P2 changes many files in Eclipse installation if it only is allowed to do so.&lt;br /&gt;&lt;br /&gt;After the installation - Eclipse successfully started with my new RPM feature installed. But then I have discovered a hole in my logic. And then my logic appeared to be like a cheese:&lt;br /&gt;&lt;br /&gt;&lt;div style=&quot;clear: both; text-align: center;&quot; class=&quot;separator&quot;&gt;&lt;a style=&quot;margin-left: 1em; margin-right: 1em;&quot; href=&quot;http://www.trans.info/images/news/140/ser1.jpg&quot;&gt;&lt;img src=&quot;http://www.trans.info/images/news/140/ser1.jpg&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;I totally forgot about the fact that once I generate a profile from an assembled installation, P2 will start working as usual, and I will not be able to uninstall anything. I'm not sure if you know it, but P2 is an API to control the bundles.info file, which is&lt;br /&gt;&lt;br /&gt;&lt;div style=&quot;clear: both; text-align: center;&quot; class=&quot;separator&quot;&gt;&lt;a style=&quot;margin-left: 1em; margin-right: 1em;&quot; href=&quot;http://1.bp.blogspot.com/-hyQJUmmywlU/T7N69_8PyqI/AAAAAAAADss/X2cjfmvtmKw/s1600/images.jpg&quot;&gt;&lt;img src=&quot;http://1.bp.blogspot.com/-hyQJUmmywlU/T7N69_8PyqI/AAAAAAAADss/X2cjfmvtmKw/s320/images.jpg&quot; height=&quot;109&quot; border=&quot;0&quot; width=&quot;320&quot; /&gt;&lt;/a&gt; only. &lt;/div&gt;&lt;br /&gt;P2 does not care if your bundles.info got changed. It will overwrite it.&lt;br /&gt;&lt;br /&gt;My attempts to solve that problem made the scope of changes growing very fast. I even created &lt;a href=&quot;http://wiki.eclipse.org/P2RPM&quot; target=&quot;_blank&quot;&gt;wiki page&lt;/a&gt; and put there some things that need to be taken into account.&lt;br /&gt;&lt;br /&gt;I'm sorry folks, especially for those haunted by issues similar to:&lt;br /&gt;&lt;div style=&quot;clear: both; text-align: center;&quot; class=&quot;separator&quot;&gt;&lt;a href=&quot;https://bugzilla.redhat.com/show_bug.cgi?id=821171&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;https://bugzilla.redhat.com/attachment.cgi?id=584059&quot; height=&quot;348&quot; border=&quot;0&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;You will not get a revamped version of P2. I do not think it is possible and I'm officially &lt;a href=&quot;http://www.ebaumsworld.com/games/play/1141&quot; target=&quot;_blank&quot;&gt;tossing&lt;/a&gt; this idea. You have to be patient - there is no instant cure for those issues. Eclipse Shared Installation works poorly out of the box (see bug &lt;a href=&quot;https://bugs.eclipse.org/bugs/show_bug.cgi?id=358471&quot; target=&quot;_blank&quot;&gt;358471&lt;/a&gt;), and things get even worse if you take into account additional restrictions that Fedora puts on P2.&lt;br /&gt;&lt;br /&gt;In the meantime - what do you think about &lt;a href=&quot;https://bugs.eclipse.org/bugs/show_bug.cgi?id=379102&quot; target=&quot;_blank&quot;&gt;preventing Eclipse from being run by root&lt;/a&gt; by accident?  It is terribly easy to do that on Linux, but then all your dropins stuff goes into master profile and you cannot revert that.&lt;div class=&quot;blogger-post-footer&quot;&gt;&lt;img src=&quot;https://blogger.googleusercontent.com/tracker/3356090267744964460-6106153779517729209?l=eclipseandlinux.blogspot.com&quot; alt=&quot;&quot; height=&quot;1&quot; width=&quot;1&quot; /&gt;&lt;/div&gt;</content>
		<author>
			<name>Christopher Daniel</name>
			<email>noreply@blogger.com</email>
			<uri>http://eclipseandlinux.blogspot.com/search/label/fedora</uri>
		</author>
		<source>
			<title type="html">Chris Daniel</title>
			<link rel="self" href="http://eclipseandlinux.blogspot.com/feeds/posts/default/-/fedora/?alt=rss"/>
			<id>tag:blogger.com,1999:blog-3356090267744964460</id>
		</source>
	</entry>

	<entry>
		<title type="html" xml:lang="en">Kermit: new videos documentation</title>
		<link href="http://blog.mornati.net/2012/05/16/kermit-new-videos-documentation/"/>
		<id>http://blog.mornati.net/?p=459</id>
		<updated>2012-05-16T10:00:47+00:00</updated>
		<content type="html" xml:lang="en">
			&lt;img src=&quot;http://planet.fedoraproject.org/images/heads/default.png&quot;  alt=&quot;&quot; style=&quot;float: right;&quot;&gt;
 &lt;p&gt;With &lt;a href=&quot;https://twitter.com/#!/LouisCoilliot&quot;&gt;@LouisCoilliot&lt;/a&gt; we are preparing some new videos that will be used to explain kermit’s main functionalities; basically will be a doc extension. Naturally you could find all the videos on the &lt;a href=&quot;http://www.kermit.fr&quot;&gt;KermIT&lt;/a&gt; website (we are actually preparing the new version).&lt;/p&gt;
&lt;p&gt;KermIT: execute basic operations&lt;/p&gt;
&lt;p&gt;&amp;lt;iframe frameborder=&quot;0&quot; height=&quot;315&quot; src=&quot;http://www.youtube.com/embed/7oAZXu19sXU&quot; width=&quot;560&quot;&amp;gt;&amp;lt;/iframe&amp;gt;&lt;/p&gt;
&lt;p&gt;KermIT: Post installation steps&lt;/p&gt;
&lt;p&gt;&amp;lt;iframe frameborder=&quot;0&quot; height=&quot;315&quot; src=&quot;http://www.youtube.com/embed/iQSusdhWgLE&quot; width=&quot;560&quot;&amp;gt;&amp;lt;/iframe&amp;gt;&lt;/p&gt;
&lt;p&gt;KermIT: Server details&lt;/p&gt;
&lt;p&gt;&amp;lt;iframe frameborder=&quot;0&quot; height=&quot;315&quot; src=&quot;http://www.youtube.com/embed/-yHL6wVdCck&quot; width=&quot;560&quot;&amp;gt;&amp;lt;/iframe&amp;gt;&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;Stay tuned for many others KermIT news!!&lt;/p&gt;</content>
		<author>
			<name>mmornati</name>
			<uri>http://blog.mornati.net</uri>
		</author>
		<source>
			<title type="html">Simply Me</title>
			<subtitle type="html">I've made mistakes, I'm just a man.</subtitle>
			<link rel="self" href="http://blog.mornati.net/feed/"/>
			<id>http://blog.mornati.net</id>
		</source>
	</entry>

	<entry>
		<title type="html">Fedora 15 kernel plans</title>
		<link href="http://jwboyer.livejournal.com/43210.html"/>
		<id>http://jwboyer.livejournal.com/43210.html</id>
		<updated>2012-05-16T01:23:54+00:00</updated>
		<content type="html">
			&lt;img src=&quot;http://planet.fedoraproject.org/images/heads/default.png&quot;  alt=&quot;&quot; style=&quot;float: right;&quot;&gt;
 The F15 release has been an oddity and somewhat of a headache from a kernel perspective.  We've stuck with the strange 2.6.4x naming scheme to prevent userspace from breaking on the 3.0 scheme, and for the past 5 months it seems that almost nobody is testing things from updates-testing.  It's as if nobody is using F15 at all.  That does mean a fairly low number of new bugs reported, but it still has maintenance burden for us and we get concerned when updates sit around for weeks without getting to stable.  Maybe we worry too much.  Anyway...&lt;br /&gt;&lt;br /&gt;With F17 rapidly approaching release, we briefly discussed the plan for the final month of F15.  Looking at the usage rate, the upstream kernel status, and the overall timeframe before F15 EOL, we decided that we'll stick with the 3.3.y kernel series for the remainder of its lifetime.  There should be one or two more 3.3.y releases upstream as the 3.5 merge window opens and we'll pick up a number of fixes that way.  I'll be on F15 duty for the final month and will be backporting any important fixes that aren't picked up by the upstream stable series.&lt;br /&gt;&lt;br /&gt;This will break commonality with F16 and F17 in base kernel version.  That commonality has served us very well throughout the F15 lifetime, but rebasing it to 3.4 is of limited value at this point.  I would be surprised if a 3.4 rebase even got to the F15 stable updates repo before it went EOL to be honest.  Fortunately, we can stick with the 3.3.y series without having to worry about it drying up or going unsupported upstream for long durations of time.&lt;br /&gt;&lt;br /&gt;So there you have it.  F15, in my opinion, was a decent release overall and I used it for quite a while.  I believe F16 was better and F17 improves on that yet again, but that should be the norm for releases in Fedora.  For those of you still on F15, you might want to look at upgrading soon.  If you don't, at least throw some bodhi karma our way so we can put F15 out to pasture gently.</content>
		<author>
			<name>Josh Boyer</name>
			<uri>http://jwboyer.livejournal.com/</uri>
		</author>
		<source>
			<title type="html">pointless pontifications of a back seat driver</title>
			<subtitle type="html">pointless pontifications of a back seat driver - LiveJournal.com</subtitle>
			<link rel="self" href="http://jwboyer.livejournal.com/data/rss?tag=fedora"/>
			<id>http://jwboyer.livejournal.com/</id>
		</source>
	</entry>

	<entry>
		<title type="html">¡Liberen a Islandia!</title>
		<link href="http://todolevfedorahelp.blogspot.com/2012/05/liberen-islandia.html"/>
		<id>tag:blogger.com,1999:blog-624465328396757457.post-760642617813635839</id>
		<updated>2012-05-15T21:27:00+00:00</updated>
		<content type="html">
			&lt;img src=&quot;http://planet.fedoraproject.org/images/heads/default.png&quot;  alt=&quot;&quot; style=&quot;float: right;&quot;&gt;
 &lt;div style=&quot;text-align: justify;&quot;&gt;En Islandia  han decidido pasar todas sus  administraciones públicas al software libre, dejando atrás así el software privatdo.Tryggvi Björgvinsson, líder del proyecto, afirmó que quieren así sentar  una sólida base que sirva de ejemplo a otras instituciones.  Así,  ya cinco de las treinta y dos escuelas públicas “funcionan”  completamente con software libre. &lt;/div&gt;&lt;div class=&quot;blogger-post-footer&quot;&gt;&lt;img src=&quot;https://blogger.googleusercontent.com/tracker/624465328396757457-760642617813635839?l=todolevfedorahelp.blogspot.com&quot; alt=&quot;&quot; height=&quot;1&quot; width=&quot;1&quot; /&gt;&lt;/div&gt;</content>
		<author>
			<name>Todolev</name>
			<email>noreply@blogger.com</email>
			<uri>http://todolevfedorahelp.blogspot.com/</uri>
		</author>
		<source>
			<title type="html">Tips About Fedora And Linux</title>
			<link rel="self" href="http://todolevfedorahelp.blogspot.com/feeds/posts/default?alt=rss"/>
			<id>tag:blogger.com,1999:blog-624465328396757457</id>
		</source>
	</entry>

	<entry>
		<title type="html">Fedora y su evolución</title>
		<link href="http://todolevfedorahelp.blogspot.com/2012/05/fedora-y-su-evolucion.html"/>
		<id>tag:blogger.com,1999:blog-624465328396757457.post-7419144324216428726</id>
		<updated>2012-05-15T20:56:00+00:00</updated>
		<content type="html">
			&lt;img src=&quot;http://planet.fedoraproject.org/images/heads/default.png&quot;  alt=&quot;&quot; style=&quot;float: right;&quot;&gt;
 &lt;div style=&quot;clear: both; text-align: center;&quot; class=&quot;separator&quot;&gt;&lt;a style=&quot;margin-left: 1em; margin-right: 1em;&quot; href=&quot;http://2.bp.blogspot.com/-PVUy5vo3lek/T7LC6uXJoiI/AAAAAAAAAJw/o7y6R8VChLY/s1600/fedora+line+time.png&quot;&gt;&lt;img src=&quot;http://2.bp.blogspot.com/-PVUy5vo3lek/T7LC6uXJoiI/AAAAAAAAAJw/o7y6R8VChLY/s640/fedora+line+time.png&quot; height=&quot;392&quot; border=&quot;0&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;blogger-post-footer&quot;&gt;&lt;img src=&quot;https://blogger.googleusercontent.com/tracker/624465328396757457-7419144324216428726?l=todolevfedorahelp.blogspot.com&quot; alt=&quot;&quot; height=&quot;1&quot; width=&quot;1&quot; /&gt;&lt;/div&gt;</content>
		<author>
			<name>Todolev</name>
			<email>noreply@blogger.com</email>
			<uri>http://todolevfedorahelp.blogspot.com/</uri>
		</author>
		<source>
			<title type="html">Tips About Fedora And Linux</title>
			<link rel="self" href="http://todolevfedorahelp.blogspot.com/feeds/posts/default?alt=rss"/>
			<id>tag:blogger.com,1999:blog-624465328396757457</id>
		</source>
	</entry>

	<entry>
		<title type="html">Como los niños entenderían ¿Qué es Software Libre?</title>
		<link href="http://todolevfedorahelp.blogspot.com/2012/05/como-los-ninos-entenderian-que-es.html"/>
		<id>tag:blogger.com,1999:blog-624465328396757457.post-6077553392156624116</id>
		<updated>2012-05-15T20:44:00+00:00</updated>
		<content type="html">
			&lt;img src=&quot;http://planet.fedoraproject.org/images/heads/default.png&quot;  alt=&quot;&quot; style=&quot;float: right;&quot;&gt;
 &lt;div style=&quot;clear: both; text-align: center;&quot; class=&quot;separator&quot;&gt;&lt;br /&gt;&amp;lt;object class=&quot;BLOGGER-youtube-video&quot; classid=&quot;clsid:D27CDB6E-AE6D-11cf-96B8-444553540000&quot; codebase=&quot;http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0&quot; data-thumbnail-src=&quot;http://3.gvt0.com/vi/FvLJ2JotttM/0.jpg&quot; height=&quot;266&quot; width=&quot;320&quot;&amp;gt;&amp;lt;param name=&quot;movie&quot; value=&quot;http://www.youtube.com/v/FvLJ2JotttM&amp;amp;amp;fs=1&amp;amp;amp;source=uds&quot;/&amp;gt;&amp;lt;param name=&quot;bgcolor&quot; value=&quot;#FFFFFF&quot;/&amp;gt;&amp;lt;embed height=&quot;266&quot; src=&quot;http://www.youtube.com/v/FvLJ2JotttM&amp;amp;amp;fs=1&amp;amp;amp;source=uds&quot; type=&quot;application/x-shockwave-flash&quot; width=&quot;320&quot;&amp;gt;&amp;lt;/embed&amp;gt;&amp;lt;/object&amp;gt;&lt;/div&gt;&lt;div class=&quot;blogger-post-footer&quot;&gt;&lt;img src=&quot;https://blogger.googleusercontent.com/tracker/624465328396757457-6077553392156624116?l=todolevfedorahelp.blogspot.com&quot; alt=&quot;&quot; height=&quot;1&quot; width=&quot;1&quot; /&gt;&lt;/div&gt;</content>
		<author>
			<name>Todolev</name>
			<email>noreply@blogger.com</email>
			<uri>http://todolevfedorahelp.blogspot.com/</uri>
		</author>
		<source>
			<title type="html">Tips About Fedora And Linux</title>
			<link rel="self" href="http://todolevfedorahelp.blogspot.com/feeds/posts/default?alt=rss"/>
			<id>tag:blogger.com,1999:blog-624465328396757457</id>
		</source>
	</entry>

	<entry>
		<title type="html" xml:lang="en">OCaml Users and Developers conference 2012</title>
		<link href="http://rwmj.wordpress.com/2012/05/15/ocaml-users-and-developers-conference-2012/"/>
		<id>http://rwmj.wordpress.com/?p=3964</id>
		<updated>2012-05-15T19:43:25+00:00</updated>
		<content type="html" xml:lang="en">
			&lt;img src=&quot;http://planet.fedoraproject.org/images/heads/default.png&quot;  alt=&quot;&quot; style=&quot;float: right;&quot;&gt;
 &lt;p&gt;The &lt;a href=&quot;http://oud.ocaml.org/2012/&quot;&gt;OCaml Users and Developers Conference&lt;/a&gt; (14th September 2012, Copenhagen) is looking for speakers!&lt;/p&gt;
&lt;p&gt;I’m intending to submit a talk on using OCaml for code generation in &lt;a href=&quot;http://libguestfs.org&quot;&gt;libguestfs&lt;/a&gt;.&lt;/p&gt;
&lt;br /&gt;  &lt;a href=&quot;http://feeds.wordpress.com/1.0/gocomments/rwmj.wordpress.com/3964/&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;http://feeds.wordpress.com/1.0/comments/rwmj.wordpress.com/3964/&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.wordpress.com/1.0/godelicious/rwmj.wordpress.com/3964/&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;http://feeds.wordpress.com/1.0/delicious/rwmj.wordpress.com/3964/&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.wordpress.com/1.0/gofacebook/rwmj.wordpress.com/3964/&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;http://feeds.wordpress.com/1.0/facebook/rwmj.wordpress.com/3964/&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.wordpress.com/1.0/gotwitter/rwmj.wordpress.com/3964/&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;http://feeds.wordpress.com/1.0/twitter/rwmj.wordpress.com/3964/&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.wordpress.com/1.0/gostumble/rwmj.wordpress.com/3964/&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;http://feeds.wordpress.com/1.0/stumble/rwmj.wordpress.com/3964/&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.wordpress.com/1.0/godigg/rwmj.wordpress.com/3964/&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;http://feeds.wordpress.com/1.0/digg/rwmj.wordpress.com/3964/&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.wordpress.com/1.0/goreddit/rwmj.wordpress.com/3964/&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;http://feeds.wordpress.com/1.0/reddit/rwmj.wordpress.com/3964/&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;img src=&quot;http://stats.wordpress.com/b.gif?host=rwmj.wordpress.com&amp;amp;blog=6840703&amp;amp;post=3964&amp;amp;subd=rwmj&amp;amp;ref=&amp;amp;feed=1&quot; alt=&quot;&quot; height=&quot;1&quot; border=&quot;0&quot; width=&quot;1&quot; /&gt;</content>
		<author>
			<name>rich</name>
			<uri>http://rwmj.wordpress.com</uri>
		</author>
		<source>
			<title type="html">Richard WM Jones</title>
			<subtitle type="html">Virtualization, tools and tips</subtitle>
			<link rel="self" href="http://rwmj.wordpress.com/feed/"/>
			<id>http://rwmj.wordpress.com</id>
		</source>
	</entry>

	<entry>
		<title type="html" xml:lang="en">Going to Fudcon KualaLumpur 2012</title>
		<link href="http://soumya.dgplug.org/?p=74"/>
		<id>http://soumya.dgplug.org/?p=74</id>
		<updated>2012-05-15T17:21:28+00:00</updated>
		<content type="html" xml:lang="en">
			&lt;img src=&quot;http://soumya.fedorapeople.org/head.png&quot;  alt=&quot;&quot; style=&quot;float: right;&quot;&gt;
 &lt;p&gt;Lots of back packing + back to blogging&lt;/p&gt;
&lt;p&gt;Two sessions there + ongoing slides for that … and yes I am going to #fudconkl2012 .&lt;/p&gt;
&lt;p&gt;See you all there &lt;img src=&quot;http://soumya.dgplug.org/wp-includes/images/smilies/icon_smile.gif&quot; alt=&quot;:)&quot; class=&quot;wp-smiley&quot; /&gt; &lt;a href=&quot;http://fedora.my/events/fudconkl2012&quot;&gt;&lt;img src=&quot;http://fedora.my/events/fudconkl2012/docs/going-to-fudconkl.png&quot; alt=&quot;Fudcon&quot; height=&quot;406&quot; class=&quot;alignnone&quot; width=&quot;300&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;</content>
		<author>
			<name>Chakraborty SoumyaKanti</name>
			<uri>http://soumya.dgplug.org</uri>
		</author>
		<source>
			<title type="html">On the track » Fedora</title>
			<subtitle type="html">Soumya talks here</subtitle>
			<link rel="self" href="http://soumya.dgplug.org/?cat=7&amp;feed=rss2"/>
			<id>http://soumya.dgplug.org</id>
		</source>
	</entry>

	<entry>
		<title type="html">Less than 56 Hours to FUDCon Kuala Lumpur 2012</title>
		<link href="http://fedora.my/blog/less-than-56-hours-to-fudcon-kuala-lumpur-2012"/>
		<id>http://fedora.my/blog/less-than-56-hours-to-fudcon-kuala-lumpur-2012</id>
		<updated>2012-05-15T16:55:27+00:00</updated>
		<content type="html">
			&lt;img src=&quot;http://planet.fedoraproject.org/images/heads/default.png&quot;  alt=&quot;&quot; style=&quot;float: right;&quot;&gt;
 &lt;p&gt;Our swags and T-Shirt arrived today. With just less than 56 hours left to FUDCon Kuala Lumpur, we are starting to feel the heat.&lt;/p&gt;
&lt;p&gt;We have sent out our guidebook yesterday to registered attendees (which reached 460 registrants today). For those how just registered and did not receive it, &lt;a href=&quot;http://fedora.my/blog/events/fudconkl2012/docs/FUDConKL2012_Guidebook.pdf/at_download/file&quot; class=&quot;external-link&quot;&gt;download it by clicking this link.&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Swag pics:&lt;/p&gt;
&lt;p style=&quot;&quot;&gt;&lt;img src=&quot;http://fedora.my/blog/blog-resources/lanyard.jpg/@@images/image/small&quot; class=&quot;image-inline&quot; /&gt;&lt;/p&gt;
&lt;p style=&quot;&quot;&gt;lanyards(300units)&lt;/p&gt;
&lt;p style=&quot;&quot;&gt;&lt;img src=&quot;http://fedora.my/blog/blog-resources/copy_of_buttons.jpg/@@images/image/small&quot; class=&quot;image-inline&quot; /&gt;&lt;/p&gt;
&lt;p style=&quot;&quot;&gt;buttons (500units)&lt;/p&gt;
&lt;p style=&quot;&quot;&gt;&lt;img src=&quot;http://fedora.my/blog/blog-resources/sticker.jpg/@@images/image/small&quot; class=&quot;image-inline&quot; /&gt;&lt;/p&gt;
&lt;p style=&quot;&quot;&gt;stickers (350units)&lt;/p&gt;
&lt;p style=&quot;&quot;&gt;No T-shirt (170units) picture? .. well .. its in a huge thick plastic wrap and I do not want to open it yet as it'll be difficult to store afterwards.&lt;/p&gt;
&lt;p style=&quot;&quot;&gt;Remember that swags are limited and are given by early register early &amp;amp; early arrive basis. The early 50 registrants on the website (excluding crew &amp;amp; volunteers) we will hold on to your swags for until 9:30AM, if you did not turn up by then, we'll give it away to those who arrived early.&lt;/p&gt;
&lt;p style=&quot;&quot;&gt;We plan to open the registration booth on 8:30AM Friday.&lt;/p&gt;
&lt;p style=&quot;&quot;&gt;See you on Friday!&lt;/p&gt;
&lt;p style=&quot;&quot;&gt;- Izhar -&lt;/p&gt;</content>
		<author>
			<name>Izhar Firdaus</name>
			<uri>http://fedora.my</uri>
		</author>
		<source>
			<title type="html">Fedora Malaysia News Blog</title>
			<link rel="self" href="http://fedora.my/blog/aggregator/RSS"/>
			<id>http://fedora.my</id>
		</source>
	</entry>

	<entry>
		<title type="html" xml:lang="en">Back Door Async Replication</title>
		<link href="http://hekafs.org/index.php/2012/05/back-door-async-replication/"/>
		<id>http://hekafs.org/?p=318</id>
		<updated>2012-05-15T15:15:41+00:00</updated>
		<content type="html" xml:lang="en">
			&lt;img src=&quot;http://planet.fedoraproject.org/images/heads/default.png&quot;  alt=&quot;&quot; style=&quot;float: right;&quot;&gt;
 &lt;p&gt;My standing search for “glusterfs” on Twitter got me into an interesting discussion with Dr. Shawn Tan about an &lt;a href=&quot;http://blog.aeste.my/2012/05/15/glusterfs-3-2-updates/&quot;&gt;interesting GlusterFS configuration&lt;/a&gt; for several workstations.  At first my reaction was panic, because I could see potential for data loss in that configuration, but “you’re using it wrong” is rarely a productive response from a developer.  Dr. Tan’s use case is actually quite valid.  It just happens to be one that GlusterFS doesn’t deal with very well right now, so instead of spending my time feeling superior I spent it thinking about what we could do differently instead.  The basic parameters here are:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Provide shared access to data across several workstations in a cluster.&lt;/li&gt;
&lt;li&gt;Use replication to ensure that data can survive a workstation failure.&lt;/li&gt;
&lt;li&gt;Maximize the percentage of reads that are local.&lt;/li&gt;
&lt;li&gt;Maximize the percentage of writes that are local.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;The first two points are pretty clearly good reasons to use GlusterFS or something like it.  It’s the third and particularly fourth points where this configuration runs into trouble.  Caching data for reads is fine, as long as you understand your consistency needs and don’t give up more consistency than your applications or users can really tolerate.  Caching (actually buffering) writes is much more dangerous.  If your goal is to ensure that data can survive a workstation failure, then writing it only on the workstation and leaving it there forever is simply a non-starter.  However, writing it &lt;b&gt;initially&lt;/b&gt; on the workstation and writing it asynchronously to another machine might shrink the window of vulnerability to an acceptable level.  GlusterFS’s “geosync” won’t do many-to-one replication, which would be very space-inefficient anyway, so how else might we get something like the same effect?&lt;/p&gt;
&lt;p&gt;One part of the solution would be something like the “NUFA” (Non Uniform File Access) feature that GlusterFS used to have, but which has been deprecated since “DHT” replaced “unify” before I was even seriously involved with the project.  The idea behind NUFA was to create files locally whenever possible, and write to those local files instead of via the “normal” kind of distribution.  That sounds ideal except that as soon as you add replication you’re writing remotely again, so NUFA’s not doing anything for you . . . or is it?  It’s making sure &lt;b&gt;one&lt;/b&gt; copy of the file is local.  What if we could make that the &lt;b&gt;only&lt;/b&gt; copy initially, so that we only do local writes in the main I/O path, but with some control over how long it takes before that data does get replicated somewhere else?  That’s where my &lt;a href=&quot;https://github.com/jdarcy/bypass&quot;&gt;bypass translator&lt;/a&gt; comes in.  It’s not production quality yet, but it basically fits the bill of setting up two replicas and then populating only one.  Since it works with the regular AFR translator, you can then use regular self-heal to propagate the changes to another replica.  With self-heal becoming more precise, thanks to lots of hard work by other members of the GlusterFS team, this will soon be a pretty efficient process.  The only thing you lose is strict ordering.  Thus, you might not want to do this for parallel applications that depend on such ordering but it’s probably fine for sharing on the time scale of a person working on one workstation before lunch and a different one after.  Your I/O flow would be something like this:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;User at workstation A creates a new file and writes data into it.  The file is actually created on A and B, but the data is only written into A (with all of the pending flags set so AFR knows that B needs an update).&lt;/li&gt;
&lt;li&gt;Every ten minutes, a job runs that “self-heals” partially written files from A to B, A to C, or in any other case where A shares a replica set with one of the other workstations.&lt;/li&gt;
&lt;li&gt;The same user subsequently sits down at workstation C and reads the same file.  It’s read from A and/or B, which is unfortunate, but that’s a case where we can deploy caching to remove some of the sting.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;If a user gets up and moves &lt;b&gt;immediately&lt;/b&gt; to another workstation, they might see stale data.  If they then start modifying the same files from the new workstation, split-brain problems could result.  Similarly, if a failure happens on A before a new file has been propagated to B, then that file’s actual contents will be unavailable until A (or at least the relevant disk from A) comes back.  These might be absolute show-stoppers for most people.  On the other hand, I could see using something like this myself e.g. between my work machine, my home machine, one or more laptops, and my general-purpose server at Rackspace.  On the third hand, maybe I’ll just wait until I have a chance to work on my personal &lt;a href=&quot;http://pl.atyp.us/wordpress/index.php/2012/04/patch-based-filesystem/&quot;&gt;Patch Based Filesystem&lt;/a&gt; project which would handle this exact use case even better.&lt;/p&gt;
&lt;p&gt;As a further optimization, the system could detect reads and/or existing-file writes at C for files living on A and B, then start pro-actively relocating related files so that one copy is at C.  Ideally, this would mean adding a replica at C (turning two-way replication into three-way) and then deleting the replica at A or B (going back to two-way) so that data protection is maintained throughout.  Unfortunately, current GlusterFS replication doesn’t offer this kind of flexibility to change replication levels on a per-file or temporary basis.  We don’t have the detection of changes to trigger this migration, or the policy to identify related files, so this is all clearly in the future anyway.  However, it’s a direction we could go, step by incremental step, providing at least a little bit of additional value to at least a few users each time.&lt;/p&gt;</content>
		<author>
			<name>Jeff Darcy</name>
			<uri>http://hekafs.org</uri>
		</author>
		<source>
			<title type="html">HekaFS</title>
			<subtitle type="html">Formerly known as CloudFS</subtitle>
			<link rel="self" href="http://hekafs.org/index.php/feed/"/>
			<id>http://hekafs.org</id>
		</source>
	</entry>

	<entry>
		<title type="html" xml:lang="en">Gitolite3</title>
		<link href="http://cecinestpasunefromage.wordpress.com/2012/05/15/gitolite3/"/>
		<id>http://cecinestpasunefromage.wordpress.com/?p=54</id>
		<updated>2012-05-15T14:54:03+00:00</updated>
		<content type="html" xml:lang="en">
			&lt;img src=&quot;http://limb.fedorapeople.org/pipe.png&quot;  alt=&quot;&quot; style=&quot;float: right;&quot;&gt;
 &lt;p&gt;I’ve finished packaging Gitolite 3.01 up, and the review is&lt;a href=&quot;https://bugzilla.redhat.com/show_bug.cgi?id=821838&quot; target=&quot;_blank&quot; title=&quot;gitolite3 review&quot;&gt;here&lt;/a&gt;.  Interested parties have a look!  My personal upgrade went very smoothly.&lt;/p&gt;
&lt;br /&gt;  &lt;a href=&quot;http://feeds.wordpress.com/1.0/gocomments/cecinestpasunefromage.wordpress.com/54/&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;http://feeds.wordpress.com/1.0/comments/cecinestpasunefromage.wordpress.com/54/&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.wordpress.com/1.0/godelicious/cecinestpasunefromage.wordpress.com/54/&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;http://feeds.wordpress.com/1.0/delicious/cecinestpasunefromage.wordpress.com/54/&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.wordpress.com/1.0/gofacebook/cecinestpasunefromage.wordpress.com/54/&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;http://feeds.wordpress.com/1.0/facebook/cecinestpasunefromage.wordpress.com/54/&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.wordpress.com/1.0/gotwitter/cecinestpasunefromage.wordpress.com/54/&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;http://feeds.wordpress.com/1.0/twitter/cecinestpasunefromage.wordpress.com/54/&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.wordpress.com/1.0/gostumble/cecinestpasunefromage.wordpress.com/54/&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;http://feeds.wordpress.com/1.0/stumble/cecinestpasunefromage.wordpress.com/54/&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.wordpress.com/1.0/godigg/cecinestpasunefromage.wordpress.com/54/&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;http://feeds.wordpress.com/1.0/digg/cecinestpasunefromage.wordpress.com/54/&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.wordpress.com/1.0/goreddit/cecinestpasunefromage.wordpress.com/54/&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;http://feeds.wordpress.com/1.0/reddit/cecinestpasunefromage.wordpress.com/54/&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;img src=&quot;http://stats.wordpress.com/b.gif?host=cecinestpasunefromage.wordpress.com&amp;amp;blog=34472042&amp;amp;post=54&amp;amp;subd=cecinestpasunefromage&amp;amp;ref=&amp;amp;feed=1&quot; alt=&quot;&quot; height=&quot;1&quot; border=&quot;0&quot; width=&quot;1&quot; /&gt;</content>
		<author>
			<name>limburgher</name>
			<uri>http://cecinestpasunefromage.wordpress.com</uri>
		</author>
		<source>
			<title type="html">Ceci n'est pas une fromage » Fedora</title>
			<subtitle type="html">Whatever comes to mind.</subtitle>
			<link rel="self" href="http://cecinestpasunefromage.wordpress.com/category/fedora/feed/"/>
			<id>http://cecinestpasunefromage.wordpress.com</id>
		</source>
	</entry>

	<entry>
		<title type="html">Instalar Adobe Muse en Linux [HowTo]</title>
		<link href="http://feedproxy.google.com/~r/xenodeblogfedora/~3/Ln20OgPEdOg/instalar-adobe-muse-en-linux-howto.html"/>
		<id>tag:blogger.com,1999:blog-8227124728971566190.post-8151831546151534236</id>
		<updated>2012-05-15T14:23:47+00:00</updated>
		<content type="html">
			&lt;img src=&quot;http://goo.gl/ifozL&quot;  alt=&quot;&quot; style=&quot;float: right;&quot;&gt;
 &lt;p&gt;&lt;a href=&quot;http://feedads.g.doubleclick.net/~a/lBAGgMPScF-hN55apequix680Lk/0/da&quot;&gt;&lt;img src=&quot;http://feedads.g.doubleclick.net/~a/lBAGgMPScF-hN55apequix680Lk/0/di&quot; border=&quot;0&quot; ismap=&quot;true&quot; /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://feedads.g.doubleclick.net/~a/lBAGgMPScF-hN55apequix680Lk/1/da&quot;&gt;&lt;img src=&quot;http://feedads.g.doubleclick.net/~a/lBAGgMPScF-hN55apequix680Lk/1/di&quot; border=&quot;0&quot; ismap=&quot;true&quot; /&gt;&lt;/a&gt;&lt;/p&gt;&lt;div style=&quot;clear: both; text-align: center;&quot; class=&quot;separator&quot;&gt;&lt;/div&gt;&lt;div style=&quot;clear: both; text-align: center;&quot; class=&quot;separator&quot;&gt;&lt;a style=&quot;margin-left: 1em; margin-right: 1em;&quot; href=&quot;http://1.bp.blogspot.com/-GfgFIysYNCk/T7JkgtD9jVI/AAAAAAAACYo/eB2A_QQAxXM/s1600/MuseLinux.jpg&quot;&gt;&lt;img src=&quot;http://1.bp.blogspot.com/-GfgFIysYNCk/T7JkgtD9jVI/AAAAAAAACYo/eB2A_QQAxXM/s320/MuseLinux.jpg&quot; height=&quot;194&quot; border=&quot;0&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;b&gt;&lt;a href=&quot;http://muse.adobe.com/&quot;&gt;Adobe Muse&lt;/a&gt;&lt;/b&gt; es una nueva herramienta de Adobe enfocada al Diseño web. Su finalidad es proveer a los diseñadores de una herramienta que permita la creación de sitios web usando las últimas tecnologías (HTML 5 &amp;amp; Friends) sin necesidad de escribir una sola línea de código. Se trata de algo novedoso puesto que anteriormente el proceso de creación de páginas web era un poco más tedioso: Diseñabas tu plantilla en Photoshop/Gimp y luego tenías que transformarla en código. Con Muse la cosa ya no es así, en un solo programa DISEÑAS y el Código aparece por si solo, no necesitas tocarlo. Es muy fácil de usar (muy a la drag&amp;amp;drop) y bastante útil, sin embargo, (como es de costumbre con los productos Adobe) sólo está disponible para &lt;b&gt;Windows y MacOS&lt;/b&gt;, más no para &lt;b&gt;Linux&lt;/b&gt;. Ésta limitante no importa gracias a &lt;b&gt;Wine&lt;/b&gt;, pues podemos instalarlo en cualquier distro usando ésta famosa utilidad y la versión para Windows del programa, veamos a continuación como:&lt;br /&gt;&lt;br /&gt;&lt;i&gt;NOTA: Las instrucciones a continuación detallan el proceso a seguir para &lt;b&gt;Ubuntu y Fedora&lt;/b&gt;, pero los mismos pasos aplican para cualquier otra distro linux cambiando los comandos utilizados donde aplique.&lt;/i&gt;&lt;br /&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;b&gt;&lt;u&gt;1) Descarga Adobe AIR y Muse&lt;/u&gt;&lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;Necesitaremos ambos para lograr nuestro cometido. Descarga las versiones &lt;b&gt;Windows de 32 Bits&lt;/b&gt; desde los siguientes enlaces:&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;b&gt;AIR: &lt;/b&gt;&lt;a href=&quot;http://get.adobe.com/es/air/otherversions/&quot;&gt;http://get.adobe.com/es/air/otherversions/&lt;/a&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;b&gt;Muse: &lt;/b&gt;&lt;a href=&quot;http://www.adobe.com/cfusion/tdrc/index.cfm?product=muse&amp;amp;loc=en_us&quot;&gt;http://www.adobe.com/cfusion/tdrc/index.cfm?product=muse&amp;amp;loc=en_us&lt;/a&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;b&gt;&lt;u&gt;2) Instala Wine + Winetricks de 32 Bits en tu distro&lt;/u&gt;&lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;Sin importar el hecho de si usas un sistema de &lt;b&gt;32 o 64 bits&lt;/b&gt;, es importante que instales la versión de &lt;b&gt;32 bits de Wine&lt;/b&gt; forzosamente en tu sistema. Mientras que en sistemas de 32 Bits instalar Wine es tan fácil como hacer:&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;background: #ffffff; background: white; border-width: .1em .1em .1em .8em; border: solid gray; color: black; overflow: auto; padding: .2em .6em; width: auto;&quot;&gt;&lt;table&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td&gt;&lt;pre style=&quot;line-height: 125%; margin: 0;&quot;&gt;1&lt;br /&gt;2&lt;/pre&gt;&lt;/td&gt;&lt;td&gt;&lt;pre style=&quot;line-height: 125%; margin: 0;&quot;&gt;sudo apt-&lt;span style=&quot;color: blue;&quot;&gt;get &lt;/span&gt;install wine1.4 (Ubuntu 12.04)&lt;br /&gt;sudo yum -y install wine (Fedora)&lt;br /&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;br /&gt;En versiones de 64 Bits la cosa cambia. Para Fedora checa &lt;b&gt;&lt;a href=&quot;http://xenodesystems.blogspot.mx/2011/07/instalar-wine-de-32-bits-en-fedora-de.html&quot;&gt;éste tuto&lt;/a&gt;&lt;/b&gt; y para Ubuntu instala con el comando de arriba y luego checa &lt;b&gt;&lt;a href=&quot;http://xenodesystems.blogspot.mx/2012/05/apps-de-32-bits-en-wine-de-64-sobre.html&quot;&gt;éste tuto&lt;/a&gt;&lt;/b&gt;. También necesitaremos a &lt;b&gt;Winetricks&lt;/b&gt;. En Ubuntu se instala junto con Wine, Mientras que para fedora tienes que instalarlo como se &lt;b&gt;&lt;a href=&quot;http://xenodesystems.blogspot.mx/2011/09/instalar-winetricks-en-cualquier-distro.html&quot;&gt;explica acá&lt;/a&gt;&lt;/b&gt;.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;&lt;u&gt;3) Componentes extra&lt;/u&gt;&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;Necesitaremos algunos componentes extra para hacer que el programa funcione como debe, para instalarlos hacemos:&lt;br /&gt;&lt;br /&gt;&lt;div style=&quot;background: #ffffff; background: white; border-width: .1em .1em .1em .8em; border: solid gray; color: black; overflow: auto; padding: .2em .6em; width: auto;&quot;&gt;&lt;table&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td&gt;&lt;pre style=&quot;line-height: 125%; margin: 0;&quot;&gt;1&lt;br /&gt;2&lt;br /&gt;3&lt;br /&gt;4&lt;br /&gt;5&lt;/pre&gt;&lt;/td&gt;&lt;td&gt;&lt;pre style=&quot;line-height: 125%; margin: 0;&quot;&gt;sudo apt-&lt;span style=&quot;color: blue;&quot;&gt;get &lt;/span&gt;install cabextract (Ubuntu)&lt;br /&gt;sudo yum -y install cabextract (Fedora)&lt;br /&gt;winetricks mfc42 vcrun2008 dotnet20 &lt;br /&gt;winetricks wininet winhttp pngfilt&lt;br /&gt;winetricks liberation corefonts&lt;br /&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;br /&gt;&lt;b&gt;&lt;u&gt;4) mscorefonts&lt;/u&gt;&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;Otra cosa que ocuparemos será las &lt;b&gt;Fuentes Microsoft&lt;/b&gt;. En Ubuntu se instalan junto con los &lt;b&gt;&lt;a href=&quot;http://marker.to/eueWkR&quot;&gt;restricted extras&lt;/a&gt;&lt;/b&gt; mientras que para Fedora querrás checar &lt;b&gt;&lt;a href=&quot;http://xenodesystems.blogspot.mx/2011/12/instalar-fuentes-microsoft-en-fedora-15.html&quot;&gt;éste tutorial&lt;/a&gt;&lt;/b&gt;.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;&lt;u&gt;5) Instalando!&lt;/u&gt;&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;Ahora sólo da click secundario en el ejecutable de &lt;b&gt;Adobe AIR&lt;/b&gt; y selecciona &lt;b&gt;&quot;Abrir Con&amp;gt;Wine&quot; &lt;/b&gt;Tardará un poco en iniciar. Una vez instalado, haz lo mismo con el ejecutable de &lt;b&gt;Muse&lt;/b&gt;, igual tardará un poco pero a final de cuentas instalará. Asegúrate de marcar &lt;b&gt;&quot;Iniciar Aplicación después de instalar&quot;&lt;/b&gt;. Una vez instalado te pedirá que inicies sesión con un &lt;b&gt;Adobe ID&lt;/b&gt;, si no tienes uno, entonces &lt;b&gt;&lt;a href=&quot;https://www.adobe.com/cfusion/membership/index.cfm?&quot;&gt;créatelo acá&lt;/a&gt;&lt;/b&gt;.&lt;br /&gt;&lt;br /&gt;Éso es todo. Siguiendo éstos pasos podremos instalar &lt;b&gt;Adobe Muse&lt;/b&gt; en nuestro &lt;b&gt;Sistema Linux&lt;/b&gt;... Como verán, se trata de una versión de prueba que requiere una suscripción mensual o anual para dejarla funcionando después de 30 días (dependiendo lo que les agrade más), pero es bastante útil a decir verdad... Recordar también que ésta emulación puede presentar algunas fallas, por lo tanto, no lo usen como herramienta de producción al 100% sobre de Linux, quizá tendrán que diseñar unas cosas en Muse y luego hacer &lt;i&gt;tweaks&lt;/i&gt; en el código generado para que todo quede personalizado como quieran.&lt;div class=&quot;blogger-post-footer&quot;&gt;El Contenido está bajo la Licencia: CC-BY-SA&lt;img src=&quot;https://blogger.googleusercontent.com/tracker/8227124728971566190-8151831546151534236?l=xenodesystems.blogspot.com&quot; alt=&quot;&quot; height=&quot;1&quot; width=&quot;1&quot; /&gt;&lt;/div&gt;&lt;div class=&quot;feedflare&quot;&gt;
&lt;a href=&quot;http://feeds.feedburner.com/~ff/xenodeblogfedora?a=Ln20OgPEdOg:uzklkulEphA:yIl2AUoC8zA&quot;&gt;&lt;img src=&quot;http://feeds.feedburner.com/~ff/xenodeblogfedora?d=yIl2AUoC8zA&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.feedburner.com/~ff/xenodeblogfedora?a=Ln20OgPEdOg:uzklkulEphA:-BTjWOF_DHI&quot;&gt;&lt;img src=&quot;http://feeds.feedburner.com/~ff/xenodeblogfedora?i=Ln20OgPEdOg:uzklkulEphA:-BTjWOF_DHI&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.feedburner.com/~ff/xenodeblogfedora?a=Ln20OgPEdOg:uzklkulEphA:qj6IDK7rITs&quot;&gt;&lt;img src=&quot;http://feeds.feedburner.com/~ff/xenodeblogfedora?d=qj6IDK7rITs&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.feedburner.com/~ff/xenodeblogfedora?a=Ln20OgPEdOg:uzklkulEphA:gIN9vFwOqvQ&quot;&gt;&lt;img src=&quot;http://feeds.feedburner.com/~ff/xenodeblogfedora?i=Ln20OgPEdOg:uzklkulEphA:gIN9vFwOqvQ&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src=&quot;http://feeds.feedburner.com/~r/xenodeblogfedora/~4/Ln20OgPEdOg&quot; height=&quot;1&quot; width=&quot;1&quot; /&gt;</content>
		<author>
			<name>Manuel Escudero</name>
			<email>noreply@blogger.com</email>
			<uri>http://xenodesystems.blogspot.com/search/label/fedora</uri>
		</author>
		<source>
			<title type="html">Xenode Systems Blog</title>
			<subtitle type="html">Blog oficial de Xenode Systems: Fedora, Ubuntu y Linux en General; Tutoriales, HowTo's, VideoBlogs y Desarrollo Web entre otras muchísimas cosas de Informática, Software Libre y nuestra empresa orgullosamente mexicana.</subtitle>
			<link rel="self" href="http://feeds.feedburner.com/xenodeblogfedora"/>
			<id>tag:blogger.com,1999:blog-8227124728971566190</id>
		</source>
	</entry>

	<entry>
		<title type="html" xml:lang="en">Zeitgeist optimizations</title>
		<link href="http://wm161.net/2012/05/15/zeitgeist-optimizations/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=zeitgeist-optimizations"/>
		<id>http://wm161.net/?p=844</id>
		<updated>2012-05-15T12:54:35+00:00</updated>
		<content type="html" xml:lang="en">
			&lt;img src=&quot;http://planet.fedoraproject.org/images/heads/default.png&quot;  alt=&quot;&quot; style=&quot;float: right;&quot;&gt;
 &lt;p&gt;The Zeitgeist team has been hard at work lately. We recently moved from Launchpad and Bzr to freedesktop.org and git, just in time for the 0.9 release. Since then, Seif and I have been hammering away at making a bunch of speed improvements and trying to scale the engine to be able to handle a few billion events just as fast as it can handle a few hundred thousand.&lt;/p&gt;
&lt;p&gt;Our first experiment has been focusing on the sqlite indexes. This one index tweak appears to increase our benchmark speeds by almost 45%:&lt;/p&gt;
&lt;pre id=&quot;comment_text_8&quot;&gt;CREATE INDEX event_timestamp_subj_interp_subj_id_id
                   ON event(timestamp, subj_interpretation, subj_id, id)&lt;/pre&gt;
&lt;p id=&quot;comment_text_8&quot;&gt;And here’s the graph to prove it:&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://wm161.net/blog/wp-content/uploads/2012/05/chart_1-2.png&quot;&gt;&lt;img src=&quot;http://wm161.net/blog/wp-content/uploads/2012/05/chart_1-2-300x132.png&quot; title=&quot;zeitgeist query speeds&quot; height=&quot;132&quot; width=&quot;300&quot; alt=&quot;&quot; class=&quot;aligncenter size-medium wp-image-845&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Shorter lines are better. Blue is the 0.9 release, and the orange is the tiny index change. All of our raw data is in &lt;a href=&quot;https://docs.google.com/spreadsheet/pub?key=0AmIxH9d4RTDidGpIUldYQ3NuZDAxdmRzdGo0N0xobUE&amp;amp;output=html&quot;&gt;this google spreadsheet&lt;/a&gt;, so feel free to have a look. I can’t guarantee that you’ll immediately understand the information, but I’m open to explain it to those interested.&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&amp;lt;g:plusone href=&quot;http://wm161.net/2012/05/15/zeitgeist-optimizations/&quot; size=&quot;tall&quot;&amp;gt;&amp;lt;/g:plusone&amp;gt;&lt;p class=&quot;wp-flattr-button&quot;&gt;&lt;/p&gt; &lt;p&gt;&lt;a href=&quot;http://wm161.net/blog/?flattrss_redirect&amp;amp;id=844&amp;amp;md5=8af60f82be7bcf11c2c1ec1508855d01&quot; target=&quot;_blank&quot; title=&quot;Flattr&quot;&gt;&lt;img src=&quot;http://wm161.net/blog/wp-content/plugins/flattr/img/flattr-badge-large.png&quot; alt=&quot;flattr this!&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</content>
		<author>
			<name>Trever</name>
			<uri>http://wm161.net</uri>
		</author>
		<source>
			<title type="html">wm161.net » Fedora</title>
			<subtitle type="html">Your daily source of everything!</subtitle>
			<link rel="self" href="http://wm161.net/browse/linux/fedora-linux/feed/"/>
			<id>http://wm161.net</id>
		</source>
	</entry>

	<entry>
		<title type="html" xml:lang="en">Backup a symbian operated phone on Fedora</title>
		<link href="http://blog.pingoured.fr/index.php?post/2011/11/05/Backup-a-symbian-operated-phone-on-Fedora"/>
		<id>urn:md5:f88ef5297e9f7f1a4cb914a8ab3558ac</id>
		<updated>2012-05-15T12:44:56+00:00</updated>
		<content type="html" xml:lang="en">
			&lt;img src=&quot;http://pingoured.fr/blog/public/NewPingou_100.png&quot;  alt=&quot;&quot; style=&quot;float: right;&quot;&gt;
 &lt;p&gt;&lt;img src=&quot;http://blog.pingoured.fr/public/source.png&quot; alt=&quot;source.png&quot; /&gt;&lt;/p&gt;


&lt;p&gt;Small hacking to backup a symbian operated phone on Fedora.&lt;/p&gt;    &lt;p&gt;&lt;strong&gt;&lt;em&gt;English version&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;


&lt;p&gt;If you have a symbian based phone there are several ways to backup your files.&lt;/p&gt;


&lt;p&gt;If it is pictures and music, you can just mount your phone using a USB cable, browse the folders and retrieve your files. (Note that you can do the same in bluetooth of course).&lt;/p&gt;


&lt;p&gt;If you want to backup your contacts, messages or calendar, then it is a little more tricky.&lt;/p&gt;


&lt;p&gt;Nokia claims that symbian supports &lt;a href=&quot;http://en.wikipedia.org/wiki/SyncML&quot;&gt;SyncML&lt;/a&gt;. Although, apparently &lt;a href=&quot;http://www.harald-hoyer.de/linux_and_syncml_multisync_with_nokia_6280&quot;&gt;some person managed&lt;/a&gt; to get it working on their phone, I did not manage on mine.&lt;/p&gt;


&lt;p&gt;Then I found the project called &lt;a href=&quot;http://series60-remote.sourceforge.net&quot;&gt;Series-60-remote&lt;/a&gt;. This is a very nice tool providing a nice interface to do several things:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Backup all your contacts, agenda and messages into a small sqlite (or mysql) database&lt;/li&gt;
&lt;li&gt;Manage your contact or message on the phone from your computer through this interface&lt;/li&gt;
&lt;li&gt;Send and read your text messages directly from the interface (allowing a text-based 'chat').&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Unfortunately for me, the maintainer got an android and is working on a large rewrite of the project porting it also to android. This sounds very promising and I certainly enjoy it if I get an android phone.&lt;/p&gt;


&lt;p&gt;But right now, I still have a symbian phone and I still want to back it up.&lt;/p&gt;


&lt;p&gt;The interface is nice but I have been looking for a small cli tool with which I could back up my phone more frequently.&lt;/p&gt;


&lt;p&gt;So I rewrote a part of the connection logic, it is now independent from PyQt and works stand-alone. It still requires the phone apps to be installed on the phone and a couple of python library depending on the format with which you want to backup your files (vCard vs ldif) but, hey, it works :-)&lt;/p&gt;



&lt;p&gt;There are still more work to be done though.&lt;/p&gt;


&lt;p&gt;If you want to follow up on this let me know and check &lt;a href=&quot;http://ambre.pingoured.fr/cgit/phone.git/&quot;&gt;the git repo&lt;/a&gt;&lt;/p&gt;</content>
		<author>
			<name>Pierre-Yves</name>
			<uri>http://blog.pingoured.fr/index.php</uri>
		</author>
		<source>
			<title type="html">Le blog de pingou - Tag - Fedora-planet</title>
			<subtitle type="html">Le blog de pingou, ses actualités sur Fedora, ses RPMs, ses tests, son Linux... :-) 

Pingou's weblog, his fedora's news, his RPMs, his tests, his Linux... :-)</subtitle>
			<link rel="self" href="http://blog.pingoured.fr/index.php?feed/tag/Fedora-planet/atom"/>
			<id>urn:md5:66db5ce1ed1a80cb2f424695b4bb7780</id>
		</source>
	</entry>

	<entry>
		<title type="html" xml:lang="en">Some stats on the Fedora-fr forum</title>
		<link href="http://blog.pingoured.fr/index.php?post/2011/11/05/Some-stats-on-the-Fedora-fr-forum"/>
		<id>urn:md5:c3e7e81c4967bb67fd61533e1d1f18e0</id>
		<updated>2012-05-15T12:44:18+00:00</updated>
		<content type="html" xml:lang="en">
			&lt;img src=&quot;http://pingoured.fr/blog/public/NewPingou_100.png&quot;  alt=&quot;&quot; style=&quot;float: right;&quot;&gt;
 &lt;p&gt;&lt;img src=&quot;http://blog.pingoured.fr/public/source.png&quot; alt=&quot;source.png&quot; /&gt;&lt;/p&gt;


&lt;p&gt;There are some statistics on the forums from Fedora-fr.org&lt;/p&gt;    &lt;p&gt;&lt;strong&gt;&lt;em&gt;English version&lt;/em&gt;&lt;/strong&gt; (&lt;a href=&quot;http://blog.pingoured.fr/index.php?post/2011/11/05/Stats-pour-le-Forum-Fedora-fr&quot;&gt;French version&lt;/a&gt;)&lt;/p&gt;


&lt;p&gt;The other day I discovered that I had access from the administration pages of the &lt;a href=&quot;http://forums.fedora-fr.org/&quot;&gt;Fedora-fr.org forums&lt;/a&gt; to some statistics from January 2002 to those days.&lt;/p&gt;


&lt;p&gt;These stats show the number of messages, topics and members for each month.&lt;/p&gt;


&lt;p&gt;So I did the graphs.&lt;/p&gt;



&lt;p&gt;&lt;a href=&quot;http://blog.pingoured.fr/public/Membres.png&quot; title=&quot;Membres.png&quot;&gt;&lt;img src=&quot;http://blog.pingoured.fr/public/.Membres_m.jpg&quot; alt=&quot;Membres.png&quot; style=&quot;display: block; margin: 0 auto;&quot; title=&quot;Membres.png, Nov 2011&quot; /&gt;&lt;/a&gt;
Evolution of the number of new members for each month.
&lt;a href=&quot;http://blog.pingoured.fr/public/Membres-cumulative.png&quot; title=&quot;Membres-cumulative.png&quot;&gt;&lt;img src=&quot;http://blog.pingoured.fr/public/.Membres-cumulative_m.jpg&quot; alt=&quot;Membres-cumulative.png&quot; style=&quot;display: block; margin: 0 auto;&quot; title=&quot;Membres-cumulative.png, Nov 2011&quot; /&gt;&lt;/a&gt;
Evolution of the total number of members.&lt;/p&gt;


&lt;p&gt;&lt;a href=&quot;http://blog.pingoured.fr/public/Messages.png&quot; title=&quot;Messages.png&quot;&gt;&lt;img src=&quot;http://blog.pingoured.fr/public/.Messages_m.jpg&quot; alt=&quot;Messages.png&quot; style=&quot;display: block; margin: 0 auto;&quot; title=&quot;Messages.png, Nov 2011&quot; /&gt;&lt;/a&gt;
Evolution of the number of new messages for each month.
&lt;a href=&quot;http://blog.pingoured.fr/public/Messages-cumulative.png&quot; title=&quot;Messages-cumulative.png&quot;&gt;&lt;img src=&quot;http://blog.pingoured.fr/public/.Messages-cumulative_m.jpg&quot; alt=&quot;Messages-cumulative.png&quot; style=&quot;display: block; margin: 0 auto;&quot; title=&quot;Messages-cumulative.png, Nov 2011&quot; /&gt;&lt;/a&gt;
Evolution of the total number of messages.&lt;/p&gt;


&lt;p&gt;&lt;a href=&quot;http://blog.pingoured.fr/public/Topics.png&quot; title=&quot;Topics.png&quot;&gt;&lt;img src=&quot;http://blog.pingoured.fr/public/.Topics_m.jpg&quot; alt=&quot;Topics.png&quot; style=&quot;display: block; margin: 0 auto;&quot; title=&quot;Topics.png, Nov 2011&quot; /&gt;&lt;/a&gt;
Evolution of the number of new topics for each month.
&lt;a href=&quot;http://blog.pingoured.fr/public/Topics-cumulative.png&quot; title=&quot;Topics-cumulative.png&quot;&gt;&lt;img src=&quot;http://blog.pingoured.fr/public/.Topics-cumulative_m.jpg&quot; alt=&quot;Topics-cumulative.png&quot; style=&quot;display: block; margin: 0 auto;&quot; title=&quot;Topics-cumulative.png, Nov 2011&quot; /&gt;&lt;/a&gt;
Evolution of the total number of topics.&lt;/p&gt;


&lt;p&gt;To note, the last entry point is biased/incomplete as November 2011 has not ended yet (and the stats are already a few days old).&lt;/p&gt;


&lt;p&gt;It is also funny to see that the forums have been really popular and recruited new members with new question around 2007 :-)&lt;/p&gt;




&lt;p&gt;&lt;br /&gt;
&lt;br /&gt;
Everything is available:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://project.pingoured.fr/misc/file/c94355497313/Fedora-fr_evolution.csv&quot;&gt;The data&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://project.pingoured.fr/misc/file/c94355497313/Fedora-fr-stats.py&quot;&gt;The script to generate the graphs&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;</content>
		<author>
			<name>Pierre-Yves</name>
			<uri>http://blog.pingoured.fr/index.php</uri>
		</author>
		<source>
			<title type="html">Le blog de pingou - Tag - Fedora-planet</title>
			<subtitle type="html">Le blog de pingou, ses actualités sur Fedora, ses RPMs, ses tests, son Linux... :-) 

Pingou's weblog, his fedora's news, his RPMs, his tests, his Linux... :-)</subtitle>
			<link rel="self" href="http://blog.pingoured.fr/index.php?feed/tag/Fedora-planet/atom"/>
			<id>urn:md5:66db5ce1ed1a80cb2f424695b4bb7780</id>
		</source>
	</entry>

	<entry>
		<title type="html" xml:lang="en">Ready! Get set!! Go!!!</title>
		<link href="http://dodoincfedora.wordpress.com/2012/05/15/ready-get-set-go/"/>
		<id>http://dodoincfedora.wordpress.com/?p=1085</id>
		<updated>2012-05-15T12:34:17+00:00</updated>
		<content type="html" xml:lang="en">
			&lt;img src=&quot;http://ankursinha.fedorapeople.org/face.jpg&quot;  alt=&quot;&quot; style=&quot;float: right;&quot;&gt;
 &lt;p&gt;&lt;img src=&quot;http://fedora.my/events/fudconkl2012/docs/going-to-fudconkl.png&quot; /&gt;
&lt;/p&gt;&lt;div&gt;Well! It is upon us! Time to run!&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
&lt;div&gt;Do not forget:&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
&lt;div&gt;- Adapter converters&lt;/div&gt;
&lt;div&gt;- The &lt;a href=&quot;http://fedora.my/events/fudconkl2012/docs/guidebook/at_download/file&quot;&gt;guidebook&lt;/a&gt;!&lt;/div&gt;
&lt;div&gt;- Batteries&lt;/div&gt;
&lt;div&gt;- Power spikes&lt;/div&gt;
&lt;div&gt;- Your Fedora T-shirts!&lt;/div&gt;
&lt;div&gt;- Stickers!&lt;/div&gt;
&lt;div&gt;- Clean underwear!&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
&lt;div&gt;I shall see you at the conference!&lt;/div&gt;
&lt;br /&gt;  &lt;a href=&quot;http://feeds.wordpress.com/1.0/gocomments/dodoincfedora.wordpress.com/1085/&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;http://feeds.wordpress.com/1.0/comments/dodoincfedora.wordpress.com/1085/&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.wordpress.com/1.0/godelicious/dodoincfedora.wordpress.com/1085/&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;http://feeds.wordpress.com/1.0/delicious/dodoincfedora.wordpress.com/1085/&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.wordpress.com/1.0/gofacebook/dodoincfedora.wordpress.com/1085/&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;http://feeds.wordpress.com/1.0/facebook/dodoincfedora.wordpress.com/1085/&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.wordpress.com/1.0/gotwitter/dodoincfedora.wordpress.com/1085/&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;http://feeds.wordpress.com/1.0/twitter/dodoincfedora.wordpress.com/1085/&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.wordpress.com/1.0/gostumble/dodoincfedora.wordpress.com/1085/&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;http://feeds.wordpress.com/1.0/stumble/dodoincfedora.wordpress.com/1085/&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.wordpress.com/1.0/godigg/dodoincfedora.wordpress.com/1085/&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;http://feeds.wordpress.com/1.0/digg/dodoincfedora.wordpress.com/1085/&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.wordpress.com/1.0/goreddit/dodoincfedora.wordpress.com/1085/&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;http://feeds.wordpress.com/1.0/reddit/dodoincfedora.wordpress.com/1085/&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;img src=&quot;http://stats.wordpress.com/b.gif?host=dodoincfedora.wordpress.com&amp;amp;blog=6513662&amp;amp;post=1085&amp;amp;subd=dodoincfedora&amp;amp;ref=&amp;amp;feed=1&quot; alt=&quot;&quot; height=&quot;1&quot; border=&quot;0&quot; width=&quot;1&quot; /&gt;</content>
		<author>
			<name>ankursworld</name>
			<uri>http://dodoincfedora.wordpress.com</uri>
		</author>
		<source>
			<title type="html">Ankur's Tech blog</title>
			<subtitle type="html">|| Geek ||</subtitle>
			<link rel="self" href="http://dodoincfedora.wordpress.com/feed/"/>
			<id>http://dodoincfedora.wordpress.com</id>
		</source>
	</entry>

	<entry>
		<title type="html" xml:lang="fa">درایورهای گرافیکی جدید در کرنل ۳.۴</title>
		<link href="http://mostafadaneshvar.com/1391/02/26/2333/"/>
		<id>http://mostafadaneshvar.com/?p=2333</id>
		<updated>2012-05-15T11:15:29+00:00</updated>
		<content type="html" xml:lang="fa">
			&lt;img src=&quot;http://lashar.fedorapeople.org/facelit.jpg&quot;  alt=&quot;&quot; style=&quot;float: right;&quot;&gt;
 &lt;p&gt;کرنل ۳.۴ شامل داریورهای تراشه‌های &lt;a href=&quot;http://www.h-online.com/open/features/Kernel-Log-Coming-in-3-4-Part-3-Graphics-drivers-1571683.html?page=2&quot;&gt;ای‌ام‌دی&lt;/a&gt;، انویدیا و &lt;a href=&quot;http://www.h-online.com/open/features/Kernel-Log-Coming-in-3-4-Part-3-Graphics-drivers-1571683.html?page=2&quot;&gt;اینتل&lt;/a&gt; خواهد بود.&lt;/p&gt;
&lt;p&gt;به گزارش &lt;a href=&quot;http://www.h-online.com/open/features/Kernel-Log-Coming-in-3-4-Part-3-Graphics-drivers-1571683.html&quot;&gt;اچ&lt;/a&gt; کرنل جدید که قرار است اواخر همین ماه منتشر شود همچنین شامل درایورهای جدید یو‌اس‌بی &lt;strong&gt;DisplayLink&lt;/strong&gt; و بهبودهایی برای تراشه‌‌های ترکیبی اوپتیموس شرکت انویدیا باشد.&lt;/p&gt;
&lt;div class=&quot;betterrelated&quot;&gt;&lt;p&gt;&lt;strong&gt;در همین زمینه:&lt;/strong&gt;&lt;/p&gt;
&lt;ol&gt;&lt;li&gt; &lt;a href=&quot;http://mostafadaneshvar.com/1389/09/13/1066/&quot; title=&quot;Permanent link to اخبار جدید دنیای اوپن سورس&quot;&gt;اخبار جدید دنیای اوپن سورس&lt;/a&gt;  &lt;/li&gt;
&lt;li&gt; &lt;a href=&quot;http://mostafadaneshvar.com/1390/12/10/1823/&quot; title=&quot;Permanent link to فدورا ۱۷ آلفا&quot;&gt;فدورا ۱۷ آلفا&lt;/a&gt;  &lt;/li&gt;
&lt;li&gt; &lt;a href=&quot;http://mostafadaneshvar.com/1390/10/06/1367/&quot; title=&quot;Permanent link to داستان موفقیت ردهت از زبان مدیرعامل آن&quot;&gt;داستان موفقیت ردهت از زبان مدیرعامل آن&lt;/a&gt;  &lt;/li&gt;
&lt;/ol&gt;&lt;/div&gt;</content>
		<author>
			<name>Mostafa Daneshvar</name>
			<uri>http://mostafadaneshvar.com</uri>
		</author>
		<source>
			<title type="html">وب سایت  مصطفی دانشور » linux</title>
			<subtitle type="html">ادبیات، تاریخ، تکنولوژی، لینوکس، بلوچستان</subtitle>
			<link rel="self" href="http://mostafadaneshvar.com/tag/linux/feed/"/>
			<id>http://mostafadaneshvar.com</id>
		</source>
	</entry>

	<entry>
		<title type="html">Auto-Installing oVirt Node</title>
		<link href="http://dummdida.blogspot.com/2012/05/auto-installing-ovirt-node.html"/>
		<id>tag:blogger.com,1999:blog-3511301649044744817.post-7678717951362907925</id>
		<updated>2012-05-15T09:27:29+00:00</updated>
		<content type="html">
			&lt;img src=&quot;http://www.gravatar.com/avatar/b876c8ac25402ce621590c1add408b20.png&quot;  alt=&quot;&quot; style=&quot;float: right;&quot;&gt;
 &lt;br /&gt;&lt;center&gt;&lt;a href=&quot;http://www.flickr.com/photos/davemorris/35690071/&quot; title=&quot;technical support von Daveybot bei Flickr&quot;&gt;&lt;img src=&quot;http://farm1.staticflickr.com/32/35690071_d108779e3d_n.jpg&quot; alt=&quot;technical support&quot; height=&quot;226&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/center&gt;&lt;a href=&quot;http://www.ovirt.org/&quot;&gt;oVirt&lt;/a&gt; - maybe you've heard about it. It's a project to create an open IaaS &quot;virtualization management system&quot; - So a bit like OpenStack, but different. &lt;br /&gt;Fedora is the base for oVirt's hypervisor: &quot;Node&quot;. Basicaly this is a stripped down Fedora, enriched with a couple of packages to prvide just enough to host some virtual guests and do some basic configuration.&lt;br /&gt;&lt;br /&gt;Personally I'd like to use Node in conjunction with Gnome Boxes or virt-manager. But this is currently not possible - but we might get closer to it when solving &lt;a href=&quot;https://bugzilla.redhat.com/show_bug.cgi?id=810272&quot;&gt;this bug&lt;/a&gt;.&lt;br /&gt;Anyhow, to quickly &lt;a href=&quot;http://www.ovirt.org/get-ovirt/&quot;&gt;install oVirt&lt;/a&gt; Node you just need to add two (or three) additional kernel arguments:&lt;br /&gt;&lt;pre&gt;BOOTIF=ethX storage_init&lt;br /&gt;&lt;/pre&gt;You should/could also add  &lt;br /&gt;&lt;pre&gt;adminpw=$ADMINPW&lt;/pre&gt;&lt;br /&gt;&lt;code&gt;ADMINPW=$(openssl passwd -salt SALT)&lt;/code&gt; is a salted password, so you can log in (as &lt;code&gt;admin&lt;/code&gt;) after the installation. Alternatively you can boot into single mode to reset the password.&lt;br /&gt;&lt;br /&gt;The parameters above install oVirt node without user intervention,  setup networking on ethX and &lt;i&gt;erase all data on the disk&lt;/i&gt; and create a defautl (lvm based) partitioning scheme.&lt;br /&gt;The next step would be adding Node to oVirt Engine - or wait until it can be managed by virt-manager, which is much quicker to set-up :)&lt;div class=&quot;blogger-post-footer&quot;&gt;&lt;img src=&quot;https://blogger.googleusercontent.com/tracker/3511301649044744817-7678717951362907925?l=dummdida.blogspot.com&quot; alt=&quot;&quot; height=&quot;1&quot; width=&quot;1&quot; /&gt;&lt;/div&gt;</content>
		<author>
			<name>fabiand</name>
			<email>noreply@blogger.com</email>
			<uri>http://dummdida.blogspot.com/search/label/fedora</uri>
		</author>
		<source>
			<title type="html">dummdida</title>
			<subtitle type="html">Dinge im Dunstkreis.</subtitle>
			<link rel="self" href="http://www.blogger.com/feeds/3511301649044744817/posts/default/-/fedora"/>
			<id>tag:blogger.com,1999:blog-3511301649044744817</id>
		</source>
	</entry>

	<entry>
		<title type="html" xml:lang="en-US">Tiny Core Linux 4.5</title>
		<link href="http://fabian-affolter.ch/blog/index.php/tiny-core-linux"/>
		<id>http://fabian-affolter.ch/blog/index.php/tiny-core-linux</id>
		<updated>2012-05-15T07:40:24+00:00</updated>
		<content type="html">
			&lt;img src=&quot;http://fab.fedorapeople.org/fab.png&quot;  alt=&quot;&quot; style=&quot;float: right;&quot;&gt;
 &lt;p&gt;Es ist schon eine Weile her seit ich das letzte Mal mit &lt;a href=&quot;http://distro.ibiblio.org/tinycorelinux/welcome.html&quot;&gt;Tiny Core Linux&lt;/a&gt; gespielt habe. Nach der Installation startet Tiny Core Linux extrem schnell. Als Vergleich ein Start von &lt;a href=&quot;http://alpinelinux.org/&quot;&gt;Alpine Linux&lt;/a&gt; und einer von Tiny Core Linux in einer virtuellen Maschine.&lt;/p&gt;

&lt;p&gt;Alpine Linux: 12 s (bis Login)&lt;br /&gt;
Tiny Core Linux: 6 s&lt;/p&gt;

&lt;p&gt;Die Messung ist nicht ganz fair, denn eine Alpine Linux-Instalaltion ist etwas umfangreicher als die von Tiny Core Linux. Der Start von Fedora dauert aber in jedem Fall um einiges länger. Ausser ich verzichte auf den Start der grafischen Oberfläche...der Vollständigkeithalber muss ich mal die Zeit messen bis eine Minimalinstallation von Fedora bereit ist. Dem Gefühl nach wird so sich etwa in der Grössenordnung von Alpine Linux bewegen&lt;/p&gt;

&lt;p&gt;Sehr schön ist, dass bei Start von Tiny Core Linux eine Auswahl mit Window-Manager zur Verfügung steht.&lt;/p&gt;</content>
		<author>
			<name>Fabian Affolter</name>
			<uri>http://fabian-affolter.ch/blog/index.php</uri>
		</author>
		<source>
			<title type="html">bits and pieces - Categories: Fedora, Fedora EMEA, Fedora Event</title>
			<link rel="self" href="http://www.bernewireless.net/blog/index.php?cat=3&amp;tempskin=_rss"/>
			<id>http://fabian-affolter.ch/blog/index.php</id>
		</source>
	</entry>

	<entry>
		<title type="html" xml:lang="en">HTML Image Mapping</title>
		<link href="http://k3rnel.net/2012/05/14/html-image-mapping/"/>
		<id>http://k3rnel.net/?p=1125</id>
		<updated>2012-05-14T21:41:53+00:00</updated>
		<content type="html" xml:lang="en">
			&lt;img src=&quot;http://k3rnel.net/k3.png&quot;  alt=&quot;&quot; style=&quot;float: right;&quot;&gt;
 &lt;p&gt;One of the tasks I had to do in $DAYJOB consisted in displaying a Map of Mexico and being able to highlight each state on mouseover using HTML to do it.&lt;/p&gt;
&lt;p&gt;Of course, there’s a dozen or so Online Image Mapping tools, but they require you click every single point of the state, and unlike USA whose states are often squares or very basic shapes, Mexico has none of that. It’s all weird and squiggly lines.&lt;/p&gt;
&lt;p&gt;To solve this issue, I found &lt;a href=&quot;http://www.ms.mff.cuni.cz/~malej9am/prog/gimp/html-img-map/&quot;&gt;this brilliant Gimp plugin&lt;/a&gt;. All I had to do is select the state by selecting by color, saving it to a channel and exporting it. The result, if I may say so, is pretty darned good. If you have issues with the color selection tool, remember you can tweak the treshold values for the color selection, so that it selects more or less similar colors to the one you chose.&lt;/p&gt;
&lt;p&gt;I decided to license the file as Apache License 2.0, and the code’s &lt;a href=&quot;https://github.com/Nushio/mexico-jquery&quot;&gt;available at Github&lt;/a&gt; for forking. I hope this’ll help fellow Mexicans, as I found absolutely no usable Maps of Mexico for HTML that worked in the crappiest of browsers (Internet Explorer) and didn’t require Flash.&lt;/p&gt;
&lt;p&gt;If you’d like to make your own map, the Gimp HTML Img Map plugin page has an &lt;a href=&quot;http://www.ms.mff.cuni.cz/~malej9am/prog/gimp/html-img-map/tutorial.php&quot;&gt;excellent tutorial&lt;/a&gt;, my recommendation when exporting this, however, is to &lt;strong&gt;set the treshold for smoothing&lt;/strong&gt; to 0.&lt;/p&gt;</content>
		<author>
			<name>Nushio</name>
			<uri>http://k3rnel.net</uri>
		</author>
		<source>
			<title type="html">K3RNEL</title>
			<subtitle type="html">Typos? What Typso?</subtitle>
			<link rel="self" href="http://k3rnel.net/feed/"/>
			<id>http://k3rnel.net</id>
		</source>
	</entry>

	<entry>
		<title type="html" xml:lang="en">LinuxTag Tickets</title>
		<link href="http://www.christoph-wickert.de/blog/2012/05/14/linuxtag-tickets/"/>
		<id>http://www.christoph-wickert.de/?p=901</id>
		<updated>2012-05-14T19:35:18+00:00</updated>
		<content type="html" xml:lang="en">
			&lt;img src=&quot;http://christoph-wickert.de/cwickert-hackergotchi-new.png&quot;  alt=&quot;&quot; style=&quot;float: right;&quot;&gt;
 &lt;p&gt;If anybody still needs &lt;strong&gt;free tickets for LinuxTag&lt;/strong&gt;, please comment below.&lt;/p&gt;
&lt;p&gt;Falls noch jemand &lt;strong&gt;Gratis-Tickets für den LinuxTag&lt;/strong&gt; braucht, bitte unten kommentieren.&lt;/p&gt;</content>
		<author>
			<name>Christoph</name>
			<uri>http://www.christoph-wickert.de</uri>
		</author>
		<source>
			<title type="html">Welt Weit Wickert » Linux</title>
			<subtitle type="html">Anmerkungen über das Leben, das Universum und den ganzen Rest</subtitle>
			<link rel="self" href="http://www.christoph-wickert.de/kategorien/linux/feed/"/>
			<id>http://www.christoph-wickert.de</id>
		</source>
	</entry>

	<entry>
		<title type="html">ripping the X server a new driver API</title>
		<link href="http://airlied.livejournal.com/75980.html"/>
		<id>http://airlied.livejournal.com/75980.html</id>
		<updated>2012-05-14T17:05:58+00:00</updated>
		<content type="html">
			&lt;img src=&quot;http://planet.fedoraproject.org/images/heads/default.png&quot;  alt=&quot;&quot; style=&quot;float: right;&quot;&gt;
 So I've been slowly writing the hotplug support v3 in between all the real jobs I have to do.&lt;br /&gt;&lt;br /&gt;[side note: When I started out on hotplug. one of my goals was to avoid changing the server API/ABI too much so I could continue side by side testing.]&lt;br /&gt;&lt;br /&gt;how did I get to v3?&lt;br /&gt;v0.1: was called dynerama it failed miserably and proved that using Xinerama as the plugging layer was a bad plan.&lt;br /&gt;v1: was the first time I decided to use an impedance layer between some server objects and driver objects.&lt;br /&gt;v2: was the a major rebase of v1.&lt;br /&gt;&lt;br /&gt;v2 was trucking along nicely and I managed to get the design to the stage where PRIME offloading intel/nouveau worked, USB device hotplug with udl worked, and GPU switch worked between two drivers. However v2 duplicated a lot of code and invented a whole new set of API objects called DrvXRec, so DrvScreenRec, DrvPixmapRec, DrvGCRec etc, this lead me to looking at the pain of merging this into the drivers and the server, and my goals of avoiding changing the API/ABI was getting in my way.&lt;br /&gt;&lt;br /&gt;So before starting v3 I decided to rework some of the server &quot;APIs&quot;.&lt;br /&gt;&lt;br /&gt;The X server has two main bodies of code, one called DIX, and one called DDX. The DIX (device independent X) code and the DDX (Device dependent X code). In the X.org tree the dix lives up in the top level dirs, and for X.org server the DDX lives in hw/xfree86. The main object with info about protocol screens and GPUs is called ScreenRec in the DDX and ScrnInfoRec in the DIX. These are stored in two arrays, screenInfo.screens in the DIX and xf86Screens in the DDX, when code wants to convert between these it can do one of a few things.&lt;br /&gt;&lt;br /&gt;a) lookup by index, both structs have an index value, so to go from ScrnInfo to Screen you look at screenInfo.screens[scrninfo-&amp;gt;scrnIndex] and other way is xf86Screens[screen-&amp;gt;myNum]. This is like the I didn't try and make an API, I just exposed everything.&lt;br /&gt;&lt;br /&gt;b) ScrnInfo has a ScreenPtr in it, so some code can do ScrnInfo-&amp;gt;pScreen to get the pointer to the dix struct. But this pointer is initialised after a bunch of code is called, so you really can't guarantee this pointer is going to be useful for you.&lt;br /&gt;&lt;br /&gt;c) XF86SCRNINFO uses the DIX private subsystem to lookup the Scrn in the Screen's privates. This is the least used and probably slowest method.&lt;br /&gt;&lt;br /&gt;So also screenInfo.screens contains the protocol screens we exposed to the clients, so this array cannot really change or move around. So I'd like to add screeninfo.gpuscreens and xf86GPUScreens and not have drivers know which set of info they are working on, however (a) totally screws this idea, since the indices are always looked up directly in the global arrays.&lt;br /&gt;&lt;br /&gt;Now lots of the Screen/ScrnInfo APIs exposed to the drivers pass an int index as the first parameter, the function in the driver then goes and looks up the global arrays.&lt;br /&gt;&lt;br /&gt;So my first API changes introduce some standard conversion functions xf86ScreenToScrn and xf86ScrnToScreen, and converts a lot of the server to use those. Yay an API. The second set of changes then changes all of the index passing APIs to pass ScrnInfoPtr or ScreenPtr, so the drivers don't go poking into global arrays. Now this is a major API change, it will involve slightly messy code in drivers that want to work with both servers, but I can't see a nicer way to do it. I've done a compat header file that will hopefully allows to cover a lot of this stuff where we don't see it.&lt;br /&gt;&lt;br /&gt;I've ono other API introduction on the list, Glyph Pictures are another global array indexed by screen index, I've gone and added an accessor function so that drivers don't use the index anymore to get at the array contents directly.&lt;br /&gt;&lt;br /&gt;Once this stuff lands in the server, a team of people will go forward and port the drivers to the new APIs (who am I kidding).</content>
		<author>
			<name>Dave Airlie</name>
			<uri>http://airlied.livejournal.com/</uri>
		</author>
		<source>
			<title type="html">airlied</title>
			<subtitle type="html">airlied - LiveJournal.com</subtitle>
			<link rel="self" href="http://www.livejournal.com/users/airlied/data/rss/"/>
			<id>http://airlied.livejournal.com/</id>
		</source>
	</entry>

	<entry>
		<title type="html" xml:lang="en">A plea to developers</title>
		<link href="http://cecinestpasunefromage.wordpress.com/2012/05/14/a-plea-to-developers/"/>
		<id>http://cecinestpasunefromage.wordpress.com/?p=51</id>
		<updated>2012-05-14T16:31:29+00:00</updated>
		<content type="html" xml:lang="en">
			&lt;img src=&quot;http://limb.fedorapeople.org/pipe.png&quot;  alt=&quot;&quot; style=&quot;float: right;&quot;&gt;
 &lt;p&gt;As a developer myself, I still fail to understand why you’d ever want to do this, but I still see it way too often to not say again what I say regularly:  Don’t.  Bundle.  Libraries.  I don’t care if it’s C/C++, Java, PHP, Python, there is a correct and easy way to use libraries.  When you bundle:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;You add to your maintenance burden.&lt;/li&gt;
&lt;li&gt;You make it difficult or impossible for some distributions to include your software.&lt;/li&gt;
&lt;li&gt;You put yourself and your users at a disadvantage at a disadvantage for security and bug fixes.&lt;/li&gt;
&lt;li&gt;Somewhere, a baby seal is clubbed.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;So . . .don’t!&lt;/p&gt;
&lt;p&gt;Thank you. &lt;img src=&quot;http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif&quot; alt=&quot;:)&quot; class=&quot;wp-smiley&quot; /&gt; &lt;/p&gt;
&lt;br /&gt;  &lt;a href=&quot;http://feeds.wordpress.com/1.0/gocomments/cecinestpasunefromage.wordpress.com/51/&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;http://feeds.wordpress.com/1.0/comments/cecinestpasunefromage.wordpress.com/51/&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.wordpress.com/1.0/godelicious/cecinestpasunefromage.wordpress.com/51/&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;http://feeds.wordpress.com/1.0/delicious/cecinestpasunefromage.wordpress.com/51/&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.wordpress.com/1.0/gofacebook/cecinestpasunefromage.wordpress.com/51/&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;http://feeds.wordpress.com/1.0/facebook/cecinestpasunefromage.wordpress.com/51/&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.wordpress.com/1.0/gotwitter/cecinestpasunefromage.wordpress.com/51/&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;http://feeds.wordpress.com/1.0/twitter/cecinestpasunefromage.wordpress.com/51/&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.wordpress.com/1.0/gostumble/cecinestpasunefromage.wordpress.com/51/&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;http://feeds.wordpress.com/1.0/stumble/cecinestpasunefromage.wordpress.com/51/&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.wordpress.com/1.0/godigg/cecinestpasunefromage.wordpress.com/51/&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;http://feeds.wordpress.com/1.0/digg/cecinestpasunefromage.wordpress.com/51/&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.wordpress.com/1.0/goreddit/cecinestpasunefromage.wordpress.com/51/&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;http://feeds.wordpress.com/1.0/reddit/cecinestpasunefromage.wordpress.com/51/&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;img src=&quot;http://stats.wordpress.com/b.gif?host=cecinestpasunefromage.wordpress.com&amp;amp;blog=34472042&amp;amp;post=51&amp;amp;subd=cecinestpasunefromage&amp;amp;ref=&amp;amp;feed=1&quot; alt=&quot;&quot; height=&quot;1&quot; border=&quot;0&quot; width=&quot;1&quot; /&gt;</content>
		<author>
			<name>limburgher</name>
			<uri>http://cecinestpasunefromage.wordpress.com</uri>
		</author>
		<source>
			<title type="html">Ceci n'est pas une fromage » Fedora</title>
			<subtitle type="html">Whatever comes to mind.</subtitle>
			<link rel="self" href="http://cecinestpasunefromage.wordpress.com/category/fedora/feed/"/>
			<id>http://cecinestpasunefromage.wordpress.com</id>
		</source>
	</entry>

	<entry>
		<title type="html" xml:lang="en">Mailing list web interface magic</title>
		<link href="http://iquaid.org/2012/05/14/mailing-list-web-interface-magic/"/>
		<id>http://iquaid.org/?p=2137</id>
		<updated>2012-05-14T15:43:56+00:00</updated>
		<content type="html" xml:lang="en">
			&lt;img src=&quot;http://quaid.fedorapeople.org/media/images/quaid_saskia-SCALE8x-96x96.png&quot;  alt=&quot;&quot; style=&quot;float: right;&quot;&gt;
 &lt;p&gt;For a while now folks I know have been talking about how to reoutfit Mailman so it has a proper web front-end. The idea would be to provide additional features, make open source mailing lists friendly to web forum loving people, and keep hardcore email-only contributors able to participate in the same medium as free-wheeling web forum afficionados.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://blog.linuxgrrl.com/&quot;&gt;Máirín&lt;/a&gt; put up a series of posts that not only give great visual thoughts, but are some powerfully good ideas on providing something a community can really gain from using. I’m not going to try summarizing, I just encourage you to read at least these two:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p id=&quot;post-3644&quot;&gt;&lt;a href=&quot;http://blog.linuxgrrl.com/2012/03/13/mailman-brainstorm/&quot;&gt;16 Brainstorm Ideas For Mailman’s Web Interface&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://blog.linuxgrrl.com/2012/03/14/mailman-brainstorm-2/&quot;&gt;16 More Brainstorm Ideas For Mailman’s Web Interface&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;… and go ahead and read &lt;a href=&quot;http://blog.linuxgrrl.com/2012/02/29/7750-pixels-of-mailing-list-thread/&quot;&gt;7,750 pixels of mailing list thread&lt;/a&gt;, which came first anyway.&lt;/p&gt;
&lt;p&gt;One thing that really struck me about these ideas is that many of the features that rely upon posting history can be run against an existing archive of messages. That means upgrading Mailman to features like these means quickly gaining a view in to the history of your mailing list that is a sizeable part of the richness of the new features. All the ideas that rely upon keywords in posts, previous posting history and frequency and topics covered, all the reputation ideas, all that would be seeded with as many months or years of archives a mailing list has. That’s really cool!&lt;/p&gt;
&lt;p&gt;I really look forward to seeing some of these kind of changes in Mailman. I’m a big fan of Mailman on the straight mailing list management side. But over the years I’ve seen the wider and wider divide between the users who prefer web forums and those who prefer mailing lists (many of whom are contributors who want to interact with other users, but not on a web forum.) These ideas could provide a great stitching of that divide, without forcing a big change on either party.&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;</content>
		<author>
			<name>quaid</name>
			<uri>http://iquaid.org</uri>
		</author>
		<source>
			<title type="html">i, quaid » Fedora</title>
			<subtitle type="html">... the four laws of humanity ...</subtitle>
			<link rel="self" href="http://iquaid.org/category/fedora/feed/"/>
			<id>http://iquaid.org</id>
		</source>
	</entry>

	<entry>
		<title type="html">My simple IT support rules</title>
		<link href="http://blog.mricon.com/2012/05/my-simple-it-support-rules.html"/>
		<id>tag:blogger.com,1999:blog-6031289.post-7700675415986078040</id>
		<updated>2012-05-14T15:28:42+00:00</updated>
		<content type="html">
			&lt;img src=&quot;http://icon.fedorapeople.org/mustache.gif&quot;  alt=&quot;&quot; style=&quot;float: right;&quot;&gt;
 &lt;ol&gt;&lt;li&gt;Don't be an asshole.&lt;/li&gt;&lt;li&gt;If someone is being an asshole to you, see #1.&lt;/li&gt;&lt;li&gt;Are they upset at something? Identify and fix. Repeat as required.&lt;/li&gt;&lt;li&gt;Assholes are infectious and easy to flare. Avoid them, unless #3.&lt;/li&gt;&lt;/ol&gt;&lt;div class=&quot;blogger-post-footer&quot;&gt;&lt;img src=&quot;https://blogger.googleusercontent.com/tracker/6031289-7700675415986078040?l=blog.mricon.com&quot; alt=&quot;&quot; height=&quot;1&quot; width=&quot;1&quot; /&gt;&lt;/div&gt;</content>
		<author>
			<name>Konstantin Ryabitsev</name>
			<email>noreply@blogger.com</email>
			<uri>http://blog.mricon.com/</uri>
		</author>
		<source>
			<title type="html">Tao of Foo</title>
			<subtitle type="html">The Foo that can be put into words is not real foo.</subtitle>
			<link rel="self" href="http://www.blogger.com/feeds/6031289/posts/default"/>
			<id>tag:blogger.com,1999:blog-6031289</id>
		</source>
	</entry>

	<entry>
		<title type="html" xml:lang="en">Joining Mozilla</title>
		<link href="http://overholt.ca/wp/?p=387"/>
		<id>http://overholt.ca/wp/?p=387</id>
		<updated>2012-05-14T14:49:27+00:00</updated>
		<content type="html" xml:lang="en">
			&lt;img src=&quot;http://overholt.fedorapeople.org/overholt-hackergotchi.png&quot;  alt=&quot;&quot; style=&quot;float: right;&quot;&gt;
 &lt;p&gt;&lt;img src=&quot;http://vector.gissen.nl/mozilla.png&quot; alt=&quot;&quot; /&gt;&lt;/p&gt;
&lt;p&gt;I’m very excited to say that as of today I’m a Mozillian!  I’ll be working with the fine folks on the &lt;a href=&quot;https://wiki.mozilla.org/WebAPI&quot;&gt;WebAPI&lt;/a&gt; team.  This is an entirely new set of technologies for me so I’ll be learning a tonne.  I’m looking forward to meeting and working with all the excellent people in the Mozilla and broader web communities.  I’ll be working out of the beautiful &lt;a href=&quot;http://www.mozilla.org/en-US/about/contact#map-canada-toronto&quot;&gt;Toronto office&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;As for Eclipse and Fedora stuff, I’m really looking forward to the release of Linux Tools 1.0 and the rest of Juno in June, 2012.  &lt;a href=&quot;http://fedoraproject.org/wiki/Releases/17/Schedule&quot;&gt;Before then&lt;/a&gt;, Fedora 17 will come out and is going to be an outstanding release, especially from the Eclipse point of view.  As I’ll be consuming Eclipse tools for my new work, I’ll be sure to file and fix bugs and spread the good word about the power of Eclipse for C++ developers.  When I have some good HOWTO content for developing Mozilla stuff with Eclipse, I’ll post it here and be sure to tag it so Planet Eclipse picks it up.&lt;/p&gt;
&lt;p&gt;With apologies to Neil Young:  keep on rockin’ in the Free and Open Source world!&lt;/p&gt;</content>
		<author>
			<name>Andrew Overholt</name>
			<uri>http://overholt.ca/wp</uri>
		</author>
		<source>
			<title type="html">Andrew's blog</title>
			<subtitle type="html">Eclipse, FOSS, Linux, Free Java</subtitle>
			<link rel="self" href="http://overholt.ca/wp/?feed=rss2"/>
			<id>http://overholt.ca/wp</id>
		</source>
	</entry>

	<entry>
		<title type="html" xml:lang="en">Tip: Using mount-local API from C</title>
		<link href="http://rwmj.wordpress.com/2012/05/14/tip-using-mount-local-api-from-c/"/>
		<id>http://rwmj.wordpress.com/?p=3958</id>
		<updated>2012-05-14T11:22:36+00:00</updated>
		<content type="html" xml:lang="en">
			&lt;img src=&quot;http://planet.fedoraproject.org/images/heads/default.png&quot;  alt=&quot;&quot; style=&quot;float: right;&quot;&gt;
 &lt;p&gt;Previously if you wanted to mount a disk image on the host from &lt;a href=&quot;http://libguestfs.org&quot;&gt;libguestfs&lt;/a&gt;, you had to use a separate program called &lt;a href=&quot;http://libguestfs.org/guestmount.1.html&quot;&gt;guestmount&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;https://rwmj.wordpress.com/2012/03/29/libguestfs-mount-local/&quot;&gt;A couple of months ago&lt;/a&gt;, we &lt;a href=&quot;http://libguestfs.org/guestfs.3.html#mount_local&quot;&gt;added FUSE support directly into the libguestfs API&lt;/a&gt;, and rewrote guestmount to use it.  This also means you can use FUSE from your own libguestfs programs.&lt;/p&gt;
&lt;p&gt;Yesterday I wrote a &lt;a href=&quot;https://github.com/libguestfs/libguestfs/blob/master/examples/mount_local.c&quot;&gt;short example of using the mount-local API from C&lt;/a&gt;.  This program creates a new disk image, formats it etc using libguestfs, then gives you a subshell so you can copy your own files, directories etc. in.  When you quit the subshell, the disk image is synced and closed, and you end up with a virtual disk image containing all the files you just added.  (Nothing that you couldn’t &lt;a href=&quot;http://libguestfs.org/virt-make-fs.1.html&quot;&gt;easily do before&lt;/a&gt;, but a nice little demonstration anyway).&lt;/p&gt;
&lt;p&gt;Here it is in use:&lt;/p&gt;
&lt;pre&gt;$ &lt;b&gt;gcc -Wall &lt;a href=&quot;https://github.com/libguestfs/libguestfs/blob/master/examples/mount_local.c&quot;&gt;mount_local.c&lt;/a&gt; -o mount_local -lguestfs&lt;/b&gt;
$ &lt;b&gt;./mount_local /tmp/test.img&lt;/b&gt;

This is the 'mount-local' demonstration program.  Follow the
instructions on screen.

Creating and formatting the disk image, please wait a moment ...

The _current directory_ is a FUSE filesystem backed by the disk
image which is managed by libguestfs.  Any files or directories
you copy into here (up to 512 MB) will be saved into the disk
image.  You can also delete files, create certain special files
and so on.

When you have finished adding files, hit ^D or exit to exit the
shell and return to the mount-local program.

mount-local-shell&amp;gt; &lt;b&gt;ls&lt;/b&gt;
lost+found  PUT_FILES_AND_DIRECTORIES_HERE
&lt;/pre&gt;
&lt;p&gt;From the subshell, I copy in some files:&lt;/p&gt;
&lt;pre&gt;mount-local-shell&amp;gt; &lt;b&gt;cp -a /usr/share/doc/libguestfs-devel-1.17.40/ .&lt;/b&gt;
mount-local-shell&amp;gt; &lt;b&gt;ls&lt;/b&gt;
libguestfs-devel-1.17.40  lost+found  PUT_FILES_AND_DIRECTORIES_HERE
mount-local-shell&amp;gt; &lt;b&gt;ls libguestfs-devel-1.17.40/&lt;/b&gt;
AUTHORS			       example-ubuntu.xml
BUGS			       example-windows-2003-x64-cd.xml
ChangeLog		       example-windows-2003-x86-cd.xml
copy_over.c		       example-windows.xml
create_disk.c		       example-windows-xp-cd.xml
display_icon.c		       HACKING
example-debian-netinst-cd.xml  inspect_vm.c
example-debian.xml	       README
example-fedora-dvd.xml	       RELEASE-NOTES
example-fedora-netinst-cd.xml  ROADMAP
example-fedora.xml	       TODO
example-rhel-6-dvd.xml	       virt-dhcp-address.c
example-rhel-6-netinst-cd.xml  virt-inspector.rng
example-ubuntu-live-cd.xml
&lt;/pre&gt;
&lt;p&gt;After copying in my files, I exit from the subshell:&lt;/p&gt;
&lt;pre&gt;mount-local-shell&amp;gt; &lt;b&gt;exit&lt;/b&gt;

Any files or directories that you copied in have been saved into
the disk image called '/tmp/test.img'.

Try opening the disk image with guestfish to see those files:

  guestfish -a /tmp/test.img -m /dev/sda1
&lt;/pre&gt;
&lt;p&gt;Here is the disk image that was created (note it is sparse, so it’s not really so large as it appears):&lt;/p&gt;
&lt;pre&gt;$ &lt;b&gt;ll /tmp/test.img&lt;/b&gt;
-rw-r--r--. 1 rjones rjones 536870912 May 14 12:03 /tmp/test.img
$ &lt;b&gt;du -sh /tmp/test.img&lt;/b&gt;
18M	/tmp/test.img
&lt;/pre&gt;
&lt;p&gt;We can use guestfish to look inside it:&lt;/p&gt;
&lt;pre&gt;$ &lt;b&gt;guestfish -a /tmp/test.img -m /dev/sda1&lt;/b&gt;

Welcome to guestfish, the libguestfs filesystem interactive shell for
editing virtual machine filesystems.

Type: 'help' for help on commands
      'man' to read the manual
      'quit' to quit the shell

&amp;gt;&amp;lt;fs&amp;gt; &lt;b&gt;ll /&lt;/b&gt;
total 18
drwxr-xr-x  4 root root  1024 May 14 12:03 .
drwxr-xr-x 23 1000 1000  4096 May 14 12:18 ..
-rw-r--r--  1 root root     0 May 14 12:03 PUT_FILES_AND_DIRECTORIES_HERE
drwxr-xr-x  2 root root  1024 May 14 08:37 libguestfs-devel-1.17.40
drwx------  2 root root 12288 May 14 12:03 lost+found
&lt;/pre&gt;
&lt;p&gt;Download the test program here: &lt;a href=&quot;https://github.com/libguestfs/libguestfs/blob/master/examples/mount_local.c&quot;&gt;https://github.com/libguestfs/libguestfs/blob/master/examples/mount_local.c&lt;/a&gt;&lt;/p&gt;
&lt;br /&gt;  &lt;a href=&quot;http://feeds.wordpress.com/1.0/gocomments/rwmj.wordpress.com/3958/&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;http://feeds.wordpress.com/1.0/comments/rwmj.wordpress.com/3958/&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.wordpress.com/1.0/godelicious/rwmj.wordpress.com/3958/&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;http://feeds.wordpress.com/1.0/delicious/rwmj.wordpress.com/3958/&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.wordpress.com/1.0/gofacebook/rwmj.wordpress.com/3958/&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;http://feeds.wordpress.com/1.0/facebook/rwmj.wordpress.com/3958/&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.wordpress.com/1.0/gotwitter/rwmj.wordpress.com/3958/&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;http://feeds.wordpress.com/1.0/twitter/rwmj.wordpress.com/3958/&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.wordpress.com/1.0/gostumble/rwmj.wordpress.com/3958/&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;http://feeds.wordpress.com/1.0/stumble/rwmj.wordpress.com/3958/&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.wordpress.com/1.0/godigg/rwmj.wordpress.com/3958/&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;http://feeds.wordpress.com/1.0/digg/rwmj.wordpress.com/3958/&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.wordpress.com/1.0/goreddit/rwmj.wordpress.com/3958/&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;http://feeds.wordpress.com/1.0/reddit/rwmj.wordpress.com/3958/&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;img src=&quot;http://stats.wordpress.com/b.gif?host=rwmj.wordpress.com&amp;amp;blog=6840703&amp;amp;post=3958&amp;amp;subd=rwmj&amp;amp;ref=&amp;amp;feed=1&quot; alt=&quot;&quot; height=&quot;1&quot; border=&quot;0&quot; width=&quot;1&quot; /&gt;</content>
		<author>
			<name>rich</name>
			<uri>http://rwmj.wordpress.com</uri>
		</author>
		<source>
			<title type="html">Richard WM Jones</title>
			<subtitle type="html">Virtualization, tools and tips</subtitle>
			<link rel="self" href="http://rwmj.wordpress.com/feed/"/>
			<id>http://rwmj.wordpress.com</id>
		</source>
	</entry>

	<entry>
		<title type="html">Public SCAP Contents</title>
		<link href="http://isimluk.livejournal.com/1426.html"/>
		<id>http://isimluk.livejournal.com/1426.html</id>
		<updated>2012-05-14T11:15:40+00:00</updated>
		<content type="html">
			&lt;img src=&quot;http://isimluk.fedorapeople.org/isimluk.jpg&quot;  alt=&quot;&quot; style=&quot;float: right;&quot;&gt;
 &lt;p&gt;As stated &lt;a href=&quot;http://isimluk.livejournal.com/631.html&quot;&gt;earlier&lt;/a&gt;, writing own SCAP content from scratch is rather hard. One needs to understand at least XCCDF, and often also OVAL layer. On the other hand, customization (tailoring) of existing content is easy. One needs only to review the existing and decide which checks he (or she) wants to include in his (her) security profile, and customize a few variables. There is even opensource graphical tool for tailoring, it is called &lt;a href=&quot;https://fedorahosted.org/scap-workbench/&quot; rel=&quot;nofollow&quot;&gt;scap-workbench&lt;/a&gt;.&lt;/p&gt;&lt;p&gt;There are groups publishing their XCCDF content under opensource licences. So anyone may start hacking on top of them.&lt;/p&gt;&lt;ul&gt;&lt;br /&gt;&lt;li&gt;&lt;a href=&quot;http://usgcb.nist.gov/usgcb/rhel_content.html&quot; rel=&quot;nofollow&quot;&gt;USGCB for RHEL5 Desktop&lt;/a&gt;. The United States Government Configuration Baseline, It's the official SCAP content for desktops within federal agencies. It has been developed at NIST which collaborated with DoD and Red Hat, Inc. Unfortunatelly, it turned out, that the content tends to become out of date and some parts of OVAL may not fit nicely to the latest Fedoras.&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;https://fedorahosted.org/scap-security-guide/&quot; rel=&quot;nofollow&quot;&gt;SCAP Security Guide for RHEL6&lt;/a&gt;. It reassumes and extends USGCB, containing profiles for desktop, server, and ftp server. This content is under active community development.&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;https://fedorahosted.org/sce-community-content/&quot; rel=&quot;nofollow&quot;&gt;SCE Community Content&lt;/a&gt;. This content does not use OVAL, instead it contains arbitrary scripts as checking engine. Arbitrary scripts might be no-go for some deployments, on the other hand they allow rapid development which might came handy elsewhere. The content combines rules from STIG, Aqueduct, and Sectool.&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://git.fedorahosted.org/git/?p=openscap.git;a=tree;f=dist/fedora/sectool-xccdf&quot; rel=&quot;nofollow&quot;&gt;Content Based on Sectool&lt;/a&gt; and obsoleting it. It's also included in the previous.&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://git.fedorahosted.org/git/?p=openscap.git;a=tree;f=dist/fedora&quot; rel=&quot;nofollow&quot;&gt;OpenSCAP Content for Fedora 14&lt;/a&gt;. Exemplary SCAP content created for Fedora 14 and maintained by OpenSCAP community.&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://git.fedorahosted.org/git/?p=openscap.git;a=tree;f=dist/rhel6&quot; rel=&quot;nofollow&quot;&gt;OpenSCAP Content for RHEL6&lt;/a&gt;.&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;Please let me know, in case you are aware about another group publishing their XCCDF content. I would like to have them added.&lt;/p&gt;</content>
		<author>
			<name>Simon Lukasik</name>
			<uri>http://isimluk.livejournal.com/</uri>
		</author>
		<source>
			<title type="html">isimluk</title>
			<subtitle type="html">isimluk - LiveJournal.com</subtitle>
			<link rel="self" href="http://isimluk.livejournal.com/data/rss"/>
			<id>http://isimluk.livejournal.com/</id>
		</source>
	</entry>

	<entry>
		<title type="html">Fedora in pillole: come registrare il desktop?</title>
		<link href="http://morefedora.blogspot.com/2012/05/fedora-in-pillole-come-registrare-il.html"/>
		<id>tag:blogger.com,1999:blog-8289133884257433530.post-4174264410372674387</id>
		<updated>2012-05-14T10:27:00+00:00</updated>
		<content type="html">
			&lt;img src=&quot;http://www.gravatar.com/avatar/a47795df6968fe5645cd3b6b94235e86?s=80&quot;  alt=&quot;&quot; style=&quot;float: right;&quot;&gt;
 &lt;div style=&quot;clear: both; text-align: center;&quot; class=&quot;separator&quot;&gt;&lt;a style=&quot;clear: right; float: right; margin-bottom: 1em; margin-left: 1em;&quot; href=&quot;http://fc05.deviantart.net/fs26/f/2008/147/8/8/Camstudio_Record_Button_Icon_by_HereticPie.png&quot;&gt;&lt;img src=&quot;http://fc05.deviantart.net/fs26/f/2008/147/8/8/Camstudio_Record_Button_Icon_by_HereticPie.png&quot; height=&quot;200&quot; border=&quot;0&quot; width=&quot;200&quot; /&gt;&lt;/a&gt;&lt;/div&gt;Se usate Fedora nella versione di default con Gnome-Shell e avete la necessità di produrre uno screencast, pochi sanno che basta utilizzare la combinazione di tasti:&lt;br /&gt;&lt;br /&gt;&lt;div style=&quot;text-align: center;&quot;&gt;&lt;i&gt;CTRL + SHIFT + ALT + R&lt;/i&gt;&lt;/div&gt;&lt;div style=&quot;text-align: center;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;per &lt;b&gt;avviare una registrazione in formato WebM&lt;/b&gt; di ciò che viene visualizzato sul vostro schermo.&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;La combinazione di tasti &lt;b&gt;vale sia per l'avvio che per l'arresto&lt;/b&gt; della registrazione.&lt;br /&gt;&lt;br /&gt;Alla fine troverete nella vostra home directory un file chiamato &lt;b&gt;shell-data_odierna-#.webm&lt;/b&gt;(ad esempio, &lt;b&gt;shell-20120514-1.webm&lt;/b&gt; per il primo screencast registrato oggi)&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;Provare per credere :-)&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class=&quot;blogger-post-footer&quot;&gt;&lt;img src=&quot;https://blogger.googleusercontent.com/tracker/8289133884257433530-4174264410372674387?l=morefedora.blogspot.com&quot; alt=&quot;&quot; height=&quot;1&quot; width=&quot;1&quot; /&gt;&lt;/div&gt;</content>
		<author>
			<name>Paolo Leoni</name>
			<email>noreply@blogger.com</email>
			<uri>http://morefedora.blogspot.com/search/label/planet</uri>
		</author>
		<source>
			<title type="html">More Fedora</title>
			<subtitle type="html">Because the more, the better</subtitle>
			<link rel="self" href="http://morefedora.blogspot.com/feeds/posts/default/-/planet/?alt=rss"/>
			<id>tag:blogger.com,1999:blog-8289133884257433530</id>
		</source>
	</entry>

	<entry>
		<title type="html" xml:lang="en">Fedora 17 發行派對 @ 臺中</title>
		<link href="http://linuxtoy.org/archives/fedora-17-release-party-at-taizhung.html"/>
		<id>http://linuxtoy.org/?p=5569</id>
		<updated>2012-05-14T09:29:43+00:00</updated>
		<content type="html" xml:lang="en">
			&lt;img src=&quot;http://planet.fedoraproject.org/images/heads/default.png&quot;  alt=&quot;&quot; style=&quot;float: right;&quot;&gt;
 &lt;p&gt;Fedora 17 即將在 5/22 發行，一如往常將帶給大家 Linux 界中最尖端的技術、最新版的自由軟體。&lt;/p&gt;

&lt;p&gt;我們將於 6/3 (日) 在臺中舉辦發行派對，歡迎大家一同到場共襄盛舉！本活動由 Fedora 專案官方贊助，全程免費。转载自&lt;a href=&quot;http://lists.fedoraproject.org/pipermail/chinese/2012-May/009442.html&quot;&gt;邮件列表&lt;/a&gt;&lt;span id=&quot;more-5569&quot;&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p&gt;Fedora 是一個以 Linux 為基礎的作業系統，是一套能讓你電腦運作自如的軟體集合。&lt;/p&gt;

&lt;p&gt;Fedora 專案是個國際性社群的名稱，熱愛自由軟體、使用自由軟體、也打造自由軟體。一直以來，Fedora 都是 Linux 最新自由軟體的試驗場，包括 ibus、packagekit、system-config-printer... 等都源自於此；此外 Fedora 也一直與上游緊密合作，讓不是使用 Fedora 的人也能一起受益。&lt;/p&gt;

&lt;p&gt;主題將以 Fedora 為主，介紹 Fedora 專案、新版的特色 (例如 GNOME 3.4)、以及其他應用與分享等。&lt;/p&gt;

&lt;ul&gt;
    &lt;li&gt;活動開始時間：2012/06/03 14:00&lt;/li&gt;
    &lt;li&gt;活動結束時間：2012/06/03 17:00&lt;/li&gt;
    &lt;li&gt;地點名稱：黑貓月亮咖啡館 台灣台中市西屯區大墩二十街111號&lt;/li&gt;
    &lt;li&gt;活動人數上限：25&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;a href=&quot;http://registrano.com/events/8c4b43&quot;&gt;活動報名網頁&lt;/a&gt;&lt;/p&gt;
	&lt;p&gt;&lt;/p&gt;
	&lt;p&gt;分类: &lt;a href=&quot;http://linuxtoy.org/category/offline&quot; rel=&quot;category tag&quot; title=&quot;View all posts in Offline&quot;&gt;Offline&lt;/a&gt; | 
	&lt;a href=&quot;http://linuxtoy.org/archives/fedora-17-release-party-at-taizhung.html&quot;&gt;永久链接&lt;/a&gt; |
	&lt;a href=&quot;http://delicious.com/save?url=http://linuxtoy.org/archives/fedora-17-release-party-at-taizhung.html&amp;amp;title=Fedora 17 發行派對 @ 臺中&quot;&gt;收藏到 del.icio.us&lt;/a&gt; | 
	&lt;a href=&quot;mailto:?Subject=Check This Out&amp;amp;body=I think you'll like this: http://linuxtoy.org/archives/fedora-17-release-party-at-taizhung.html&quot;&gt;Email 给好友&lt;/a&gt; | 
    &lt;a href=&quot;http://linuxtoy.org/archives/fedora-17-release-party-at-taizhung.html#comments&quot;&gt;17 评论&lt;/a&gt; |
    &lt;a href=&quot;http://linuxtoy.org/faq/donate&quot;&gt;捐助本站&lt;/a&gt;&lt;/p&gt;</content>
		<author>
			<name>黑日白月</name>
			<uri>http://linuxtoy.org</uri>
		</author>
		<source>
			<title type="html">LinuxTOY » Fedora</title>
			<subtitle type="html">LinuxTOY 是一个致力于提供 Linux 相关资讯的专题站点。如果您发现了好用好玩的 Linux 东东并愿意发扬自由、分享的精神，可以点击顶部导航 Contact 按钮进行投稿。</subtitle>
			<link rel="self" href="http://linuxtoy.org/tag/fedora/feed"/>
			<id>http://linuxtoy.org</id>
		</source>
	</entry>

	<entry>
		<title type="html">Freelance / Storyboard</title>
		<link href="http://nicubunu.blogspot.com/2012/05/freelance-storyboard.html"/>
		<id>tag:blogger.com,1999:blog-5797212.post-7913321184056941422</id>
		<updated>2012-05-14T07:02:00+00:00</updated>
		<content type="html">
			&lt;img src=&quot;http://nicubunu.ro/gfx/bunny.png&quot;  alt=&quot;&quot; style=&quot;float: right;&quot;&gt;
 &lt;p&gt;I am doing a lot of &lt;a href=&quot;http://photoblog.nicubunu.ro/&quot;&gt;photography&lt;/a&gt; lately but I also didn't forget about graphics, the latest project I was involved lately was doing &lt;b&gt;freelance&lt;/b&gt; work on a proprietary commercial project for &lt;a href=&quot;http://www.storyboardthat.com/&quot;&gt;creating storyboards&lt;/a&gt;). While is &lt;b&gt;not&lt;/b&gt; Free software, it allows to leverage my experience from my old &lt;a href=&quot;http://nicubunu.blogspot.com/search/label/webcomic&quot;&gt;Fedora webcomic&lt;/a&gt; and even build upon some of the &lt;a href=&quot;http://clipart.nicubunu.ro/?gallery=comic_chars&quot;&gt;assets&lt;/a&gt; I developed as a follow-up. From a technology point of view, the project is cool as it uses SVG for its files, so once installed you can extend it easily with self-made graphics or with images from the &lt;a href=&quot;http://openclipart.org/&quot;&gt;Open Clip Art Library&lt;/a&gt;, for example.&lt;/p&gt;&lt;p&gt;Unfortunately the app is Windows-only, made with .NET, so I can't easily provide screenshots (I use Inkscape and Fedora for my part of the work), but here's an example image from the &lt;a href=&quot;http://www.storyboardthat.com/&quot;&gt;Storyboard That website&lt;/a&gt; (probably people will recognize the graphics style): &lt;/p&gt;&lt;center&gt;&lt;a href=&quot;http://www.storyboardthat.com/&quot;&gt;&lt;img src=&quot;http://www.storyboardthat.com/images/business_case_for_cct.png&quot; alt=&quot;storyboard that&quot; border=&quot;0&quot; width=&quot;600&quot; /&gt;&lt;/a&gt;&lt;/center&gt;&lt;p&gt;&lt;/p&gt;&lt;div class=&quot;blogger-post-footer&quot;&gt;&lt;img src=&quot;https://blogger.googleusercontent.com/tracker/5797212-7913321184056941422?l=nicubunu.blogspot.com&quot; alt=&quot;&quot; height=&quot;1&quot; width=&quot;1&quot; /&gt;&lt;/div&gt;</content>
		<author>
			<name>Nicu Buculei</name>
			<email>noreply@blogger.com</email>
			<uri>http://nicubunu.blogspot.com/</uri>
		</author>
		<source>
			<title type="html">nicu's FOSS'n'stuff</title>
			<subtitle type="html">a bit about Free software, a bit about graphics, a bit about design, a bit about photography, a bit about gadgets, a bit about life and many more</subtitle>
			<link rel="self" href="http://nicubunu.blogspot.com/feeds/posts/default?alt=rss"/>
			<id>tag:blogger.com,1999:blog-5797212</id>
		</source>
	</entry>

	<entry>
		<title type="html" xml:lang="en">Upcoming FAmSCo elections and a special nomination</title>
		<link href="http://igorsoares.com/?p=765"/>
		<id>http://igorsoares.com/?p=765</id>
		<updated>2012-05-14T01:34:34+00:00</updated>
		<content type="html" xml:lang="en">
			&lt;img src=&quot;http://igor.fedorapeople.org/images/hacigor.png&quot;  alt=&quot;&quot; style=&quot;float: right;&quot;&gt;
 &lt;p&gt;As you probably have heard, FAmSCo elections are coming earlier this year. 7 seats will be up for next election and 3 up for the December election. The anticipated elections are a side effect of the FAmSCo election reforms made on the current term. Personally I’d prefer this transition to be made on December, when we usually have FAmSCo elections and when the current term was supposed to end initially. IMHO having elections on the middle of the current term means that the rule is being changed during the game. On previous elections the ambassadors voted for a full term, and my position is that – ideally – we should have fulfilled it in respect to the voters. On the other hand the majority of FAmSCo realize that there are more advantages than disadvantages in making the transition now, for instance the possibility of filling vacant seats.&lt;/p&gt;
&lt;p&gt;Although I do not agree with the transition timing, the reform in FAmSCo elections is a great improvement. FAmSCo chair, &lt;a href=&quot;https://fedoraproject.org/wiki/User:Cwickert&quot;&gt;Christoph  Wickert&lt;/a&gt;, bravely conducted this effort and now more people will be involved in the elections and the next FAmSCo term hopefully will be better than the previous ones. Despite the initial polemic regarding the transition, the new rules in place are solid and are the result of a work made by people committed to future of our community.&lt;/p&gt;
&lt;p&gt;I believe that this was a short but intense term for everyone in FAmSCo and for me it ends with the feeling of mission accomplished. The previous term, which I was also a part of, was completed and more devoted to small but numerous changes, in contrast with those few big changes promoted by the current term. After those two terms I feel like my mission as a FAmSCo member is now fulfilled and I’m not running for reelection again. Therefore I would like to nominate &lt;a href=&quot;http://fedoraproject.org/wiki/User:Dbruno&quot;&gt;Daniel Bruno&lt;/a&gt; as a candidate for next FAmSCo elections. Daniel has been on the road with us for a long while now and has been an excellent mentor for LATAM. He also did a good job maintaining our local infrastructure at &lt;a href=&quot;http://projetofedora.org/&quot;&gt;projetofedora.org&lt;/a&gt; as well as on building up the open source community in northern Brazil.&lt;/p&gt;
&lt;p&gt;After the elections I’ll concentrate myself on organizing the Fedora participation at &lt;a href=&quot;http://softwarelivre.org/fisl13?lang=en&quot;&gt;FISL&lt;/a&gt; and do some groundwork helping the Brazilian Portuguese Translation Team. The team needs to improve it’s documentation and put some translations back on shape. That’s what we are willing to do on our upcoming &lt;a href=&quot;https://fedoraproject.org/wiki/Translation_FAD_FISL13&quot;&gt;Translation FAD&lt;/a&gt; and since I have some experience on translation processes from my early days on Fedora I’ll be glad to help them.&lt;/p&gt;</content>
		<author>
			<name>igor</name>
			<uri>http://igorsoares.com</uri>
		</author>
		<source>
			<title type="html">Igor Pires Soares » Fedora</title>
			<subtitle type="html">Reloaded.</subtitle>
			<link rel="self" href="http://igorsoares.com/?cat=4&amp;feed=rss2"/>
			<id>http://igorsoares.com</id>
		</source>
	</entry>

	<entry>
		<title type="html" xml:lang="en">liberate your cloud data</title>
		<link href="http://autoverse.net/2012/05/14/liberate-your-cloud-data/"/>
		<id>http://autoverse.net/?p=31730</id>
		<updated>2012-05-13T21:18:03+00:00</updated>
		<content type="html" xml:lang="en">
			&lt;img src=&quot;http://www.autoverse.net/wp-content/uploads/pub/nrous.png&quot;  alt=&quot;&quot; style=&quot;float: right;&quot;&gt;
 &lt;p&gt;&lt;a href=&quot;http://fosscomm.gr/&quot; target=&quot;_blank&quot;&gt;Fosscomm&lt;/a&gt; just ended and this post is just a placeholder for my Saturday speech about available Free Software solutions out there that can be used for self-hosted cloud services. Let’s get control over our data :)&lt;/p&gt;
&lt;p&gt;Full presentation: &lt;a href=&quot;http://autoverse.net/wp-content/uploads/2012/05/comzeradd-liberate-your-cloud-data.pdf&quot;&gt;pdf&lt;/a&gt;&lt;/p&gt;
 &lt;p&gt;&lt;a href=&quot;http://autoverse.net/?flattrss_redirect&amp;amp;id=31730&amp;amp;md5=8424c183a14c933530a84d1d0b96f97d&quot; target=&quot;_blank&quot; title=&quot;Flattr&quot;&gt;&lt;img src=&quot;http://autoverse.net/wp-content/plugins/flattr/img/flattr-badge-large.png&quot; alt=&quot;flattr this!&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</content>
		<author>
			<name>Nikos Roussos</name>
			<uri>http://autoverse.net</uri>
		</author>
		<source>
			<title type="html">autoverse » libre</title>
			<subtitle type="html">a life automaton</subtitle>
			<link rel="self" href="http://autoverse.net/category/libre/feed/atom/"/>
			<id>http://autoverse.net/feed/atom/</id>
		</source>
	</entry>

	<entry>
		<title type="html" xml:lang="en">GSoC 2012: On-Demand Fedora Build Service: Update #3</title>
		<link href="http://echorand.me/2012/05/13/gsocupdate3/"/>
		<id>http://echorand.me/?p=2102</id>
		<updated>2012-05-13T19:37:50+00:00</updated>
		<content type="html" xml:lang="en">
			&lt;img src=&quot;http://amitksaha.fedorapeople.org/amitksaha.png&quot;  alt=&quot;&quot; style=&quot;float: right;&quot;&gt;
 &lt;p&gt;I have pushed a working snapshot of the image building code to github[1]. Here is a sample run of the code:&lt;br /&gt;
&lt;code&gt;&lt;br /&gt;
$ sudo python imagebuild.py -t boot -a i386 -o image_op1 -w image_work -p fedora -r 17 -v 1 -nvr 'anaconda-17.26-1.fc17' -bid '318281' '311809'&lt;br /&gt;
&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;This command line spawns the build process of a Fedora 17 boot.iso with a number of extra packages (specified via their NVR or build IDs):&lt;br /&gt;
&lt;code&gt;&lt;br /&gt;
$ sudo python imagebuild.py -t boot -a i386 -o image_op1 -w image_work -p fedora -r 17 -v 1 -nvr 'anaconda-17.26-1.fc17' -bid '318281' '311809'&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;Downloading Extra Packages&lt;/p&gt;
&lt;p&gt;Saving Primary metadata&lt;br /&gt;
Saving file lists metadata&lt;br /&gt;
Saving other metadata&lt;br /&gt;
Generating sqlite DBs&lt;br /&gt;
Sqlite DBs complete&lt;br /&gt;
Building Boot ISO&lt;br /&gt;
checking for root privileges&lt;br /&gt;
checking yum base object&lt;br /&gt;
setting up build architecture&lt;br /&gt;
setting up build parameters&lt;br /&gt;
installing runtime packages&lt;br /&gt;
running runtime-install.tmpl&lt;/p&gt;
&lt;p&gt;downloading packages&lt;br /&gt;
(  1/592) [100%] downloading GConf2-3.2.5-1.fc17.i686.rpm&lt;br /&gt;
(  2/592) [100%] downloading ModemManager-0.5.2.0-1.fc17.i686.rpm&lt;br /&gt;
(  3/592) [100%] downloading NetworkManager-0.9.4.0-7.git20120403.fc17.i686.rpm&lt;br /&gt;
(  4/592) [100%] downloading NetworkManager-glib-0.9.4.0-7.git20120403.fc17....&lt;br /&gt;
(  4/592) [100%] downloading NetworkManager-glib-0.9.4.0-7.git20120403.fc17....&lt;br /&gt;
.&lt;br /&gt;
.&lt;br /&gt;
&lt;/p&gt;
&lt;p&gt;Finally, a boot.iso is created. Next, I plan to inegrate package retrieval from Koji via other methods. And then, support for creating Live images and DVD images. And then, the REST API/Web based service.&lt;/p&gt;
&lt;p&gt;Some of the scripts I was experimenting with to pull packages are here [2].&lt;/p&gt;
&lt;p&gt;[1] &lt;a href=&quot;https://github.com/amitsaha/gsoc2012_fbs/tree/master/image_builder&quot; target=&quot;_blank&quot;&gt;https://github.com/amitsaha/gsoc2012_fbs/tree/master/image_builder&lt;/a&gt;&lt;br /&gt;
[2] &lt;a href=&quot;https://github.com/amitsaha/gsoc2012_fbs/tree/master/scripts&quot; target=&quot;_blank&quot;&gt;https://github.com/amitsaha/gsoc2012_fbs/tree/master/scripts&lt;/a&gt;&lt;/p&gt;
&lt;br /&gt;  &lt;a href=&quot;http://feeds.wordpress.com/1.0/gocomments/amitksaha.wordpress.com/2102/&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;http://feeds.wordpress.com/1.0/comments/amitksaha.wordpress.com/2102/&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.wordpress.com/1.0/godelicious/amitksaha.wordpress.com/2102/&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;http://feeds.wordpress.com/1.0/delicious/amitksaha.wordpress.com/2102/&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.wordpress.com/1.0/gofacebook/amitksaha.wordpress.com/2102/&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;http://feeds.wordpress.com/1.0/facebook/amitksaha.wordpress.com/2102/&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.wordpress.com/1.0/gotwitter/amitksaha.wordpress.com/2102/&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;http://feeds.wordpress.com/1.0/twitter/amitksaha.wordpress.com/2102/&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.wordpress.com/1.0/gostumble/amitksaha.wordpress.com/2102/&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;http://feeds.wordpress.com/1.0/stumble/amitksaha.wordpress.com/2102/&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.wordpress.com/1.0/godigg/amitksaha.wordpress.com/2102/&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;http://feeds.wordpress.com/1.0/digg/amitksaha.wordpress.com/2102/&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.wordpress.com/1.0/goreddit/amitksaha.wordpress.com/2102/&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;http://feeds.wordpress.com/1.0/reddit/amitksaha.wordpress.com/2102/&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;img src=&quot;http://stats.wordpress.com/b.gif?host=echorand.me&amp;amp;blog=899010&amp;amp;post=2102&amp;amp;subd=amitksaha&amp;amp;ref=&amp;amp;feed=1&quot; alt=&quot;&quot; height=&quot;1&quot; border=&quot;0&quot; width=&quot;1&quot; /&gt;</content>
		<author>
			<name>Amit</name>
			<uri>http://echorand.me</uri>
		</author>
		<source>
			<title type="html">bits from /home/gene » Fedora</title>
			<link rel="self" href="http://echorand.me/category/fedora/feed/"/>
			<id>http://echorand.me</id>
		</source>
	</entry>

	<entry>
		<title type="html" xml:lang="en">Installing Fedora 17 on my EEEpc using a kickstart!</title>
		<link href="http://dodoincfedora.wordpress.com/2012/05/13/installing-fedora-17-on-my-eeepc-using-a-kickstart/"/>
		<id>http://dodoincfedora.wordpress.com/?p=1079</id>
		<updated>2012-05-13T13:45:03+00:00</updated>
		<content type="html" xml:lang="en">
			&lt;img src=&quot;http://ankursinha.fedorapeople.org/face.jpg&quot;  alt=&quot;&quot; style=&quot;float: right;&quot;&gt;
 &lt;p&gt;I’ve been trying to do this for a few days now. Figuring out the correct kickstart options, and then making the kickstart availble was a little work. It wasn’t difficult, it just required some experimentation really.&lt;/p&gt;
&lt;div&gt;Here’s how I went about it:&lt;/div&gt;
&lt;div&gt;The kickstart file looks like this (I install KDE on my eeepc to keep in touch with it. I use gnome on my main system):&lt;/div&gt;
&lt;p&gt;&lt;span style=&quot;color: #c0c0c0;&quot;&gt;#version=DEVEL&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #c0c0c0;&quot;&gt; install&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #c0c0c0;&quot;&gt; lang en_US.UTF-8&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #c0c0c0;&quot;&gt; keyboard us&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #c0c0c0;&quot;&gt; network –onboot no –device p1p2 –bootproto dhcp –noipv6 –hostname guest.pc&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #c0c0c0;&quot;&gt; network –device wlan0 –noipv4 –noipv6 –hostname guest.pc&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #c0c0c0;&quot;&gt; timezone Asia/Kolkata&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #c0c0c0;&quot;&gt; rootpw –iscrypted foo-bar&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #c0c0c0;&quot;&gt; selinux –enforcing&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #c0c0c0;&quot;&gt; authconfig –enableshadow –passalgo=sha512&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #c0c0c0;&quot;&gt; firewall –service=ssh&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #c0c0c0;&quot;&gt; ignoredisk –drives=sdb,sdc&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #c0c0c0;&quot;&gt; clearpart –all –drives=sda&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #c0c0c0;&quot;&gt; autopart –type=lvm&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;color: #c0c0c0;&quot;&gt;firstboot –enabled&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;color: #c0c0c0;&quot;&gt;bootloader –location=mbr –timeout=5 –driveorder=sda –append=”rhgb quiet”&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;color: #c0c0c0;&quot;&gt;%packages&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #c0c0c0;&quot;&gt; @core&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #c0c0c0;&quot;&gt; @KDE Software Compilation&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #c0c0c0;&quot;&gt; @X Window System&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #c0c0c0;&quot;&gt; firefox&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #c0c0c0;&quot;&gt; firstboot&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #c0c0c0;&quot;&gt; vim*&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #c0c0c0;&quot;&gt; %end&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;color: #c0c0c0;&quot;&gt;reboot&lt;/span&gt;&lt;/p&gt;
&lt;div&gt;I used two pen drives. One for the installer, and another to provide the kickstart. Get the UUID of your pen drive using the &lt;strong&gt;‘blkid’&lt;/strong&gt; command. This will be required.&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
&lt;div&gt;To make the kickstart available to your eeepc during installation, hit ESCAPE when you get to the installer screen. You’ll be dropped to a &lt;strong&gt;boot:&lt;/strong&gt; prompt.&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style=&quot;color: #c0c0c0;&quot;&gt;linux ks=hd:UUID=:/&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
&lt;div&gt;Tha’ts all really. Sit back, or go take a walk. When you get back, you have Fedora ready to use!&lt;/div&gt;
&lt;p&gt;The page on the wiki with more information is here: &lt;a href=&quot;http://fedoraproject.org/wiki/Anaconda/Kickstart&quot; target=&quot;_blank&quot; title=&quot;http://fedoraproject.org/wiki/Anaconda/Kickstart&quot;&gt;http://fedoraproject.org/wiki/Anaconda/Kickstart&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Oh! &lt;em&gt;&lt;strong&gt;system-config-kickstart&lt;/strong&gt; appears to be broken. &lt;a href=&quot;https://bugzilla.redhat.com/show_bug.cgi?id=820748&quot; target=&quot;_blank&quot; title=&quot;https://bugzilla.redhat.com/show_bug.cgi?id=820748&quot;&gt;Here’s the bug I filed.&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;
&lt;br /&gt;  &lt;a href=&quot;http://feeds.wordpress.com/1.0/gocomments/dodoincfedora.wordpress.com/1079/&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;http://feeds.wordpress.com/1.0/comments/dodoincfedora.wordpress.com/1079/&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.wordpress.com/1.0/godelicious/dodoincfedora.wordpress.com/1079/&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;http://feeds.wordpress.com/1.0/delicious/dodoincfedora.wordpress.com/1079/&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.wordpress.com/1.0/gofacebook/dodoincfedora.wordpress.com/1079/&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;http://feeds.wordpress.com/1.0/facebook/dodoincfedora.wordpress.com/1079/&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.wordpress.com/1.0/gotwitter/dodoincfedora.wordpress.com/1079/&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;http://feeds.wordpress.com/1.0/twitter/dodoincfedora.wordpress.com/1079/&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.wordpress.com/1.0/gostumble/dodoincfedora.wordpress.com/1079/&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;http://feeds.wordpress.com/1.0/stumble/dodoincfedora.wordpress.com/1079/&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.wordpress.com/1.0/godigg/dodoincfedora.wordpress.com/1079/&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;http://feeds.wordpress.com/1.0/digg/dodoincfedora.wordpress.com/1079/&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.wordpress.com/1.0/goreddit/dodoincfedora.wordpress.com/1079/&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;http://feeds.wordpress.com/1.0/reddit/dodoincfedora.wordpress.com/1079/&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;img src=&quot;http://stats.wordpress.com/b.gif?host=dodoincfedora.wordpress.com&amp;amp;blog=6513662&amp;amp;post=1079&amp;amp;subd=dodoincfedora&amp;amp;ref=&amp;amp;feed=1&quot; alt=&quot;&quot; height=&quot;1&quot; border=&quot;0&quot; width=&quot;1&quot; /&gt;</content>
		<author>
			<name>ankursworld</name>
			<uri>http://dodoincfedora.wordpress.com</uri>
		</author>
		<source>
			<title type="html">Ankur's Tech blog</title>
			<subtitle type="html">|| Geek ||</subtitle>
			<link rel="self" href="http://dodoincfedora.wordpress.com/feed/"/>
			<id>http://dodoincfedora.wordpress.com</id>
		</source>
	</entry>

	<entry>
		<title type="html">Grazer LinuxTage 2012</title>
		<link href="http://blog.dmaphy.de/2012/05/grazer-linuxtage-2012.html"/>
		<id>tag:blogger.com,1999:blog-7159748.post-1081525543485994391</id>
		<updated>2012-05-13T13:23:41+00:00</updated>
		<content type="html">
			&lt;img src=&quot;http://dmaphy.fedorapeople.org/dmaphy.png&quot;  alt=&quot;&quot; style=&quot;float: right;&quot;&gt;
 I have to admit: I love to be an engineer, to dive into issues and forget the time and everything around me until a problem is solved. This is good for the people having the technical problems which I solve then.&lt;br /&gt;
&lt;br /&gt;
Now I learned why this is not good for &lt;span id=&quot;goog_1868793699&quot;&gt;&lt;/span&gt;&lt;a href=&quot;https://fedoraproject.org/wiki/Linuxtage_Graz_2012&quot;&gt;organizing booths for free software events&lt;span id=&quot;goog_1868793700&quot;&gt;&lt;/span&gt;&lt;/a&gt; - alone. Not getting around to order posters or rollups for a booth in time lead to a strange presence of Fedora on Grazer Linuxtage. :)&lt;br /&gt;
&lt;br /&gt;
&lt;div style=&quot;clear: both; text-align: center;&quot; class=&quot;separator&quot;&gt;
&lt;a style=&quot;margin-left: 1em; margin-right: 1em;&quot; href=&quot;http://4.bp.blogspot.com/-Y_w-LnWjPAo/T66I4wPWhXI/AAAAAAAAABs/T-A0htv7ppY/s1600/DSC_0082.JPG&quot;&gt;&lt;img src=&quot;http://4.bp.blogspot.com/-Y_w-LnWjPAo/T66I4wPWhXI/AAAAAAAAABs/T-A0htv7ppY/s320/DSC_0082.JPG&quot; height=&quot;320&quot; border=&quot;0&quot; width=&quot;240&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;br /&gt;
You most likely know the sticker I used to improve the Austrian Tux. I had just those small things like buttons, stickers and DVDs with me in Graz, so I had to be a bit more creative...&lt;br /&gt;
&lt;br /&gt;
The booth, however, was small but fine and quite well visited. I didn't expect that much of visitors before. The stories I heard of the event did let me think this will be a small event, so it was an awesome experience to see that I didn't had any of the Fedora Media, &lt;a href=&quot;http://www.christoph-wickert.de/&quot;&gt;Christoph&lt;/a&gt; sent me, around, already at the half of the day. The other half didn't get boring because of that though. There still were a lot of Fedora Fanboys taking stickers and buttons with them and visitors asking the &quot;usual&quot; questions about the relationships between Fedora and RedHat and when the next release will come up and so on. Not to forget the jokers, who were asking for the pretended confusion between the Fedora and Facebook logos, of course...&lt;br /&gt;
&lt;br /&gt;
A tip for any other Fedora Ambassador who is going to supervise a booth on an event some time: I think one reason that I had that much visitors at the booth without having big posters and such stuff around was, that I actually was *standing* next to or before the booth without a notebook. It is important to show that you are there for answering questions, not for hacking.&lt;br /&gt;
&lt;br /&gt;
It was a good decision to get into an airplane for the second time in my life, to travel Hamburg-Frankfurt-Graz-Munich-Hamburg on just one weekend, even if I'd expected that there are Austrian Fedora Ambassadors as well who maybe are interested in supporting a Fedora Booth in Graz.&lt;br /&gt;
&lt;br /&gt;
The weather in Graz was just great! 27°C, blue sky and sunshine all around.I got riled about myself because I missed to ask for vacation for the Monday after. The Tuesday after was a holiday in Germany anyway, so this could have gotten a really long weekend in Graz.&lt;br /&gt;
&lt;br /&gt;
Beneath a quite nice view to the Alps from above when getting there, it was also a pleasure to meet the free software family again after a long time as well as a lot of new free software contributors and interesting people on the event.&lt;br /&gt;
&lt;br /&gt;
It also was interesting to learn about the Austrian organizations who care about political issues concerning free software and data retention stuff and so on. Now I understand a bit better what it means that a lot of these topics are European topics.&lt;br /&gt;
&lt;br /&gt;
Since I already arrived there on Friday afternoon and was flying back on Sunday, there was a lot of time around the actual event on Saturday to get in touch with the people. On Friday I was helping out with preparations for the event and was lucky to see that the organizators had table cloth for *every*&lt;br /&gt;
project booth (thanks for your efforts anyway, gnokii ;) ).&lt;br /&gt;
&lt;br /&gt;
Saturday morning when I went to the event I already met &lt;a href=&quot;http://gisbers.de/&quot;&gt;Michael&lt;/a&gt;, who was taking care of the LPI booth which was right between the boothes of Debian and Fedora. To the left of the Fedora booth there were the guys of Gentoo and one distribution I didn't knew of before: &lt;a href=&quot;http://openartisthq.org/&quot;&gt;OpenArtist&lt;/a&gt; is intended to be used by musicians and graphic designers. Interesting that the whole distro is chiefly maintained by just one person.&lt;br /&gt;
&lt;br /&gt;
On Saturday evening a social event took place where exhibitors and organizators where invited. You have to know that the creators of &lt;a href=&quot;http://grml.org/&quot;&gt;GRML&lt;/a&gt; are member of the organization team and &lt;a href=&quot;http://zsh.sourceforge.net/&quot;&gt;Zsh&lt;/a&gt;&lt;br /&gt;
geeks as well. You can imagine this was a very nice evening if you're a bit nerdy. ;)&lt;br /&gt;
&lt;br /&gt;
On the sunday morning after we met again for a brunch with the people who organized the event. The restaurant had a really big backyard, so we could enjoy the coffee out of the doors in the green with the nice weather. A bummer that I had to leave that early to get my flight back to Hamburg with&lt;br /&gt;
a longer stop in Munich because the captain pilot was in the cantine and forgot that he already should sit in an airplane...&lt;br /&gt;
&lt;br /&gt;
P.S. For the same reason I was introducing this post with, this report actually took almost two more weeks to actually get written down. ;)&lt;div class=&quot;blogger-post-footer&quot;&gt;&lt;img src=&quot;https://blogger.googleusercontent.com/tracker/7159748-1081525543485994391?l=blog.dmaphy.de&quot; alt=&quot;&quot; height=&quot;1&quot; width=&quot;1&quot; /&gt;&lt;/div&gt;</content>
		<author>
			<name>dmaphy</name>
			<email>noreply@blogger.com</email>
			<uri>http://blog.dmaphy.de/search/label/fedora</uri>
		</author>
		<source>
			<title type="html">Mäh?</title>
			<subtitle type="html">Aus dem Leben eines Mähviehs&lt;br /&gt;
Was ist ein dmaphy?&lt;br /&gt;
Und wer ist eigentlich Dominic Hopf?</subtitle>
			<link rel="self" href="http://www.blogger.com/feeds/7159748/posts/default/-/fedora"/>
			<id>tag:blogger.com,1999:blog-7159748</id>
		</source>
	</entry>

	<entry>
		<title type="html">El viejo cursor de Fedora...</title>
		<link href="http://fusionisfreedom.blogspot.com/2012/05/el-viejo-cursor-de-fedora.html"/>
		<id>tag:blogger.com,1999:blog-1387385675132911538.post-8652763327334897600</id>
		<updated>2012-05-13T10:10:34+00:00</updated>
		<content type="html">
			&lt;img src=&quot;http://netsys.fedorapeople.org/im.jpg&quot;  alt=&quot;&quot; style=&quot;float: right;&quot;&gt;
 &lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;span style=&quot;text-align: justify;&quot;&gt;Echaba de menos la apariencia del puntero
de Fedora 8,9... aquel que cuando lanzábamos una aplicación se movía justo en la parte inferior derecha del cursos como unas bolitas, en las que nos mostraba que estaba cargando el o los programas, o bien cuando navegábamos por Internet con el &quot;browser&quot;, y bueno, era parte de un diseño propio de Fedora que podíamos decir, la caracterizaba un poquito más, en cuanto diseño gráfico, que está muy bien cuidado por cierto, y con grandes diseños de escritorio como fondos de pantalla, los temas Splash cuando iniciamos sesión en nuestro Fedora, el tema de KDE plasma y mucho más que nos brinda el equipo de diseño gráfico de Fedora.&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;margin-bottom: 0in; text-align: justify;&quot;&gt;
&lt;div style=&quot;clear: both; text-align: center;&quot; class=&quot;separator&quot;&gt;
&lt;a style=&quot;margin-left: 1em; margin-right: 1em;&quot; href=&quot;http://www.rw-designer.com/cursor-teaser/fedora.png&quot;&gt;&lt;img src=&quot;http://www.rw-designer.com/cursor-teaser/fedora.png&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
Seguro que, la mayor parte de nosotros, que hemos usado Fedora en el pasado, o los que llevan usándola desde versiones anteriores nos hemos dado cuenta de que el tema del puntero cambió
a otro llamado “&lt;i&gt;Adwaita&lt;/i&gt;”, que es fácilmente encontrable como paquete
con el nombre de “&lt;i&gt;adwaita-cursor-theme&lt;/i&gt;”. 
&lt;/div&gt;
&lt;div style=&quot;margin-bottom: 0in; text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;margin-bottom: 0in; text-align: justify;&quot;&gt;
Sin embargo, si queremos volver a usar
aquel cursor que cuando cargaba un programa nos hipnotizaba  la mirada con aquellos circulitos danzando a los segundos del reloj esperando a la
carga de los programas, solo tenemos que instalar el paquete “bluecurve-cursor-theme”, cambiarlo en el menú de nuestro entorno
de escritorio y listo.&lt;/div&gt;
&lt;blockquote align=&quot;justify&quot; style=&quot;text-align: justify;&quot; class=&quot;tr_bq&quot;&gt;
&lt;span style=&quot;font-family: &amp;quot;Courier New&amp;quot;, &amp;quot;Courier&amp;quot;, monospace;&quot;&gt;$ su -c &quot;yum install
bluecurve-cursor-theme&quot;&lt;/span&gt;&lt;/blockquote&gt;&lt;div class=&quot;blogger-post-footer&quot;&gt;&lt;img src=&quot;https://blogger.googleusercontent.com/tracker/1387385675132911538-8652763327334897600?l=fusionisfreedom.blogspot.com&quot; alt=&quot;&quot; height=&quot;1&quot; width=&quot;1&quot; /&gt;&lt;/div&gt;</content>
		<author>
			<name>Álvaro Castillo</name>
			<email>noreply@blogger.com</email>
			<uri>http://fusionisfreedom.blogspot.com/</uri>
		</author>
		<source>
			<title type="html">Fusion is Freedom</title>
			<subtitle type="html">Fusion Freedom is a blog where am talking about some operative systems such as *BSD OSes, GNU/Linux distros as Fedora, Gentoo... This blog is open for anybody of any part of this world.
***********************F*****R*****E*****E*****D*****O*****M**********************
Fusion Freedom es un blog donde hablamos sobre varios sistemas operativos como los sistemas *BSD, distribuciones GNU/Linux como Fedora, Gento... Este blog es para cualquier persona, de cualquier parte del mundo.</subtitle>
			<link rel="self" href="http://feeds.feedburner.com/FusionIsFreedom"/>
			<id>tag:blogger.com,1999:blog-1387385675132911538</id>
		</source>
	</entry>

	<entry>
		<title type="html">Cambiamos la fecha de Fedora Show</title>
		<link href="http://fusionisfreedom.blogspot.com/2012/05/cambiamos-la-fecha-de-fedora-show.html"/>
		<id>tag:blogger.com,1999:blog-1387385675132911538.post-4348502521312378505</id>
		<updated>2012-05-13T10:06:35+00:00</updated>
		<content type="html">
			&lt;img src=&quot;http://netsys.fedorapeople.org/im.jpg&quot;  alt=&quot;&quot; style=&quot;float: right;&quot;&gt;
 &lt;div style=&quot;clear: both; text-align: center;&quot; class=&quot;separator&quot;&gt;
&lt;a href=&quot;http://fedoraproject.org/wiki/Fedora_Lanzarote&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://4.bp.blogspot.com/-ALlLaZM9rMY/T6-HBul1v-I/AAAAAAAAAdA/YluKopxr8Vk/s320/FedoraLanzarote.jpg&quot; height=&quot;135&quot; border=&quot;0&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
Por x motivos hemos tenido que retrasar Fedora Show para el día 26 de Julio y sólo se realizará en horario de mañana, más concretamente de 11:00 a 13:00, en el salón de actos de la &lt;a href=&quot;http://g.co/maps/brdrd&quot; target=&quot;_blank&quot;&gt;Biblioteca Insular de Arrecife de Lanzarote&lt;/a&gt;. No obstante, hemos decidido tomar prestada el día 27 a la misma hora, de 11:00 a 13:00 en la sala de telecomunicaciones de la primera planta también en la Biblioteca Insular de Arrecife de Lanzarote, para hacer una &quot;&lt;em&gt;Fedora Installation party&lt;/em&gt;&quot;, en español fiesta de instalación de Fedora, para que todos los que quieran instalarlo puedan hacerlo aquí, además de tener asesoramiento, responder dudas... los aconsejamos que para la fiesta de instalación vengan con los estómagos vacíos, porque habrá refrescos, bocadillos.... ¡para llenarlos! por cortesía del equipo de Fedora EMEA.&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;strong&gt;&lt;u&gt;¡Todos estáis invitados!&lt;/u&gt;&lt;/strong&gt;&lt;/div&gt;
&lt;ul align=&quot;justify&quot;&gt;
&lt;li&gt;&lt;strong&gt;Nota:&lt;/strong&gt; Si vives en el extranjero y te gustaría venir a la presentación así como para pasar unos días, podemos facilitarte la documentación requerida por la Policia para que puedas asistir. (Carta de presentación)&lt;/li&gt;
&lt;/ul&gt;&lt;div class=&quot;blogger-post-footer&quot;&gt;&lt;img src=&quot;https://blogger.googleusercontent.com/tracker/1387385675132911538-4348502521312378505?l=fusionisfreedom.blogspot.com&quot; alt=&quot;&quot; height=&quot;1&quot; width=&quot;1&quot; /&gt;&lt;/div&gt;</content>
		<author>
			<name>Álvaro Castillo</name>
			<email>noreply@blogger.com</email>
			<uri>http://fusionisfreedom.blogspot.com/</uri>
		</author>
		<source>
			<title type="html">Fusion is Freedom</title>
			<subtitle type="html">Fusion Freedom is a blog where am talking about some operative systems such as *BSD OSes, GNU/Linux distros as Fedora, Gentoo... This blog is open for anybody of any part of this world.
***********************F*****R*****E*****E*****D*****O*****M**********************
Fusion Freedom es un blog donde hablamos sobre varios sistemas operativos como los sistemas *BSD, distribuciones GNU/Linux como Fedora, Gento... Este blog es para cualquier persona, de cualquier parte del mundo.</subtitle>
			<link rel="self" href="http://feeds.feedburner.com/FusionIsFreedom"/>
			<id>tag:blogger.com,1999:blog-1387385675132911538</id>
		</source>
	</entry>

	<entry>
		<title type="html" xml:lang="en">Bridged networking notes with systemctl</title>
		<link href="http://kashyapc.wordpress.com/2012/05/13/bridged-networking-notes-with-systemctl/"/>
		<id>http://kashyapc.wordpress.com/?p=934</id>
		<updated>2012-05-13T10:05:45+00:00</updated>
		<content type="html" xml:lang="en">
			&lt;img src=&quot;http://kashyapc.fedorapeople.org/face.JPG&quot;  alt=&quot;&quot; style=&quot;float: right;&quot;&gt;
 &lt;p&gt;Bridged networking gives the ability to make the virtual machines appear as just any other machine on the LAN, and I find it very useful while managing virtual networks. From Fedora 15 on wards, &lt;a href=&quot;http://freedesktop.org/wiki/Software/systemd&quot;&gt;systemd&lt;/a&gt; has become the default init system on Fedora. Here is some quick notes on configuring bridging using the &lt;strong&gt;systemctl&lt;/strong&gt; utility to control services on the system:&lt;/p&gt;
&lt;p&gt;Disable the NetworkManager service, and turn on the classic &lt;em&gt;network&lt;/em&gt; service:&lt;/p&gt;
&lt;pre&gt;&lt;strong&gt;&lt;tt&gt;&lt;font color=&quot;#990000&quot;&gt;[&lt;/font&gt;root@tbox &lt;font color=&quot;#990000&quot;&gt;~]&lt;/font&gt;&lt;i&gt;&lt;font color=&quot;#9A1900&quot;&gt;# systemctl disable NetworkManager.service&lt;/font&gt;&lt;/i&gt;

&lt;font color=&quot;#990000&quot;&gt;[&lt;/font&gt;root@tbox &lt;font color=&quot;#990000&quot;&gt;~]&lt;/font&gt;&lt;i&gt;&lt;font color=&quot;#9A1900&quot;&gt;# systemctl enable network.service &lt;/font&gt;&lt;/i&gt;
&lt;/tt&gt;&lt;/strong&gt;&lt;/pre&gt;
&lt;p&gt;Create a bridge interface file, and modify your em1 interface(Note that, since ‘Consistent Network Device Naming’ feature is introduced, netowkr interface names have changed to &lt;strong&gt;em[1234]&lt;/strong&gt; (correspondig to physical locations) from ethX &lt;/p&gt;
&lt;pre&gt; &lt;strong&gt;&lt;tt&gt;&lt;i&gt;&lt;font color=&quot;#9A1900&quot;&gt;#----------------------------------------------------------#&lt;/font&gt;&lt;/i&gt;
&lt;font color=&quot;#990000&quot;&gt;[&lt;/font&gt;root@tbox network-scripts&lt;font color=&quot;#990000&quot;&gt;]&lt;/font&gt;&lt;i&gt;&lt;font color=&quot;#9A1900&quot;&gt;# cat ifcfg-em1&lt;/font&gt;&lt;/i&gt;
&lt;font color=&quot;#009900&quot;&gt;DEVICE&lt;/font&gt;&lt;font color=&quot;#990000&quot;&gt;=&lt;/font&gt;em1
&lt;font color=&quot;#009900&quot;&gt;BOOTPROTO&lt;/font&gt;&lt;font color=&quot;#990000&quot;&gt;=&lt;/font&gt;dhcp
&lt;font color=&quot;#009900&quot;&gt;TYPE&lt;/font&gt;&lt;font color=&quot;#990000&quot;&gt;=&lt;/font&gt;Ethernet
&lt;font color=&quot;#009900&quot;&gt;ONBOOT&lt;/font&gt;&lt;font color=&quot;#990000&quot;&gt;=&lt;/font&gt;yes
&lt;font color=&quot;#009900&quot;&gt;IPV6INIT&lt;/font&gt;&lt;font color=&quot;#990000&quot;&gt;=&lt;/font&gt;no
&lt;font color=&quot;#009900&quot;&gt;NM_CONTROLLED&lt;/font&gt;&lt;font color=&quot;#990000&quot;&gt;=&lt;/font&gt;no
&lt;font color=&quot;#009900&quot;&gt;USERCTL&lt;/font&gt;&lt;font color=&quot;#990000&quot;&gt;=&lt;/font&gt;no
&lt;font color=&quot;#009900&quot;&gt;PEERDNS&lt;/font&gt;&lt;font color=&quot;#990000&quot;&gt;=&lt;/font&gt;yes
&lt;font color=&quot;#009900&quot;&gt;PEERROUTES&lt;/font&gt;&lt;font color=&quot;#990000&quot;&gt;=&lt;/font&gt;yes
&lt;font color=&quot;#009900&quot;&gt;BRIDGE&lt;/font&gt;&lt;font color=&quot;#990000&quot;&gt;=&lt;/font&gt;br0
&lt;i&gt;&lt;font color=&quot;#9A1900&quot;&gt;#----------------------------------------------------------#&lt;/font&gt;&lt;/i&gt;
&lt;font color=&quot;#990000&quot;&gt;[&lt;/font&gt;root@tbox network-scripts&lt;font color=&quot;#990000&quot;&gt;]&lt;/font&gt;&lt;i&gt;&lt;font color=&quot;#9A1900&quot;&gt;# cat ifcfg-br0 &lt;/font&gt;&lt;/i&gt;
&lt;font color=&quot;#009900&quot;&gt;DEVICE&lt;/font&gt;&lt;font color=&quot;#990000&quot;&gt;=&lt;/font&gt;br0
&lt;font color=&quot;#009900&quot;&gt;TYPE&lt;/font&gt;&lt;font color=&quot;#990000&quot;&gt;=&lt;/font&gt;Bridge
&lt;font color=&quot;#009900&quot;&gt;BOOTPROTO&lt;/font&gt;&lt;font color=&quot;#990000&quot;&gt;=&lt;/font&gt;dhcp
&lt;font color=&quot;#009900&quot;&gt;ONBOOT&lt;/font&gt;&lt;font color=&quot;#990000&quot;&gt;=&lt;/font&gt;yes
&lt;font color=&quot;#009900&quot;&gt;DELAY&lt;/font&gt;&lt;font color=&quot;#990000&quot;&gt;=&lt;/font&gt;&lt;font color=&quot;#993399&quot;&gt;0&lt;/font&gt;
&lt;font color=&quot;#990000&quot;&gt;[&lt;/font&gt;root@tbox network-scripts&lt;font color=&quot;#990000&quot;&gt;]&lt;/font&gt;&lt;i&gt;&lt;font color=&quot;#9A1900&quot;&gt;# &lt;/font&gt;&lt;/i&gt;
&lt;i&gt;&lt;font color=&quot;#9A1900&quot;&gt;#----------------------------------------------------------#&lt;/font&gt;&lt;/i&gt;
&lt;/tt&gt;&lt;/strong&gt; &lt;/pre&gt;
&lt;p&gt;Restart the network service:&lt;/p&gt;
&lt;pre&gt; &lt;strong&gt;
&lt;tt&gt;&lt;font color=&quot;#990000&quot;&gt;[&lt;/font&gt;root@tbox &lt;font color=&quot;#990000&quot;&gt;~]&lt;/font&gt;&lt;i&gt;&lt;font color=&quot;#9A1900&quot;&gt;# systemctl restart network.service&lt;/font&gt;&lt;/i&gt;
&lt;/tt&gt;
&lt;/strong&gt; &lt;/pre&gt;
&lt;p&gt;Ensure ‘network’ service is enabled(and NetworkManager is disabled) for the next boot:&lt;/p&gt;
&lt;pre&gt;&lt;strong&gt;&lt;tt&gt;&lt;i&gt;&lt;font color=&quot;#9A1900&quot;&gt;#----------------------------------------------------------#&lt;/font&gt;&lt;/i&gt;
&lt;font color=&quot;#990000&quot;&gt;[&lt;/font&gt;root@tbox &lt;font color=&quot;#990000&quot;&gt;~]&lt;/font&gt;&lt;i&gt;&lt;font color=&quot;#9A1900&quot;&gt;# systemctl is-enabled network.service&lt;/font&gt;&lt;/i&gt;
network&lt;font color=&quot;#990000&quot;&gt;.&lt;/font&gt;service is not a native service&lt;font color=&quot;#990000&quot;&gt;,&lt;/font&gt; redirecting to /sbin/chkconfig&lt;font color=&quot;#990000&quot;&gt;.&lt;/font&gt;
Executing /sbin/chkconfig network --level&lt;font color=&quot;#990000&quot;&gt;=&lt;/font&gt;&lt;font color=&quot;#993399&quot;&gt;5&lt;/font&gt;
enabled
&lt;font color=&quot;#990000&quot;&gt;[&lt;/font&gt;root@tbox &lt;font color=&quot;#990000&quot;&gt;~]&lt;/font&gt;&lt;i&gt;&lt;font color=&quot;#9A1900&quot;&gt;#&lt;/font&gt;&lt;/i&gt;
&lt;i&gt;&lt;font color=&quot;#9A1900&quot;&gt;#----------------------------------------------------------#&lt;/font&gt;&lt;/i&gt;
&lt;font color=&quot;#990000&quot;&gt;[&lt;/font&gt;root@tbox &lt;font color=&quot;#990000&quot;&gt;~]&lt;/font&gt;&lt;i&gt;&lt;font color=&quot;#9A1900&quot;&gt;# systemctl | grep -i network.service&lt;/font&gt;&lt;/i&gt;
network&lt;font color=&quot;#990000&quot;&gt;.&lt;/font&gt;service           loaded active running       LSB&lt;font color=&quot;#990000&quot;&gt;:&lt;/font&gt; Bring up/down networking
&lt;font color=&quot;#990000&quot;&gt;[&lt;/font&gt;root@tbox &lt;font color=&quot;#990000&quot;&gt;~]&lt;/font&gt;&lt;i&gt;&lt;font color=&quot;#9A1900&quot;&gt;# &lt;/font&gt;&lt;/i&gt;
&lt;i&gt;&lt;font color=&quot;#9A1900&quot;&gt;#----------------------------------------------------------#&lt;/font&gt;&lt;/i&gt;
&lt;font color=&quot;#990000&quot;&gt;[&lt;/font&gt;root@tbox &lt;font color=&quot;#990000&quot;&gt;~]&lt;/font&gt;&lt;i&gt;&lt;font color=&quot;#9A1900&quot;&gt;# systemctl is-enabled NetworkManager.service&lt;/font&gt;&lt;/i&gt;
disabled
&lt;font color=&quot;#990000&quot;&gt;[&lt;/font&gt;root@tbox &lt;font color=&quot;#990000&quot;&gt;~]&lt;/font&gt;&lt;i&gt;&lt;font color=&quot;#9A1900&quot;&gt;#&lt;/font&gt;&lt;/i&gt;
&lt;i&gt;&lt;font color=&quot;#9A1900&quot;&gt;#----------------------------------------------------------#&lt;/font&gt;&lt;/i&gt;
&lt;/tt&gt;&lt;/strong&gt;&lt;/pre&gt;
&lt;p&gt;End result — Bridge(br0) inteface will have the IP address, and the em1 would lose it, as expected:&lt;/p&gt;
&lt;pre&gt;&lt;strong&gt;&lt;tt&gt;&lt;i&gt;&lt;font color=&quot;#9A1900&quot;&gt;#----------------------------------------------------------#&lt;/font&gt;&lt;/i&gt;
&lt;font color=&quot;#990000&quot;&gt;[&lt;/font&gt;root@tbox &lt;font color=&quot;#990000&quot;&gt;~]&lt;/font&gt;&lt;i&gt;&lt;font color=&quot;#9A1900&quot;&gt;# ifconfig br0&lt;/font&gt;&lt;/i&gt;
br0       Link encap&lt;font color=&quot;#990000&quot;&gt;:&lt;/font&gt;Ethernet  HWaddr &lt;font color=&quot;#993399&quot;&gt;00&lt;/font&gt;&lt;font color=&quot;#990000&quot;&gt;:&lt;/font&gt;&lt;font color=&quot;#993399&quot;&gt;21&lt;/font&gt;&lt;font color=&quot;#990000&quot;&gt;:&lt;/font&gt;9B&lt;font color=&quot;#990000&quot;&gt;:&lt;/font&gt;&lt;font color=&quot;#993399&quot;&gt;73&lt;/font&gt;&lt;font color=&quot;#990000&quot;&gt;:&lt;/font&gt;E2&lt;font color=&quot;#990000&quot;&gt;:&lt;/font&gt;&lt;font color=&quot;#993399&quot;&gt;65&lt;/font&gt;  
          inet addr&lt;font color=&quot;#990000&quot;&gt;:&lt;/font&gt;ww&lt;font color=&quot;#990000&quot;&gt;.&lt;/font&gt;xx&lt;font color=&quot;#990000&quot;&gt;.&lt;/font&gt;yy&lt;font color=&quot;#990000&quot;&gt;.&lt;/font&gt;zz  Bcast&lt;font color=&quot;#990000&quot;&gt;:&lt;/font&gt;ww&lt;font color=&quot;#990000&quot;&gt;.&lt;/font&gt;xx&lt;font color=&quot;#990000&quot;&gt;.&lt;/font&gt;yy&lt;font color=&quot;#990000&quot;&gt;.&lt;/font&gt;&lt;font color=&quot;#993399&quot;&gt;255&lt;/font&gt;  Mask&lt;font color=&quot;#990000&quot;&gt;:&lt;/font&gt;&lt;font color=&quot;#993399&quot;&gt;255.255&lt;/font&gt;&lt;font color=&quot;#990000&quot;&gt;.&lt;/font&gt;&lt;font color=&quot;#993399&quot;&gt;255.0&lt;/font&gt;
          inet6 addr&lt;font color=&quot;#990000&quot;&gt;:&lt;/font&gt; &lt;font color=&quot;#993399&quot;&gt;2620&lt;/font&gt;&lt;font color=&quot;#990000&quot;&gt;:&lt;/font&gt;&lt;font color=&quot;#993399&quot;&gt;52&lt;/font&gt;&lt;font color=&quot;#990000&quot;&gt;:&lt;/font&gt;&lt;font color=&quot;#993399&quot;&gt;0&lt;/font&gt;&lt;font color=&quot;#990000&quot;&gt;:&lt;/font&gt;41c9&lt;font color=&quot;#990000&quot;&gt;:&lt;/font&gt;&lt;font color=&quot;#993399&quot;&gt;221&lt;/font&gt;&lt;font color=&quot;#990000&quot;&gt;:&lt;/font&gt;9bff&lt;font color=&quot;#990000&quot;&gt;:&lt;/font&gt;fe73&lt;font color=&quot;#990000&quot;&gt;:&lt;/font&gt;e265&lt;font color=&quot;#990000&quot;&gt;/&lt;/font&gt;&lt;font color=&quot;#993399&quot;&gt;64&lt;/font&gt; Scope&lt;font color=&quot;#990000&quot;&gt;:&lt;/font&gt;Global
          inet6 addr&lt;font color=&quot;#990000&quot;&gt;:&lt;/font&gt; fe80&lt;font color=&quot;#990000&quot;&gt;::&lt;/font&gt;44c0&lt;font color=&quot;#990000&quot;&gt;:&lt;/font&gt;2bff&lt;font color=&quot;#990000&quot;&gt;:&lt;/font&gt;fe0d&lt;font color=&quot;#990000&quot;&gt;:&lt;/font&gt;b38c&lt;font color=&quot;#990000&quot;&gt;/&lt;/font&gt;&lt;font color=&quot;#993399&quot;&gt;64&lt;/font&gt; Scope&lt;font color=&quot;#990000&quot;&gt;:&lt;/font&gt;Link
          UP BROADCAST RUNNING MULTICAST  MTU&lt;font color=&quot;#990000&quot;&gt;:&lt;/font&gt;&lt;font color=&quot;#993399&quot;&gt;1500&lt;/font&gt;  Metric&lt;font color=&quot;#990000&quot;&gt;:&lt;/font&gt;&lt;font color=&quot;#993399&quot;&gt;1&lt;/font&gt;
          RX packets&lt;font color=&quot;#990000&quot;&gt;:&lt;/font&gt;&lt;font color=&quot;#993399&quot;&gt;26475163&lt;/font&gt; errors&lt;font color=&quot;#990000&quot;&gt;:&lt;/font&gt;&lt;font color=&quot;#993399&quot;&gt;0&lt;/font&gt; dropped&lt;font color=&quot;#990000&quot;&gt;:&lt;/font&gt;&lt;font color=&quot;#993399&quot;&gt;0&lt;/font&gt; overruns&lt;font color=&quot;#990000&quot;&gt;:&lt;/font&gt;&lt;font color=&quot;#993399&quot;&gt;0&lt;/font&gt; frame&lt;font color=&quot;#990000&quot;&gt;:&lt;/font&gt;&lt;font color=&quot;#993399&quot;&gt;0&lt;/font&gt;
          TX packets&lt;font color=&quot;#990000&quot;&gt;:&lt;/font&gt;&lt;font color=&quot;#993399&quot;&gt;3031754&lt;/font&gt; errors&lt;font color=&quot;#990000&quot;&gt;:&lt;/font&gt;&lt;font color=&quot;#993399&quot;&gt;0&lt;/font&gt; dropped&lt;font color=&quot;#990000&quot;&gt;:&lt;/font&gt;&lt;font color=&quot;#993399&quot;&gt;0&lt;/font&gt; overruns&lt;font color=&quot;#990000&quot;&gt;:&lt;/font&gt;&lt;font color=&quot;#993399&quot;&gt;0&lt;/font&gt; carrier&lt;font color=&quot;#990000&quot;&gt;:&lt;/font&gt;&lt;font color=&quot;#993399&quot;&gt;0&lt;/font&gt;
          collisions&lt;font color=&quot;#990000&quot;&gt;:&lt;/font&gt;&lt;font color=&quot;#993399&quot;&gt;0&lt;/font&gt; txqueuelen&lt;font color=&quot;#990000&quot;&gt;:&lt;/font&gt;&lt;font color=&quot;#993399&quot;&gt;0&lt;/font&gt; 
          RX bytes&lt;font color=&quot;#990000&quot;&gt;:&lt;/font&gt;&lt;font color=&quot;#993399&quot;&gt;1836168879&lt;/font&gt; &lt;font color=&quot;#990000&quot;&gt;(&lt;/font&gt;&lt;font color=&quot;#993399&quot;&gt;1.7&lt;/font&gt; GiB&lt;font color=&quot;#990000&quot;&gt;)&lt;/font&gt;  TX bytes&lt;font color=&quot;#990000&quot;&gt;:&lt;/font&gt;&lt;font color=&quot;#993399&quot;&gt;304657564&lt;/font&gt; &lt;font color=&quot;#990000&quot;&gt;(&lt;/font&gt;&lt;font color=&quot;#993399&quot;&gt;290.5&lt;/font&gt; MiB&lt;font color=&quot;#990000&quot;&gt;)&lt;/font&gt;

&lt;font color=&quot;#990000&quot;&gt;[&lt;/font&gt;root@tbox &lt;font color=&quot;#990000&quot;&gt;~]&lt;/font&gt;&lt;i&gt;&lt;font color=&quot;#9A1900&quot;&gt;# &lt;/font&gt;&lt;/i&gt;
&lt;i&gt;&lt;font color=&quot;#9A1900&quot;&gt;#----------------------------------------------------------#&lt;/font&gt;&lt;/i&gt;
&lt;font color=&quot;#990000&quot;&gt;[&lt;/font&gt;root@tbox &lt;font color=&quot;#990000&quot;&gt;~]&lt;/font&gt;&lt;i&gt;&lt;font color=&quot;#9A1900&quot;&gt;# ifconfig em1&lt;/font&gt;&lt;/i&gt;
em1       Link encap&lt;font color=&quot;#990000&quot;&gt;:&lt;/font&gt;Ethernet  HWaddr &lt;font color=&quot;#993399&quot;&gt;00&lt;/font&gt;&lt;font color=&quot;#990000&quot;&gt;:&lt;/font&gt;&lt;font color=&quot;#993399&quot;&gt;21&lt;/font&gt;&lt;font color=&quot;#990000&quot;&gt;:&lt;/font&gt;9B&lt;font color=&quot;#990000&quot;&gt;:&lt;/font&gt;&lt;font color=&quot;#993399&quot;&gt;73&lt;/font&gt;&lt;font color=&quot;#990000&quot;&gt;:&lt;/font&gt;E2&lt;font color=&quot;#990000&quot;&gt;:&lt;/font&gt;&lt;font color=&quot;#993399&quot;&gt;65&lt;/font&gt;  
          inet6 addr&lt;font color=&quot;#990000&quot;&gt;:&lt;/font&gt; fe80&lt;font color=&quot;#990000&quot;&gt;::&lt;/font&gt;&lt;font color=&quot;#993399&quot;&gt;221&lt;/font&gt;&lt;font color=&quot;#990000&quot;&gt;:&lt;/font&gt;9bff&lt;font color=&quot;#990000&quot;&gt;:&lt;/font&gt;fe73&lt;font color=&quot;#990000&quot;&gt;:&lt;/font&gt;e265&lt;font color=&quot;#990000&quot;&gt;/&lt;/font&gt;&lt;font color=&quot;#993399&quot;&gt;64&lt;/font&gt; Scope&lt;font color=&quot;#990000&quot;&gt;:&lt;/font&gt;Link
          UP BROADCAST RUNNING MULTICAST  MTU&lt;font color=&quot;#990000&quot;&gt;:&lt;/font&gt;&lt;font color=&quot;#993399&quot;&gt;1500&lt;/font&gt;  Metric&lt;font color=&quot;#990000&quot;&gt;:&lt;/font&gt;&lt;font color=&quot;#993399&quot;&gt;1&lt;/font&gt;
          RX packets&lt;font color=&quot;#990000&quot;&gt;:&lt;/font&gt;&lt;font color=&quot;#993399&quot;&gt;28841542&lt;/font&gt; errors&lt;font color=&quot;#990000&quot;&gt;:&lt;/font&gt;&lt;font color=&quot;#993399&quot;&gt;0&lt;/font&gt; dropped&lt;font color=&quot;#990000&quot;&gt;:&lt;/font&gt;&lt;font color=&quot;#993399&quot;&gt;0&lt;/font&gt; overruns&lt;font color=&quot;#990000&quot;&gt;:&lt;/font&gt;&lt;font color=&quot;#993399&quot;&gt;0&lt;/font&gt; frame&lt;font color=&quot;#990000&quot;&gt;:&lt;/font&gt;&lt;font color=&quot;#993399&quot;&gt;0&lt;/font&gt;
          TX packets&lt;font color=&quot;#990000&quot;&gt;:&lt;/font&gt;&lt;font color=&quot;#993399&quot;&gt;4659974&lt;/font&gt; errors&lt;font color=&quot;#990000&quot;&gt;:&lt;/font&gt;&lt;font color=&quot;#993399&quot;&gt;0&lt;/font&gt; dropped&lt;font color=&quot;#990000&quot;&gt;:&lt;/font&gt;&lt;font color=&quot;#993399&quot;&gt;0&lt;/font&gt; overruns&lt;font color=&quot;#990000&quot;&gt;:&lt;/font&gt;&lt;font color=&quot;#993399&quot;&gt;0&lt;/font&gt; carrier&lt;font color=&quot;#990000&quot;&gt;:&lt;/font&gt;&lt;font color=&quot;#993399&quot;&gt;0&lt;/font&gt;
          collisions&lt;font color=&quot;#990000&quot;&gt;:&lt;/font&gt;&lt;font color=&quot;#993399&quot;&gt;0&lt;/font&gt; txqueuelen&lt;font color=&quot;#990000&quot;&gt;:&lt;/font&gt;&lt;font color=&quot;#993399&quot;&gt;1000&lt;/font&gt; 
          RX bytes&lt;font color=&quot;#990000&quot;&gt;:&lt;/font&gt;&lt;font color=&quot;#993399&quot;&gt;3999390382&lt;/font&gt; &lt;font color=&quot;#990000&quot;&gt;(&lt;/font&gt;&lt;font color=&quot;#993399&quot;&gt;3.7&lt;/font&gt; GiB&lt;font color=&quot;#990000&quot;&gt;)&lt;/font&gt;  TX bytes&lt;font color=&quot;#990000&quot;&gt;:&lt;/font&gt;&lt;font color=&quot;#993399&quot;&gt;580866999&lt;/font&gt; &lt;font color=&quot;#990000&quot;&gt;(&lt;/font&gt;&lt;font color=&quot;#993399&quot;&gt;553.9&lt;/font&gt; MiB&lt;font color=&quot;#990000&quot;&gt;)&lt;/font&gt;
          Interrupt&lt;font color=&quot;#990000&quot;&gt;:&lt;/font&gt;&lt;font color=&quot;#993399&quot;&gt;16&lt;/font&gt; 
&lt;i&gt;&lt;font color=&quot;#9A1900&quot;&gt;#----------------------------------------------------------#&lt;/font&gt;&lt;/i&gt;
&lt;/tt&gt;&lt;/strong&gt;&lt;/pre&gt;
&lt;p&gt;(NOTE: I just masked out IP with ‘ww.xx.yy.zz’)&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;UPDATE:&lt;/strong&gt; I totally forgot to discuss the recent additions like ‘iface-bridge/iface-unbridge’ to libvirt to simplify creating a bridge. If someone wants to try, this should be the sequence to create a bridge:&lt;br /&gt;
# virsh iface-begin&lt;br /&gt;
# virsh iface-bridge em1 br0&lt;br /&gt;
# virsh iface-commit&lt;/p&gt;
&lt;br /&gt;  &lt;a href=&quot;http://feeds.wordpress.com/1.0/gocomments/kashyapc.wordpress.com/934/&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;http://feeds.wordpress.com/1.0/comments/kashyapc.wordpress.com/934/&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.wordpress.com/1.0/godelicious/kashyapc.wordpress.com/934/&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;http://feeds.wordpress.com/1.0/delicious/kashyapc.wordpress.com/934/&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.wordpress.com/1.0/gofacebook/kashyapc.wordpress.com/934/&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;http://feeds.wordpress.com/1.0/facebook/kashyapc.wordpress.com/934/&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.wordpress.com/1.0/gotwitter/kashyapc.wordpress.com/934/&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;http://feeds.wordpress.com/1.0/twitter/kashyapc.wordpress.com/934/&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.wordpress.com/1.0/gostumble/kashyapc.wordpress.com/934/&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;http://feeds.wordpress.com/1.0/stumble/kashyapc.wordpress.com/934/&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.wordpress.com/1.0/godigg/kashyapc.wordpress.com/934/&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;http://feeds.wordpress.com/1.0/digg/kashyapc.wordpress.com/934/&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.wordpress.com/1.0/goreddit/kashyapc.wordpress.com/934/&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;http://feeds.wordpress.com/1.0/reddit/kashyapc.wordpress.com/934/&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;img src=&quot;http://stats.wordpress.com/b.gif?host=kashyapc.wordpress.com&amp;amp;blog=25732161&amp;amp;post=934&amp;amp;subd=kashyapc&amp;amp;ref=&amp;amp;feed=1&quot; alt=&quot;&quot; height=&quot;1&quot; border=&quot;0&quot; width=&quot;1&quot; /&gt;</content>
		<author>
			<name>kashyapc</name>
			<uri>http://kashyapc.wordpress.com</uri>
		</author>
		<source>
			<title type="html">Kashyap Chamarthy</title>
			<link rel="self" href="http://kashyapc.wordpress.com/feed/"/>
			<id>http://kashyapc.wordpress.com</id>
		</source>
	</entry>

	<entry>
		<title type="html" xml:lang="fr">QElectroTech on the road to 0.3</title>
		<link href="http://blog.famillecollet.com/post/2012/05/13/QElectroTech-on-the-road-to-0.3"/>
		<id>urn:md5:d8c9c5f443f1f193fba08b2a9dd24415</id>
		<updated>2012-05-13T08:07:00+00:00</updated>
		<content type="html">
			&lt;img src=&quot;http://remi.fedorapeople.org/remicollet.png&quot;  alt=&quot;&quot; style=&quot;float: right;&quot;&gt;
 &lt;p&gt;RPM of &lt;a href=&quot;http://qelectrotech.org/&quot;&gt;QElectroTech&lt;/a&gt; version &lt;strong&gt;0.3a&lt;/strong&gt;, an application to design electric diagrams, are available in &lt;strong&gt;remi-test&lt;/strong&gt; for Fedora and Enterprise Linux.&lt;/p&gt;    &lt;p&gt;While the version 0.22, available in the official repository, is quite old (more than 2 years), the project is working on a new major version of their electric diagrams editor.
Official web site : http://qelectrotech.org/.
Changes : Changelog from 0.22 to 0.3a
Installation by  YUM :
yum --enablerepo=remi-test install qelectrotech
RPM (version... &lt;a href=&quot;http://blog.famillecollet.com/post/2012/05/13/QElectroTech-on-the-road-to-0.3&quot;&gt;&lt;em&gt;Lire&lt;/em&gt; QElectroTech on the road to 0.3&lt;/a&gt;&lt;/p&gt;</content>
		<author>
			<name>Remi</name>
			<uri>http://blog.famillecollet.com/</uri>
		</author>
		<source>
			<title type="html">Les RPM de Remi - Blog</title>
			<link rel="self" href="http://blog.famillecollet.com/feed/en/rss2"/>
			<id>http://blog.famillecollet.com/</id>
			<rights type="html">Licence: Creative Commons Paternité-Pas d'Utilisation Commerciale-Partage des Conditions Initiales à l'Identique 2.0 France License.</rights>
		</source>
	</entry>

	<entry>
		<title type="html" xml:lang="en">Tzinga – An energy drink startup in India</title>
		<link href="http://tuxdna.wordpress.com/2012/05/13/tzinga-an-energy-drink-startup-in-india/"/>
		<id>http://tuxdna.wordpress.com/?p=472</id>
		<updated>2012-05-13T07:52:58+00:00</updated>
		<content type="html" xml:lang="en">
			&lt;img src=&quot;http://tuxdna.fedorapeople.org/taj.jpg&quot;  alt=&quot;&quot; style=&quot;float: right;&quot;&gt;
 &lt;p&gt;An energy drink startup in India.&lt;/p&gt;
&lt;p&gt;In, India we mostly consume only areated drinks.  Energy drinks are kind of very rare to see if you consider both urban and rural landscape. So far I have come across a very few engergy drinks – RedBull, Tzinga, Could9, Rio etc. A friend of mine asked me to try this engergy drink called &lt;a href=&quot;http://tzinga.in/&quot; title=&quot;Tzinga&quot;&gt;Tzinga&lt;/a&gt;.&lt;/p&gt;
&lt;div style=&quot;width: 310px;&quot; id=&quot;attachment_473&quot; class=&quot;wp-caption aligncenter&quot;&gt;&lt;a href=&quot;http://tuxdna.files.wordpress.com/2012/05/all-tzinga-1024.jpg&quot;&gt;&lt;img src=&quot;http://tuxdna.files.wordpress.com/2012/05/all-tzinga-1024.jpg?w=300&amp;amp;h=240&quot; title=&quot;all-tzinga-1024&quot; height=&quot;240&quot; width=&quot;300&quot; alt=&quot;Al three Tzinga&quot; class=&quot;size-medium wp-image-473&quot; /&gt;&lt;/a&gt;&lt;p class=&quot;wp-caption-text&quot;&gt;Tzinga drinks&lt;/p&gt;&lt;/div&gt;
&lt;p&gt;I received a package with all the three flavors ( shown in the picture above ). What’s my take on this?&lt;/p&gt;
&lt;p&gt;The cost factor: The cost is really very cheap, at only Rs. 20, per packet.&lt;br /&gt;
The kick: All of these contain caffeine equivalent to 1 cup of coffee.&lt;/p&gt;
&lt;p&gt;The three flavors one by one, in the order I liked them.&lt;br /&gt;
LEMON MINT: This is the best flavor in my opinion, very smooth and bit tangy. I and my friends liked it.&lt;br /&gt;
TROPICAL TRIP: This again is a very smooth flavor. I and my friends liked it.&lt;br /&gt;
MANGO STRAWBERRY: This one I didn’t like as it tasted a little bit bitter.&lt;/p&gt;
&lt;p&gt;In sum, I would recommend Tzinga to all the energy drink fans.&lt;/p&gt;
&lt;br /&gt;  &lt;a href=&quot;http://feeds.wordpress.com/1.0/gocomments/tuxdna.wordpress.com/472/&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;http://feeds.wordpress.com/1.0/comments/tuxdna.wordpress.com/472/&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.wordpress.com/1.0/godelicious/tuxdna.wordpress.com/472/&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;http://feeds.wordpress.com/1.0/delicious/tuxdna.wordpress.com/472/&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.wordpress.com/1.0/gofacebook/tuxdna.wordpress.com/472/&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;http://feeds.wordpress.com/1.0/facebook/tuxdna.wordpress.com/472/&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.wordpress.com/1.0/gotwitter/tuxdna.wordpress.com/472/&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;http://feeds.wordpress.com/1.0/twitter/tuxdna.wordpress.com/472/&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.wordpress.com/1.0/gostumble/tuxdna.wordpress.com/472/&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;http://feeds.wordpress.com/1.0/stumble/tuxdna.wordpress.com/472/&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.wordpress.com/1.0/godigg/tuxdna.wordpress.com/472/&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;http://feeds.wordpress.com/1.0/digg/tuxdna.wordpress.com/472/&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.wordpress.com/1.0/goreddit/tuxdna.wordpress.com/472/&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;http://feeds.wordpress.com/1.0/reddit/tuxdna.wordpress.com/472/&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;img src=&quot;http://stats.wordpress.com/b.gif?host=tuxdna.wordpress.com&amp;amp;blog=10303502&amp;amp;post=472&amp;amp;subd=tuxdna&amp;amp;ref=&amp;amp;feed=1&quot; alt=&quot;&quot; height=&quot;1&quot; border=&quot;0&quot; width=&quot;1&quot; /&gt;</content>
		<author>
			<name>tuxdna</name>
			<uri>http://tuxdna.wordpress.com</uri>
		</author>
		<source>
			<title type="html">DNA of the TUX</title>
			<subtitle type="html">Organized thoughts</subtitle>
			<link rel="self" href="http://tuxdna.wordpress.com/feed/"/>
			<id>http://tuxdna.wordpress.com</id>
		</source>
	</entry>

</feed>

