<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-487713666684288641</id><updated>2010-07-25T14:35:17.830-04:00</updated><title type='text'>Just some thoughts..</title><subtitle type='html'>This is a personal page, things said here do not represent the views of my employer.</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://blog.cristianrodriguez.net/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/487713666684288641/posts/default'/><link rel='alternate' type='text/html' href='http://blog.cristianrodriguez.net/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Cristian Rodríguez</name><uri>http://www.blogger.com/profile/10076221778402268012</uri><email>noreply@blogger.com</email></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>4</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-487713666684288641.post-8449248803654284438</id><published>2010-05-31T18:47:00.001-04:00</published><updated>2010-05-31T18:48:42.071-04:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='entropy'/><category scheme='http://www.blogger.com/atom/ns#' term='crypto'/><category scheme='http://www.blogger.com/atom/ns#' term='/dev/random'/><category scheme='http://www.blogger.com/atom/ns#' term='security'/><title type='text'>Need entropy ? Simtec Entropy Key + openSUSE to the rescue</title><content type='html'>A while ago, I saw the &lt;a href="http://www.entropykey.co.uk/"&gt;Simtec Entropy Key&lt;/a&gt;&amp;nbsp;website, a small, relative unexpensive &amp;nbsp;USB device that produces random numbers and then fills the kernel entropy pool.&lt;br /&gt;&lt;br /&gt;It sparked my geeky curiosity so I bought one, it arrived today, but it didn't had "out of the box" support in openSUSE, so I worked integrating its software to make it rock and roll :)&lt;br /&gt;&lt;br /&gt;I will show you how to make it work in your installation, just FYI ;-)&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;ul&gt;&lt;li&gt;Setup the needed repositories and packages as instructed &lt;a href="http://gist.github.com/420342"&gt;here&lt;/a&gt;&lt;/li&gt;&lt;li&gt;Start the entropy key daemon (rcekeyd start) and plug your device&lt;/li&gt;&lt;li&gt;Run ekeyctl list , that will help you to determine if the device is recognized&lt;/li&gt;&lt;li&gt;Run ekey-rekey &lt;serial&gt; &lt;master-key&gt; where serial is your device serial number and master-key is the secret string you find in a sealed letter inside the box.&lt;/master-key&gt;&lt;/serial&gt;&lt;/li&gt;&lt;li&gt;if everything goes right, you will now be able to $ watch -n1 cat /proc/sys/kernel/random/entropy_avail and see how it fills with fresh random numbers.&lt;/li&gt;&lt;li&gt;ohh, and do not attach your printed master-key to your monitor with a sticker please :-)&amp;nbsp;&lt;/li&gt;&lt;/ul&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;Out of the box support for this hardware will ship with &amp;nbsp;SUSE products in the near future.&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;HTH. ;-)&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="color: white; font-family: courier, monospace; font-size: 12px; font-weight: bold; white-space: pre;"&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="color: white; font-family: courier, monospace; font-size: 12px; font-weight: bold; white-space: pre;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/487713666684288641-8449248803654284438?l=blog.cristianrodriguez.net' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blog.cristianrodriguez.net/feeds/8449248803654284438/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://blog.cristianrodriguez.net/2010/05/need-entropy-simtec-entropy-key.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/487713666684288641/posts/default/8449248803654284438'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/487713666684288641/posts/default/8449248803654284438'/><link rel='alternate' type='text/html' href='http://blog.cristianrodriguez.net/2010/05/need-entropy-simtec-entropy-key.html' title='Need entropy ? Simtec Entropy Key + openSUSE to the rescue'/><author><name>Cristian Rodríguez</name><uri>http://www.blogger.com/profile/10076221778402268012</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='11759144444947630737'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-487713666684288641.post-7607306683455798552</id><published>2010-02-24T19:47:00.000-03:00</published><updated>2010-02-24T19:47:06.187-03:00</updated><title type='text'>Using Chromium with Thunderbird 3 in Linux</title><content type='html'>To make Thunderbird 3 to use chromium as web browser execute:&lt;br /&gt;&lt;br /&gt;find ~/.gconf&amp;nbsp; -type f -name "%gconf.xml" -exec sed -i -e "s@/usr/bin/firefox@/usr/bin/chromium@g" {} + &lt;br /&gt;&lt;br /&gt;Too bad there is no Chrome Mail Client to ditch Thunderbird too.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/487713666684288641-7607306683455798552?l=blog.cristianrodriguez.net' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blog.cristianrodriguez.net/feeds/7607306683455798552/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://blog.cristianrodriguez.net/2010/02/using-chromium-with-thunderbird-3-in.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/487713666684288641/posts/default/7607306683455798552'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/487713666684288641/posts/default/7607306683455798552'/><link rel='alternate' type='text/html' href='http://blog.cristianrodriguez.net/2010/02/using-chromium-with-thunderbird-3-in.html' title='Using Chromium with Thunderbird 3 in Linux'/><author><name>Cristian Rodríguez</name><uri>http://www.blogger.com/profile/10076221778402268012</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='11759144444947630737'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-487713666684288641.post-1035808931688828919</id><published>2009-12-04T12:02:00.000-03:00</published><updated>2009-12-04T12:02:27.748-03:00</updated><title type='text'>Joining the Czech packagers team</title><content type='html'>I have joined the Czech packagers team this week, Im looking forward to work with you folks :-D&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/487713666684288641-1035808931688828919?l=blog.cristianrodriguez.net' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blog.cristianrodriguez.net/feeds/1035808931688828919/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://blog.cristianrodriguez.net/2009/12/joining-czech-packagers-team.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/487713666684288641/posts/default/1035808931688828919'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/487713666684288641/posts/default/1035808931688828919'/><link rel='alternate' type='text/html' href='http://blog.cristianrodriguez.net/2009/12/joining-czech-packagers-team.html' title='Joining the Czech packagers team'/><author><name>Cristian Rodríguez</name><uri>http://www.blogger.com/profile/10076221778402268012</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='11759144444947630737'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-487713666684288641.post-7202244786723743870</id><published>2009-11-23T17:42:00.000-03:00</published><updated>2009-11-23T17:44:28.388-03:00</updated><title type='text'>Old blog died</title><content type='html'>Bad news, my old blog database wasn't in the "backup list" so, it is gone for good.&lt;br /&gt;&lt;br /&gt;From now on, We will get in touch using blogger.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/487713666684288641-7202244786723743870?l=blog.cristianrodriguez.net' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blog.cristianrodriguez.net/feeds/7202244786723743870/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://blog.cristianrodriguez.net/2009/11/old-blog-died.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/487713666684288641/posts/default/7202244786723743870'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/487713666684288641/posts/default/7202244786723743870'/><link rel='alternate' type='text/html' href='http://blog.cristianrodriguez.net/2009/11/old-blog-died.html' title='Old blog died'/><author><name>Cristian Rodríguez</name><uri>http://www.blogger.com/profile/10076221778402268012</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='11759144444947630737'/></author><thr:total>0</thr:total></entry></feed>