<?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:blogger='http://schemas.google.com/blogger/2008' xmlns:georss='http://www.georss.org/georss' xmlns:gd="http://schemas.google.com/g/2005" xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-24422523</id><updated>2017-08-08T21:53:54.163-03:00</updated><category term="debian"/><category term="desktop"/><category term="d-i"/><category term="gnome"/><category term="apple"/><category term="floss"/><category term="kde"/><category term="linspire"/><category term="packages"/><category term="tasksel"/><category term="xfce"/><category term="X0"/><category term="artwork"/><category term="brazil"/><category term="canonical"/><category term="cse"/><category term="debconf"/><category term="dpkg"/><category term="firefox"/><category term="geeks"/><category term="girls"/><category term="google"/><category term="gtk+"/><category term="imac"/><category term="iphone"/><category term="ipod"/><category term="lenny"/><category term="linux"/><category term="live"/><category term="microsoft"/><category term="olpc"/><category term="openmoko"/><category term="people"/><category term="politics"/><category term="rpm"/><category term="search"/><category term="teams"/><category term="thundebird"/><category term="troll"/><category term="ubuntu"/><category term="usa"/><category term="windows"/><category term="xulrunner"/><title type='text'>stratus and the swirl</title><subtitle type='html'>... also known as Gustavo Franco and the Debian Project</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://stratusandtheswirl.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/24422523/posts/default?redirect=false'/><link rel='alternate' type='text/html' href='http://stratusandtheswirl.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><link rel='next' type='application/atom+xml' href='http://www.blogger.com/feeds/24422523/posts/default?start-index=26&amp;max-results=25&amp;redirect=false'/><author><name>Gustavo F</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-67f7Th_hXRI/AAAAAAAAAAI/AAAAAAABflY/jKRVORtlkac/s512-c/photo.jpg'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>97</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-24422523.post-3769000489997858624</id><published>2012-03-18T02:27:00.002-03:00</published><updated>2012-03-18T15:04:00.452-03:00</updated><title type='text'>Debian testing (wheezy) keyboardless install</title><content type='html'>I couldn&#39;t find an end-to-end document online about this just bits and pieces here and there.&amp;nbsp;Let me describe how to install Debian testing (wheezy) without a keyboard using an USB flash drive and ssh.&lt;br /&gt;&lt;br /&gt;I&#39;ve got an HP Microserver a month or so ago and this is the step by step of my second install. The first one was also keyboardless but didn&#39;t involve an USB flash drive to bootstrap. I&#39;ve used tftpd and dhcp from my laptop, but forgot to capture the notes to make a blog post. Shame on me.&lt;br /&gt;&lt;br /&gt;Here&#39;s what you need:&lt;br /&gt;&lt;ul&gt;&lt;li&gt;A machine that will boot from USB.&amp;nbsp;(HP Microserver comes with USB, Net and Disk boot order by default);&amp;nbsp;&lt;/li&gt;&lt;li&gt;USB flash drive (&amp;gt;=256MB, mine is 1GB);&lt;/li&gt;&lt;li&gt;Machine with an ssh client to answer d-i&#39;s questions;&lt;/li&gt;&lt;li&gt;A DHCP server in your network.&lt;/li&gt;&lt;/ul&gt;&lt;div&gt;The last two requirements are optional for hardcore preseeders. If you don&#39;t know what I mean. You aren&#39;t one of them. :)&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;Here&#39;s the step by step to install using SSH:&lt;/div&gt;&lt;ul&gt;&lt;li&gt;Download the right debian installer boot image.&amp;nbsp;Pay attention to &quot;amd64&quot; here since your architecture might be different. - &lt;a href=&quot;http://d-i.debian.org/daily-images/amd64/daily/hd-media/boot.img.gz&quot;&gt;http://d-i.debian.org/daily-images/amd64/daily/hd-media/boot.img.gz&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;ul&gt;&lt;li&gt;Gunzip boot.img.gz.&lt;/li&gt;&lt;/ul&gt;&lt;ul&gt;&lt;li&gt;Transfer the image to the USB flash drive using `dd if=boot.img of=/dev/&amp;lt;tokendev&amp;gt;`. It will give you a few files in the USB flash drive. It&#39;s like you are mirroring what&#39;s in boot.img into it. Syslinux will be there.&lt;/li&gt;&lt;/ul&gt;&lt;ul&gt;&lt;li&gt;Download an ISO image -&amp;nbsp;&lt;a href=&quot;http://cdimage.debian.org/cdimage/daily-builds/daily/arch-latest/amd64/iso-cd/&quot;&gt;http://cdimage.debian.org/cdimage/daily-builds/daily/arch-latest/amd64/iso-cd/&lt;/a&gt;. I&#39;ve got netinst. Pay attention again to the architecture (amd64).&lt;/li&gt;&lt;/ul&gt;&lt;ul&gt;&lt;li&gt;Mount the USB flash drive.&lt;/li&gt;&lt;/ul&gt;&lt;ul&gt;&lt;li&gt;Copy the ISO image as is to the root directory of the USB flash drive. Using cp, yeah.&lt;/li&gt;&lt;/ul&gt;At this point you have all that you need to do a regular install using an USB flash drive and it&#39;s kinda of well documented. Well, we still need to change it to make it work without a keyboard and give you the ability to ssh into the installer.&lt;br /&gt;&lt;br /&gt;Create a preseed.cfg in the root directory of the USB flash drive containing the following:&lt;br /&gt;&lt;pre class=&quot;screen&quot;&gt;d-i netcfg/get_hostname string HOSTNAME&lt;br /&gt;d-i netcfg/get_domain string DOMAIN&lt;br /&gt;d-i anna/choose_modules string network-console&lt;br /&gt;d-i network-console/password password INSERT_A_PASSWORD_HERE&lt;br /&gt;d-i network-console/password-again password INSERT_A_PASSWORD_HERE&lt;br /&gt;&lt;/pre&gt;&lt;br /&gt;Edit syslinux.cfg in the root directory of the USB flash drive to look like this:&lt;br /&gt;&lt;pre class=&quot;screen&quot;&gt;default netinst&lt;br /&gt;prompt 0&lt;br /&gt;timeout 5&lt;br /&gt;label netinst&lt;br /&gt;menu label netinst&lt;br /&gt; kernel linux&lt;br /&gt; append auto=true vga=normal file=/preseed.cfg initrd=initrd.gz priority=critical&lt;/pre&gt;&lt;ul&gt;&lt;li&gt;Umount the USB flash drive.&lt;/li&gt;&lt;/ul&gt;&lt;ul&gt;&lt;li&gt;Boot your new machine using the USB flash drive.&lt;/li&gt;&lt;/ul&gt;&lt;ul&gt;&lt;li&gt;d-i should do its thing and show and only stop to show you the screen pointing out that you can ssh as installer@&amp;lt;ip&amp;gt;.&lt;/li&gt;&lt;/ul&gt;&lt;ul&gt;&lt;li&gt;ssh from another machine as user installer to &amp;lt;ip&amp;gt;. Remember you&#39;ve provided the password in the preseed.cfg above. You will be all set to install from there.&lt;/li&gt;&lt;/ul&gt;&lt;div&gt;My wishlist to the d-i hackers out there:&lt;/div&gt;&lt;div&gt;&lt;ul&gt;&lt;li&gt;A boot-ssh.img.gz with the syslinux.cfg and preeseed.cfg above. In this case, it would be much more trivial to document in the installer manual how to use such a great feature.&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://stratusandtheswirl.blogspot.com/feeds/3769000489997858624/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=24422523&amp;postID=3769000489997858624' title='5 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/24422523/posts/default/3769000489997858624'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/24422523/posts/default/3769000489997858624'/><link rel='alternate' type='text/html' href='http://stratusandtheswirl.blogspot.com/2012/03/debian-testing-wheezy-keyboardless.html' title='Debian testing (wheezy) keyboardless install'/><author><name>Gustavo F</name><uri>https://plus.google.com/107690887721700237205</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-67f7Th_hXRI/AAAAAAAAAAI/AAAAAAABflY/jKRVORtlkac/s512-c/photo.jpg'/></author><thr:total>5</thr:total></entry><entry><id>tag:blogger.com,1999:blog-24422523.post-4520608816524674347</id><published>2011-07-12T20:46:00.002-03:00</published><updated>2011-07-12T20:46:35.703-03:00</updated><title type='text'>Google+ and your data</title><content type='html'>Let&#39;s make it clear: &lt;a href=&quot;http://www.google.com/takeout&quot;&gt;Your data is yours&lt;/a&gt; and in Google+ &lt;a href=&quot;http://googleblog.blogspot.com/2011/06/introducing-google-project-real-life.html&quot;&gt;official announcement&lt;/a&gt;&amp;nbsp;there&#39;s the following&amp;nbsp;&quot;&lt;span class=&quot;Apple-style-span&quot; style=&quot;background-color: white; color: #333333; font-family: Arial, sans-serif;&quot;&gt;You and over a billion others trust Google, and we don’t take this lightly. In fact we’ve focused on the user for over a decade:&amp;nbsp;liberating data, ...&quot;&lt;/span&gt;. &lt;a href=&quot;http://changelog.complete.org/archives/6787-first-look-at-google-plus&quot;&gt;John Goerzen is wrong&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;I can understand people having problems to use a product during its field trial and demanding features. I won&#39;t sit and watch people spreading FUD in bold before asking though.&lt;br /&gt;&lt;br /&gt;Last, but not least, the following link is easily visible in the Settings and is also listed in the Help pages:&lt;br /&gt;&lt;a href=&quot;https://plus.google.com/settings/exportdata&quot;&gt;https://plus.google.com/settings/exportdata&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;</content><link rel='replies' type='application/atom+xml' href='http://stratusandtheswirl.blogspot.com/feeds/4520608816524674347/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=24422523&amp;postID=4520608816524674347' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/24422523/posts/default/4520608816524674347'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/24422523/posts/default/4520608816524674347'/><link rel='alternate' type='text/html' href='http://stratusandtheswirl.blogspot.com/2011/07/google-and-your-data.html' title='Google+ and your data'/><author><name>Gustavo F</name><uri>https://plus.google.com/107690887721700237205</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-67f7Th_hXRI/AAAAAAAAAAI/AAAAAAABflY/jKRVORtlkac/s512-c/photo.jpg'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-24422523.post-5915761266012105951</id><published>2010-09-06T18:01:00.000-03:00</published><updated>2010-09-06T18:01:48.955-03:00</updated><title type='text'>Gooooogle!</title><content type='html'>We will celebrate Independency Day here in Brazil tomorrow (the year was 1822 for those into world history). I took the time to visit Belo Horizonte and meet a few googlers I don&#39;t see in a while. The cool part is that Rodrigo and his wife Ellen are also in town. We (me and Rodrigo) used to work in the same team at Google here in Belo, he&#39;s now living in Zurich.&lt;br /&gt;&lt;div&gt;&lt;br /&gt;I would like to let you know&amp;nbsp;that I&#39;ll be rejoining Google in a month or so!&lt;br /&gt;&lt;br /&gt;For those out of the loop: I quit Google San Francisco a few months ago to get back to Rio de Janeiro in order to assist my family with some complicated issues. They were all sorted out and Google rehired me! How cool is that?&lt;br /&gt;&lt;br /&gt;I&#39;m glad to be part of Google Site Reliability Engineering again and looking forward to meet all the Debian Developers in Mountain View and San Francisco. I&#39;ve met Andy and a few others already. Please stop by and say hi!&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://stratusandtheswirl.blogspot.com/feeds/5915761266012105951/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=24422523&amp;postID=5915761266012105951' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/24422523/posts/default/5915761266012105951'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/24422523/posts/default/5915761266012105951'/><link rel='alternate' type='text/html' href='http://stratusandtheswirl.blogspot.com/2010/09/gooooogle.html' title='Gooooogle!'/><author><name>Gustavo F</name><uri>https://plus.google.com/107690887721700237205</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-67f7Th_hXRI/AAAAAAAAAAI/AAAAAAABflY/jKRVORtlkac/s512-c/photo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-24422523.post-4036780467545060378</id><published>2010-08-31T18:05:00.000-03:00</published><updated>2010-08-31T18:05:52.361-03:00</updated><title type='text'>Frans Pop</title><content type='html'>It feels like it was yesterday that I was talking all things d-i with Felipe (faw) and Otavio during the last International Free Software Forum and discuss d-i without mentioning Frans Pop and Joey Hess at least a couple of times is definitely not the same thing.&lt;br /&gt;&lt;br /&gt;Otavio convinced me to help and I promptly synced with him and Daniel Baumann to deliver an alpha quality syslinux-installer udeb; that was during debconf a bit after the forum, that they&#39;ve all attended and I couldn&#39;t.&lt;br /&gt;&lt;br /&gt;I feel I can&#39;t let it pass without a post, now that we&#39;ve put out a notice about &lt;a href=&quot;http://www.debian.org/News/2010/20100831&quot;&gt;our loss&lt;/a&gt;. RIP Frans. :/</content><link rel='replies' type='application/atom+xml' href='http://stratusandtheswirl.blogspot.com/feeds/4036780467545060378/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=24422523&amp;postID=4036780467545060378' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/24422523/posts/default/4036780467545060378'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/24422523/posts/default/4036780467545060378'/><link rel='alternate' type='text/html' href='http://stratusandtheswirl.blogspot.com/2010/08/frans-pop.html' title='Frans Pop'/><author><name>Gustavo F</name><uri>https://plus.google.com/107690887721700237205</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-67f7Th_hXRI/AAAAAAAAAAI/AAAAAAABflY/jKRVORtlkac/s512-c/photo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-24422523.post-9132855037607250668</id><published>2010-01-16T23:49:00.000-02:00</published><updated>2010-01-16T23:49:04.873-02:00</updated><title type='text'>Dell Mini 10, now what?</title><content type='html'>Dear lazyweb, I bought a Dell Mini 10 and am curious on how and if you use it for some sort of Debian development.&lt;br /&gt;&lt;br /&gt;I would like to use it in an almost stateless setup (think installed, but usb stick would do) to browse things and have a few git/svn repositories to build small packages.&lt;br /&gt;&lt;br /&gt;It seems there are some issues with the Xorg driver for this -- sbo. Thoughts?</content><link rel='replies' type='application/atom+xml' href='http://stratusandtheswirl.blogspot.com/feeds/9132855037607250668/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=24422523&amp;postID=9132855037607250668' title='7 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/24422523/posts/default/9132855037607250668'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/24422523/posts/default/9132855037607250668'/><link rel='alternate' type='text/html' href='http://stratusandtheswirl.blogspot.com/2010/01/dell-mini-10-now-what.html' title='Dell Mini 10, now what?'/><author><name>Gustavo F</name><uri>https://plus.google.com/107690887721700237205</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-67f7Th_hXRI/AAAAAAAAAAI/AAAAAAABflY/jKRVORtlkac/s512-c/photo.jpg'/></author><thr:total>7</thr:total></entry><entry><id>tag:blogger.com,1999:blog-24422523.post-2471412249466696150</id><published>2009-07-05T17:00:00.005-03:00</published><updated>2009-07-05T17:14:47.889-03:00</updated><title type='text'>Living in San Francisco</title><content type='html'>For those who care--No, I&#39;m not dead or anything. I&#39;ve just relocated twice (or thrice, depending on how you see these things) in less than 2 years and that involved way more trouble than I can tell you.&lt;br /&gt;&lt;br /&gt;I&#39;ve been living in San Francisco for two months now and things started calming down a bit. The next steps are clear and the good news is that they involve Debian. I miss #debian-*, the MLs and the whole mess. Oh, and last but not least--debconfs. Cool, huh?! Peace!</content><link rel='replies' type='application/atom+xml' href='http://stratusandtheswirl.blogspot.com/feeds/2471412249466696150/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=24422523&amp;postID=2471412249466696150' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/24422523/posts/default/2471412249466696150'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/24422523/posts/default/2471412249466696150'/><link rel='alternate' type='text/html' href='http://stratusandtheswirl.blogspot.com/2009/07/living-in-san-francisco.html' title='Living in San Francisco'/><author><name>Gustavo F</name><uri>https://plus.google.com/107690887721700237205</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-67f7Th_hXRI/AAAAAAAAAAI/AAAAAAABflY/jKRVORtlkac/s512-c/photo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-24422523.post-7420809010545128681</id><published>2009-01-11T02:05:00.003-02:00</published><updated>2009-01-11T02:25:11.235-02:00</updated><title type='text'>slack roles!</title><content type='html'>Just uploaded some very rough &lt;a href=&quot;http://wiki.github.com/stratus/slack-roles/home&quot;&gt;slack roles in github&lt;/a&gt; to be used with &lt;a href=&quot;http://code.google.com/p/slack&quot;&gt;slack&lt;/a&gt;. If you want to give a pull-only configuration management system a try, slack may be useful for you. It is also part of Debian for a while and may make Lenny, thanks to Andrew Pollock. He managed to package it before Alan Sundell allowed me to setup a project in &lt;a href=&quot;http://code.google.com&quot;&gt;code.google.com&lt;/a&gt; to keep it under a VCS.&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;slack advantage if compared with cfengine and puppet is that there&#39;s no need to have a daemon running in the client side and learn a new language to set things up. The disadvantage is that there is a central configuration in place but you can&#39;t manage from that central location (read push changes).&lt;/div&gt;&lt;div&gt; &lt;/div&gt;&lt;div&gt;I plan to add more roles and polish the existing ones, I may split Debian/Ubuntu support in multiple branches as well. Let me know if you want to contribute or just want to know more about slack.&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;Let&#39;s wrap it up. Slack is a configuration management system maintained in code.google.com using SVN. Slack has the concept of roles to work properly and slack as is in code.google.com comes with no roles. slack-roles in github tries to fill the gap for Debian. You may need to fork it for internal usage, but I want to provide fully functional templates.&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;ps: Yeah, I&#39;ve a laptop named trinity. duh!&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://stratusandtheswirl.blogspot.com/feeds/7420809010545128681/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=24422523&amp;postID=7420809010545128681' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/24422523/posts/default/7420809010545128681'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/24422523/posts/default/7420809010545128681'/><link rel='alternate' type='text/html' href='http://stratusandtheswirl.blogspot.com/2009/01/slack-roles.html' title='slack roles!'/><author><name>Gustavo F</name><uri>https://plus.google.com/107690887721700237205</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-67f7Th_hXRI/AAAAAAAAAAI/AAAAAAABflY/jKRVORtlkac/s512-c/photo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-24422523.post-6960858852529523779</id><published>2008-12-21T14:23:00.003-02:00</published><updated>2008-12-21T15:14:35.498-02:00</updated><title type='text'>Debian Project 2.0 (rc bugs and site).</title><content type='html'>The title of this post sucks, so that&#39;s up to you help me come with an alternative. It&#39;s also a bit sarcastic to remember that Debian is around for ages, Internet was smaller and poor, web wasn&#39;t a hit on the streets. Debian GNU/Linux is successful being an universal operating system. The question is: What&#39;s next? Lenny is the short term answer, but we can do more...&lt;br /&gt;&lt;br /&gt;Do we really need &lt;span style=&quot;font-weight: bold;&quot;&gt;to stop&lt;/span&gt; and discuss everything? Let&#39;s discuss everything yeah, but &lt;span style=&quot;font-weight: bold;&quot;&gt;always do the fun work in parallel&lt;/span&gt;. Let&#39;s force ourselves to &lt;span style=&quot;font-weight: bold;&quot;&gt;much higher standards&lt;/span&gt;.&lt;br /&gt;&lt;br /&gt;Please remember that in many cases it isn&#39;t that easy to contribute with more than ideas when an alternative implementation requires &lt;span style=&quot;font-weight: bold;&quot;&gt;additional privileges&lt;/span&gt;. Higher standards doesn&#39;t mean lock everything even more, no. It involves &lt;span style=&quot;font-weight: bold;&quot;&gt;release the keys&lt;/span&gt; and make sure we can revert any changes that are clearly bad.&lt;br /&gt;&lt;br /&gt;Flame a new installer idea (remember that? nobody does...) or initial code is easy. &lt;span style=&quot;font-weight: bold;&quot;&gt;Give it some room&lt;/span&gt; and see what happens later... Ask yourself now: Do I have any privileges in Debian that may be forbidding people to help this project? Well, if you answered yes please post in your blog, come out on IRC and talk to others. Make sure you act as an &lt;span style=&quot;font-weight: bold;&quot;&gt;useful bridge not as a blocker&lt;/span&gt;. If you don&#39;t have enough time, share your privilege with a secondary (hint: Maintain a package is a privilege).&lt;br /&gt;&lt;br /&gt;I&#39;m on vacation from my regular job and committed to help &lt;span style=&quot;font-weight: bold;&quot;&gt;Debian full-time&lt;/span&gt; on the following tasks, if folks from the respective projects are interested, drop me a comment. Those who disagree, please keep working on whatever you are. It will be much more productive to us. There we go:&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;RC bugs&lt;/span&gt; - Do downgrades/removals from packages with less XXX users (as in popcon) now. Higher standards! I can&#39;t do that by myself since I have no access, if you are a release team member and is happy with that, we define the number and I prepare the list based on BTS.&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;Site&lt;/span&gt; - I would like to help the team working on the web site to split it in two. &quot;current&quot; and &quot;legacy&quot;. &lt;span style=&quot;font-style: italic;&quot;&gt;current&lt;/span&gt; would be a very small one with content related to a few topics such as: Lenny, download, documentation, how to contribute and more. It would have a new UI (multiple languages yes), use XHTML or whatever the team feels ok. The key detail is that current would be www.debian.org on the day we release Lenny and after. &lt;span style=&quot;font-style: italic;&quot;&gt;current&lt;/span&gt; would have a link (or multiple links) to &lt;span style=&quot;font-style: italic;&quot;&gt;legacy&lt;/span&gt; website. People are free to cross-post &lt;span style=&quot;font-style: italic;&quot;&gt;current&lt;/span&gt; content to &lt;span style=&quot;font-style: italic;&quot;&gt;legacy&lt;/span&gt; website as well, but the best would be move from &lt;span style=&quot;font-style: italic;&quot;&gt;legacy&lt;/span&gt; to &lt;span style=&quot;font-style: italic;&quot;&gt;current&lt;/span&gt;.&lt;br /&gt;&lt;br /&gt;I have some more ideas, but let&#39;s &lt;span style=&quot;font-weight: bold;&quot;&gt;focus&lt;/span&gt; on a few things so I can deliver. release team and www, it&#39;s your turn now.</content><link rel='replies' type='application/atom+xml' href='http://stratusandtheswirl.blogspot.com/feeds/6960858852529523779/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=24422523&amp;postID=6960858852529523779' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/24422523/posts/default/6960858852529523779'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/24422523/posts/default/6960858852529523779'/><link rel='alternate' type='text/html' href='http://stratusandtheswirl.blogspot.com/2008/12/debian-project-20-rc-bugs-and-site.html' title='Debian Project 2.0 (rc bugs and site).'/><author><name>Gustavo F</name><uri>https://plus.google.com/107690887721700237205</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-67f7Th_hXRI/AAAAAAAAAAI/AAAAAAABflY/jKRVORtlkac/s512-c/photo.jpg'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-24422523.post-3088660539745086264</id><published>2008-05-10T20:13:00.005-03:00</published><updated>2008-05-10T20:19:35.970-03:00</updated><title type='text'>A new toy in town.</title><content type='html'>Just a little teaser from the bulk uploader output (more to come soon)...&lt;br /&gt;&lt;br /&gt;INFO     2008-05-10 23:13:45,529 dev_appserver.py] &quot;POST /upload HTTP/1.1&quot; 200 -&lt;br /&gt;INFO     2008-05-10 23:13:45,552 bulkload.py] cdebconf&lt;br /&gt;INFO     2008-05-10 23:13:47,253 dev_appserver.py] &quot;POST /upload HTTP/1.1&quot; 200 -&lt;br /&gt;INFO     2008-05-10 23:13:47,281 bulkload.py] cdparanoia&lt;br /&gt;INFO     2008-05-10 23:13:48,962 dev_appserver.py] &quot;POST /upload HTTP/1.1&quot; 200 -&lt;br /&gt;INFO     2008-05-10 23:13:48,986 bulkload.py] cdrdao&lt;br /&gt;INFO     2008-05-10 23:13:50,719 dev_appserver.py] &quot;POST /upload HTTP/1.1&quot; 200 -&lt;br /&gt;INFO     2008-05-10 23:13:50,742 bulkload.py] cdrkit-doc&lt;br /&gt;INFO     2008-05-10 23:13:52,435 dev_appserver.py] &quot;POST /upload HTTP/1.1&quot; 200 -&lt;br /&gt;INFO     2008-05-10 23:13:52,458 bulkload.py] cgilib&lt;br /&gt;INFO     2008-05-10 23:13:54,207 dev_appserver.py] &quot;POST /upload HTTP/1.1&quot; 200 -&lt;br /&gt;INFO     2008-05-10 23:13:54,230 bulkload.py] check&lt;br /&gt;INFO     2008-05-10 23:13:55,977 dev_appserver.py] &quot;POST /upload HTTP/1.1&quot; 200 -&lt;br /&gt;INFO     2008-05-10 23:13:56,000 bulkload.py] checksecurity&lt;br /&gt;INFO     2008-05-10 23:13:57,733 dev_appserver.py] &quot;POST /upload HTTP/1.1&quot; 200 -&lt;br /&gt;INFO     2008-05-10 23:13:57,763 bulkload.py] cheese&lt;br /&gt;INFO     2008-05-10 23:13:59,673 dev_appserver.py] &quot;POST /upload HTTP/1.1&quot; 200 -&lt;br /&gt;INFO     2008-05-10 23:13:59,696 bulkload.py] chkrootkit&lt;br /&gt;INFO     2008-05-10 23:14:01,411 dev_appserver.py] &quot;POST /upload HTTP/1.1&quot; 200 -&lt;br /&gt;INFO     2008-05-10 23:14:01,433 bulkload.py] chrpath&lt;br /&gt;INFO     2008-05-10 23:14:03,141 dev_appserver.py] &quot;POST /upload HTTP/1.1&quot; 200 -&lt;br /&gt;INFO     2008-05-10 23:14:03,164 bulkload.py] cli-common&lt;br /&gt;INFO     2008-05-10 23:14:04,883 dev_appserver.py] &quot;POST /upload HTTP/1.1&quot; 200 -&lt;br /&gt;INFO     2008-05-10 23:14:04,906 bulkload.py] cli-common-dev&lt;br /&gt;INFO     2008-05-10 23:14:06,678 dev_appserver.py] &quot;POST /upload HTTP/1.1&quot; 200 -&lt;br /&gt;INFO     2008-05-10 23:14:06,701 bulkload.py] cloop-utils&lt;br /&gt;INFO     2008-05-10 23:14:08,450 dev_appserver.py] &quot;POST /upload HTTP/1.1&quot; 200 -&lt;br /&gt;INFO     2008-05-10 23:14:08,472 bulkload.py] clvm</content><link rel='replies' type='application/atom+xml' href='http://stratusandtheswirl.blogspot.com/feeds/3088660539745086264/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=24422523&amp;postID=3088660539745086264' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/24422523/posts/default/3088660539745086264'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/24422523/posts/default/3088660539745086264'/><link rel='alternate' type='text/html' href='http://stratusandtheswirl.blogspot.com/2008/05/new-toy-in-town.html' title='A new toy in town.'/><author><name>Gustavo F</name><uri>https://plus.google.com/107690887721700237205</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-67f7Th_hXRI/AAAAAAAAAAI/AAAAAAABflY/jKRVORtlkac/s512-c/photo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-24422523.post-868531133964677192</id><published>2008-04-08T10:22:00.002-03:00</published><updated>2008-04-08T10:28:52.300-03:00</updated><title type='text'>Google App Engine SDK</title><content type='html'>&lt;a href=&quot;http://code.google.com/appengine&quot;&gt;Google App Engine&lt;/a&gt; - that enables you to build web applications on the same scalable systems that power Google applications    is out! Yes, there&#39;s Python involved and more to come. :-P&lt;br /&gt;&lt;br /&gt;I did some contributions to App Engine before its launch and wrote an article about how to index your data using the &lt;a href=&quot;http://code.google.com/appengine/articles/bulkload.html&quot;&gt;bulk uploader&lt;/a&gt; in parallel. Yes, there&#39;s a really small search engine involved (ranking is up to you yet!).&lt;br /&gt;&lt;br /&gt;&lt;a href=&quot;http://code.google.com/appengine/downloads.html&quot;&gt;Download the SDK&lt;/a&gt; while it&#39;s hot. Don&#39;t forget to read &lt;a href=&quot;http://code.google.com/appengine/docs/whatisgoogleappengine.html&quot;&gt;what the fuzz is about&lt;/a&gt; before you jump on conclusions.</content><link rel='replies' type='application/atom+xml' href='http://stratusandtheswirl.blogspot.com/feeds/868531133964677192/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=24422523&amp;postID=868531133964677192' title='4 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/24422523/posts/default/868531133964677192'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/24422523/posts/default/868531133964677192'/><link rel='alternate' type='text/html' href='http://stratusandtheswirl.blogspot.com/2008/04/google-app-engine-sdk.html' title='Google App Engine SDK'/><author><name>Gustavo F</name><uri>https://plus.google.com/107690887721700237205</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-67f7Th_hXRI/AAAAAAAAAAI/AAAAAAABflY/jKRVORtlkac/s512-c/photo.jpg'/></author><thr:total>4</thr:total></entry><entry><id>tag:blogger.com,1999:blog-24422523.post-4053762926462462094</id><published>2008-01-03T17:51:00.001-02:00</published><updated>2008-01-03T18:12:50.625-02:00</updated><title type='text'>There will be no year of Linux on desktop</title><content type='html'>Ok, cool! Time to post again: Like these mega interesting random TOP 10 lists people prepare every December and January, some love to speculate if the current year will be or not the year of Linux on desktop.&lt;br /&gt;&lt;br /&gt;Please permit me state the obvious and argue that there will be no year of Linux on desktop, like there was never a year for Microsoft Windows or one being prepared for Apple Mac OS X! It is a evolving process, as dumb as it sounds. In 20, 30 years for historic reasons, some will call the 90s the decade of Linux rise and I agree. I believe that some history books (books?) will not omit the Linux impact (including of course some other key open source software) on Internet availability for the masses.&lt;br /&gt;&lt;br /&gt;Do people really believe that &quot;the year of the linux&quot; will be the one when it reach a bigger domestic user base than Windows? Great, what about Linux usage through Internet? It&#39;s Linux on desktop and on steroids including - get ready - portability and tons of buzzwords I can&#39;t even keep up with. Don&#39;t get me wrong, I care about Linux usage on the real hardware that end users are using at home and not only through the Internet but come on, let&#39;s stop running in circles.</content><link rel='replies' type='application/atom+xml' href='http://stratusandtheswirl.blogspot.com/feeds/4053762926462462094/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=24422523&amp;postID=4053762926462462094' title='3 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/24422523/posts/default/4053762926462462094'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/24422523/posts/default/4053762926462462094'/><link rel='alternate' type='text/html' href='http://stratusandtheswirl.blogspot.com/2008/01/there-will-be-no-year-of-linux-on.html' title='There will be no year of Linux on desktop'/><author><name>Gustavo F</name><uri>https://plus.google.com/107690887721700237205</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-67f7Th_hXRI/AAAAAAAAAAI/AAAAAAABflY/jKRVORtlkac/s512-c/photo.jpg'/></author><thr:total>3</thr:total></entry><entry><id>tag:blogger.com,1999:blog-24422523.post-7600451577442243080</id><published>2007-10-06T16:45:00.000-03:00</published><updated>2007-10-06T16:53:14.274-03:00</updated><title type='text'>Earth is closer</title><content type='html'>The best sci-fi series for a while IMNSHO, &lt;a href=&quot;http://www.scifi.com/battlestar&quot;&gt;Battlestar Galactica&lt;/a&gt; next and last season will start with a two-hours episode (razor) in november 24! Fortunately I&#39;ll be in USA. So say we all. :P&lt;div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://stratusandtheswirl.blogspot.com/feeds/7600451577442243080/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=24422523&amp;postID=7600451577442243080' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/24422523/posts/default/7600451577442243080'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/24422523/posts/default/7600451577442243080'/><link rel='alternate' type='text/html' href='http://stratusandtheswirl.blogspot.com/2007/10/earth-is-closer.html' title='Earth is closer'/><author><name>Gustavo F</name><uri>https://plus.google.com/107690887721700237205</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-67f7Th_hXRI/AAAAAAAAAAI/AAAAAAABflY/jKRVORtlkac/s512-c/photo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-24422523.post-4736713001411300547</id><published>2007-09-05T11:56:00.000-03:00</published><updated>2007-09-05T11:59:59.225-03:00</updated><title type='text'>Google!</title><content type='html'>&lt;span class=&quot;entry-title entry-content&quot;&gt;      I&#39;ve just accepted an job offer from Google and I&#39;m now moving from Rio de Janeiro to Belo Horizonte!&lt;br /&gt;&lt;br /&gt;I would like to say thank you very much for those who helped me in the Debian project until now, you know who you are.&lt;br /&gt;&lt;/span&gt;</content><link rel='replies' type='application/atom+xml' href='http://stratusandtheswirl.blogspot.com/feeds/4736713001411300547/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=24422523&amp;postID=4736713001411300547' title='3 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/24422523/posts/default/4736713001411300547'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/24422523/posts/default/4736713001411300547'/><link rel='alternate' type='text/html' href='http://stratusandtheswirl.blogspot.com/2007/09/google.html' title='Google!'/><author><name>Gustavo F</name><uri>https://plus.google.com/107690887721700237205</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-67f7Th_hXRI/AAAAAAAAAAI/AAAAAAABflY/jKRVORtlkac/s512-c/photo.jpg'/></author><thr:total>3</thr:total></entry><entry><id>tag:blogger.com,1999:blog-24422523.post-7054392807935564410</id><published>2007-08-02T20:54:00.000-03:00</published><updated>2007-08-02T21:09:19.355-03:00</updated><title type='text'>last.fm, git and more.</title><content type='html'>Just subscribed to last.fm! I&#39;m getting addicted to that site while I wait for some things and do some of the stuff I point out below.&lt;br /&gt;&lt;br /&gt;I&#39;ve been working on to move some of my stuff into git and in a new sort of workflow to interact with other VCS - bzr and svn basically. I feel like cleaning up the $HOME.&lt;br /&gt;&lt;br /&gt;I&#39;m waiting for some new hardware to arrive at home, including thin-clients! Actually I&#39;m low on i386 and amd64 CPU power, there&#39;s just my powerpc laptop and a cheap i386 around with tons of unused disk space.&lt;br /&gt;&lt;br /&gt;I hope to resume my work on d-i-g (debian-cd replacement), get.Debian.net and Debian Desktop any time soon. There&#39;s still pending changes that should be reviewed by debian-cd folks that I applied during debconf. In terms of Debian Desktop tasks we&#39;re ok, except for swfdec that I would like to introduce for tests. We&#39;ve enough time for the artwork, one area that I&#39;ve been investigating if we could do something really big, we&#39;ll see. Looks like we will have artwork contest at art.debian.net for a debian-moreblue update (default in GNOME, KDE and Xfce) anyway. Stay tuned!&lt;br /&gt;&lt;br /&gt;Believe in me, I know about patience and that&#39;s all. :-)</content><link rel='replies' type='application/atom+xml' href='http://stratusandtheswirl.blogspot.com/feeds/7054392807935564410/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=24422523&amp;postID=7054392807935564410' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/24422523/posts/default/7054392807935564410'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/24422523/posts/default/7054392807935564410'/><link rel='alternate' type='text/html' href='http://stratusandtheswirl.blogspot.com/2007/08/lastfm-git-and-more.html' title='last.fm, git and more.'/><author><name>Gustavo F</name><uri>https://plus.google.com/107690887721700237205</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-67f7Th_hXRI/AAAAAAAAAAI/AAAAAAABflY/jKRVORtlkac/s512-c/photo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-24422523.post-493529896205691982</id><published>2007-07-27T13:32:00.000-03:00</published><updated>2007-07-27T13:42:37.139-03:00</updated><title type='text'>Happy sysadmin day and AFD turns 20</title><content type='html'>Happy BOFH^W &lt;a href=&quot;http://www.sysadminday.com/&quot;&gt;sysadmin&lt;/a&gt; day for you! For those who aren&#39;t sysadmins, don&#39;t ask stupid questions for him/her today. Come on, just give a gift and enjoy the reaction.&lt;br /&gt;&lt;br /&gt;By the way, &lt;a href=&quot;http://www.rollingstone.com/news/coverstory/15690883?source=gunsnroses_rssfeed&quot;&gt;Guns N&#39; Roses - Appetite for Destruction (AFD) turned 20, six days ago&lt;/a&gt; so real, raw, unique! Unlike autotuned crap all over the place that we hear today from non musicians...  &quot;But &lt;em&gt;Appetite&lt;/em&gt; was also among the last classic rock records to be mastered with vinyl in mind, to be edited with a razor blade applied to two-inch tape, to be mixed by five people frantically pushing faders at a non-automated mixing board. &quot;We used classic instruments and classic amps,&quot; says the album&#39;s producer and engineer, Mike Clink.&quot;</content><link rel='replies' type='application/atom+xml' href='http://stratusandtheswirl.blogspot.com/feeds/493529896205691982/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=24422523&amp;postID=493529896205691982' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/24422523/posts/default/493529896205691982'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/24422523/posts/default/493529896205691982'/><link rel='alternate' type='text/html' href='http://stratusandtheswirl.blogspot.com/2007/07/happy-sysadmin-day-and-afd-turns-20.html' title='Happy sysadmin day and AFD turns 20'/><author><name>Gustavo F</name><uri>https://plus.google.com/107690887721700237205</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-67f7Th_hXRI/AAAAAAAAAAI/AAAAAAABflY/jKRVORtlkac/s512-c/photo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-24422523.post-8703016728223587940</id><published>2007-07-17T20:29:00.000-03:00</published><updated>2007-07-17T20:37:39.792-03:00</updated><title type='text'>Brazilian plane carrying 174 crashes in Sao Paulo</title><content type='html'>It&#39;s really confusing and we don&#39;t know all the details on what happened yet. What I know is that I went to Belo Horizonte from Rio and back yesterday (in a difficult flight with really bad weather) on one of the tam&#39;s airbus. I feel very bad about all that sad news. :/&lt;br /&gt;&lt;br /&gt;The flight cited on the title was from Porto Alegre - where the International Free Software Forum takes place to Sao Paulo - the biggest city in the country.&lt;br /&gt;&lt;br /&gt;In a totally unrelated event, one of the two airports in Rio de Janeiro (the smaller) is closed due to a fire incident, with no victims AFAIK. We&#39;ve the international airport here (Rio) where it seems that the flights are being rerouted.&lt;br /&gt;&lt;br /&gt;More information at: &lt;a href=&quot;http://www.reuters.com/article/newsOne/idUSN1726359820070717&quot;&gt;http://www.reuters.com/article/newsOne/idUSN1726359820070717&lt;/a&gt;</content><link rel='replies' type='application/atom+xml' href='http://stratusandtheswirl.blogspot.com/feeds/8703016728223587940/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=24422523&amp;postID=8703016728223587940' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/24422523/posts/default/8703016728223587940'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/24422523/posts/default/8703016728223587940'/><link rel='alternate' type='text/html' href='http://stratusandtheswirl.blogspot.com/2007/07/brazilian-plane-carrying-174-crashes-in.html' title='Brazilian plane carrying 174 crashes in Sao Paulo'/><author><name>Gustavo F</name><uri>https://plus.google.com/107690887721700237205</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-67f7Th_hXRI/AAAAAAAAAAI/AAAAAAABflY/jKRVORtlkac/s512-c/photo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-24422523.post-799256708852857814</id><published>2007-06-21T17:38:00.000-03:00</published><updated>2007-06-21T17:43:36.226-03:00</updated><title type='text'>get.Debian.net</title><content type='html'>I&#39;ve a Toy Story to tell you today and to make a long story a short one: debian-br is proud to announce the birth of a new baby during debconf 7, smile and say hello world to: &lt;a href=&quot;http://get.debian.net/&quot;&gt;get.Debian.net&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;If you don&#39;t want to figure out by yourself which one of the hundreds images (ISOs) available is the best for you to install Debian GNU/Linux. We do our best with get.Debian.net to figure out that automagically. You just need to use one of these javascript enabled browsers - yeah, nothing is perfect.&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;What it does?&lt;/span&gt;&lt;br /&gt;&lt;ul&gt;&lt;li&gt;List the best images available to your architecture based on your browser information&lt;/li&gt;&lt;li&gt;List Win32 loader for those browsing the web site using Windows&lt;/li&gt;&lt;li&gt;get.Debian.net/bittorrent gives you link for torrents&lt;/li&gt;&lt;li&gt;Make Debian looks more sexy. Good enough, Sam? :-P&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;TODO&lt;/span&gt;&lt;br /&gt;&lt;ul&gt;&lt;li&gt;Use GeoIP for mirror selection - code in place, need list of mirrors&lt;/li&gt;&lt;li&gt;i18n support&lt;/li&gt;&lt;li&gt;List Live CD image where possible (i386 only?)&lt;/li&gt;&lt;li&gt;Add get.Debian.net/kde, /xfce and /gnome support&lt;/li&gt;&lt;li&gt;Figure out how to include usb and other images on the 1-click soup&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;Download Debian: &lt;a href=&quot;http://get.debian.net/&quot;&gt;http://get.debian.net/&lt;/a&gt;&lt;br /&gt;Download Debian using Bittorrent: &lt;a href=&quot;http://get.debian.net/bittorrent/&quot;&gt;http://get.debian.net/bittorrent&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Special thanks to faw and valessio.</content><link rel='replies' type='application/atom+xml' href='http://stratusandtheswirl.blogspot.com/feeds/799256708852857814/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=24422523&amp;postID=799256708852857814' title='11 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/24422523/posts/default/799256708852857814'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/24422523/posts/default/799256708852857814'/><link rel='alternate' type='text/html' href='http://stratusandtheswirl.blogspot.com/2007/06/getdebiannet.html' title='get.Debian.net'/><author><name>Gustavo F</name><uri>https://plus.google.com/107690887721700237205</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-67f7Th_hXRI/AAAAAAAAAAI/AAAAAAABflY/jKRVORtlkac/s512-c/photo.jpg'/></author><thr:total>11</thr:total></entry><entry><id>tag:blogger.com,1999:blog-24422523.post-2410028760188485772</id><published>2007-06-17T12:19:00.000-03:00</published><updated>2007-06-17T12:31:58.002-03:00</updated><title type='text'>Echoes from debcamp</title><content type='html'>&lt;ul&gt;&lt;li&gt;ltsp: The pkg-ltsp team uploaded the shiny new ltsp 5 (5.0.8debian2). It works way better than previous releases and has default desktop environment as a perfect combo. I can&#39;t wait to do even more integration work between the two adding officially a &#39;ltsp server&#39; task for those use testing installer images. In other words, server/thin|fat-clients support out of the box with sound and media (through ltspfs) support.&lt;/li&gt;&lt;li&gt;ltspfs: The pkg-ltsp team also uploaded a new ltspfs for ltsp media support (see above).&lt;/li&gt;&lt;li&gt;simple-cdd: Vagrant did a simple-cdd demonstration, stuff worked quite well and some time after the demo we uploaded a new simple-cdd version for sid - 3.0.2. Basically bug fixes and more documentation, now also including a man page. Go burn your own Etch images or custom Debian distribution as it should be.&lt;/li&gt;&lt;li&gt;dig: The debian-cd next gen development is going quite well, but I believe we&#39;re still some weeks far from a upload to sid. The code base is good, but it was missing important features I thought were there when I started working on. Well, doing a test install now, we&#39;ll see.&lt;/li&gt;&lt;/ul&gt;</content><link rel='replies' type='application/atom+xml' href='http://stratusandtheswirl.blogspot.com/feeds/2410028760188485772/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=24422523&amp;postID=2410028760188485772' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/24422523/posts/default/2410028760188485772'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/24422523/posts/default/2410028760188485772'/><link rel='alternate' type='text/html' href='http://stratusandtheswirl.blogspot.com/2007/06/echoes-from-debcamp.html' title='Echoes from debcamp'/><author><name>Gustavo F</name><uri>https://plus.google.com/107690887721700237205</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-67f7Th_hXRI/AAAAAAAAAAI/AAAAAAABflY/jKRVORtlkac/s512-c/photo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-24422523.post-2539958095172289553</id><published>2007-06-16T12:33:00.000-03:00</published><updated>2007-06-16T12:46:31.633-03:00</updated><title type='text'>The Debian Day!</title><content type='html'>yay, today is the &lt;a href=&quot;http://debconf7.debconf.org/wiki/DebianDay&quot;&gt;Debian Day&lt;/a&gt; and for those not here with us in Edinburgh you can enjoy some of the cool stuff online:&lt;br /&gt;&lt;br /&gt;Debconf 7 website:&lt;br /&gt;&lt;a href=&quot;http://debconf7.debconf.org/&quot;&gt;http://debconf7.debconf.org&lt;br /&gt;&lt;/a&gt;&lt;br /&gt;IRC:&lt;br /&gt;irc.debian.org - #debconf, #debconf-uppertalks, #debconf-lowertalks, #debconf-upperbofs, #debconf-lowerbofs&lt;br /&gt;&lt;br /&gt;Live Streams:&lt;br /&gt;&lt;a href=&quot;http://streams.video.debconf.org:8000/&quot;&gt;http://streams.video.debconf.org:8000/&lt;br /&gt;&lt;/a&gt;&lt;a href=&quot;http://streams.video.debconf.org:8000/&quot;&gt; &lt;/a&gt;&lt;br /&gt;Download and Install Debian (I recommend CD or DVD multi-arch, yes it will be installable on your regular PC, ibook and even on that shiny new amd64 server your company bought):&lt;br /&gt;&lt;a href=&quot;http://www.debian.org/CD/torrent-cd/&quot;&gt;http://www.debian.org/CD/torrent-cd/&lt;br /&gt;&lt;/a&gt;&lt;br /&gt;Use Debian Live:&lt;br /&gt;&lt;a href=&quot;http://live.debian.net/etch-builds/current/i386/&quot;&gt;http://live.debian.net/etch-builds/current/i386/&lt;br /&gt;&lt;/a&gt;&lt;br /&gt;Join Debian - Yes, we&#39;re also recruiting! :-P&lt;br /&gt;&lt;a href=&quot;http://www.debian.org/devel/join&quot;&gt;http://www.debian.org/devel/join/&lt;br /&gt;&lt;/a&gt;&lt;br /&gt;Congrats to the organization team! :-) debian/rules</content><link rel='replies' type='application/atom+xml' href='http://stratusandtheswirl.blogspot.com/feeds/2539958095172289553/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=24422523&amp;postID=2539958095172289553' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/24422523/posts/default/2539958095172289553'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/24422523/posts/default/2539958095172289553'/><link rel='alternate' type='text/html' href='http://stratusandtheswirl.blogspot.com/2007/06/debian-day.html' title='The Debian Day!'/><author><name>Gustavo F</name><uri>https://plus.google.com/107690887721700237205</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-67f7Th_hXRI/AAAAAAAAAAI/AAAAAAABflY/jKRVORtlkac/s512-c/photo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-24422523.post-8909960908279114660</id><published>2007-06-14T18:08:00.000-03:00</published><updated>2007-06-14T18:23:17.851-03:00</updated><title type='text'>debcamp updates - round III</title><content type='html'>&lt;ul&gt;&lt;li&gt;simple-cdd: During lunch Vagrant agreed we need a symlink from simple-cdd to build-simple-cdd, I&#39;ve added it into my branch with some other minor changes and we will include that stuff in our next upload.&lt;/li&gt;&lt;li&gt;simple-cdd: After dinner Enrico told Vagrant about a simple-cdd demonstration and I said we could demo a &#39;merge&#39; of both desktop and gnome-desktop tasks in a simple-cdd image containing just this new desktop profile, shrinking intentionally the list of packages. I&#39;m sure people will be impressed how easy it&#39;s; the bonus point is learn more about the underrated tasksel. Stay tuned! :-)&lt;/li&gt;&lt;li&gt;d-i-g: I&#39;ve a new branch just for the mirroring support, Otavio and I figured out that dp-m lacks proper multiple architecture support but I&#39;ll keep working on mirroring support on the &#39;dp-m&#39; branch while I solve other problems and add new features on master and help Otavio add multiple arch support into dp-m. Lots of work. Python volunteers are welcome. git repository is at: git clone http://people.debian.org/~stratus/git/d-i-g.git&lt;/li&gt;&lt;li&gt;pkg-ltsp @ debian: You can say we&#39;ve reunited here, me, vagrantc, otavio and pere. Vagrant is installing one Ltsp server and since we&#39;re short in time today - venue closing @ 11pm, probably we will have a lot more fun tomorrow.&lt;br /&gt;&lt;/li&gt;&lt;li&gt;git and stgit: I&#39;m in love with both tools, I blame Otavio that introduced me to them.&lt;/li&gt;&lt;li&gt;people: Tomorrow I and faw will be changing room and in a few days all the brazilian people will be reunited here. I can&#39;t wait to see the canteen really crowded with us and the rest of the Debian people attending debconf. See you all and have a nice trip!&lt;/li&gt;&lt;/ul&gt;There&#39;s a lot more bits but I can&#39;t remember everything, oh I&#39;ve also met siretart. :-)</content><link rel='replies' type='application/atom+xml' href='http://stratusandtheswirl.blogspot.com/feeds/8909960908279114660/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=24422523&amp;postID=8909960908279114660' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/24422523/posts/default/8909960908279114660'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/24422523/posts/default/8909960908279114660'/><link rel='alternate' type='text/html' href='http://stratusandtheswirl.blogspot.com/2007/06/debcamp-updates-round-iii.html' title='debcamp updates - round III'/><author><name>Gustavo F</name><uri>https://plus.google.com/107690887721700237205</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-67f7Th_hXRI/AAAAAAAAAAI/AAAAAAABflY/jKRVORtlkac/s512-c/photo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-24422523.post-6779109943386257905</id><published>2007-06-13T17:10:00.000-03:00</published><updated>2007-06-13T17:16:36.149-03:00</updated><title type='text'>debcamp updates - round II</title><content type='html'>&lt;ul&gt;&lt;li&gt;simple-cdd: Ignoring it for a while to work on debian-cd next gen, a.k.a d-i-g.&lt;/li&gt;&lt;li&gt;d-i-g: git clone http://people.debian.org/~stratus/git/d-i-g.git&lt;/li&gt;&lt;li&gt;debian desktop: wfm, but if doesn&#39;t for you and you&#39;re attending debcamp or will show up for debconf, please tell me what&#39;s broken for you&lt;/li&gt;&lt;li&gt;debcamp: It could be better if we had more people doing real Debian related work&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;</content><link rel='replies' type='application/atom+xml' href='http://stratusandtheswirl.blogspot.com/feeds/6779109943386257905/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=24422523&amp;postID=6779109943386257905' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/24422523/posts/default/6779109943386257905'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/24422523/posts/default/6779109943386257905'/><link rel='alternate' type='text/html' href='http://stratusandtheswirl.blogspot.com/2007/06/debcamp-updates-round-ii.html' title='debcamp updates - round II'/><author><name>Gustavo F</name><uri>https://plus.google.com/107690887721700237205</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-67f7Th_hXRI/AAAAAAAAAAI/AAAAAAABflY/jKRVORtlkac/s512-c/photo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-24422523.post-3894117879418951850</id><published>2007-06-11T07:03:00.000-03:00</published><updated>2007-06-11T07:14:42.724-03:00</updated><title type='text'>debcamp updates - round I</title><content type='html'>&lt;ul&gt;&lt;li&gt;baggage: Arrived yesterday in the hostel, thanks Mark, Kevin and Felipe for the help.&lt;br /&gt;&lt;/li&gt;&lt;li&gt;people: Otavio Salvador is finally here with us in the hacklab.&lt;/li&gt;&lt;li&gt;simple-cdd: Figured out an easy way to cross compile images using my ppc machine.&lt;/li&gt;&lt;li&gt;simple-cdd: I&#39;m now able to work on code cleanup and further modularization.&lt;br /&gt;&lt;/li&gt;&lt;li&gt;ltsp: Otavio came with one arm thin-client and suggested some ltsp related work.&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;&lt;span style=&quot;font-style: italic;&quot;&gt;Where&#39;s Vagrant? :)&lt;/span&gt;</content><link rel='replies' type='application/atom+xml' href='http://stratusandtheswirl.blogspot.com/feeds/3894117879418951850/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=24422523&amp;postID=3894117879418951850' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/24422523/posts/default/3894117879418951850'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/24422523/posts/default/3894117879418951850'/><link rel='alternate' type='text/html' href='http://stratusandtheswirl.blogspot.com/2007/06/debcamp-updates-round-i.html' title='debcamp updates - round I'/><author><name>Gustavo F</name><uri>https://plus.google.com/107690887721700237205</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-67f7Th_hXRI/AAAAAAAAAAI/AAAAAAABflY/jKRVORtlkac/s512-c/photo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-24422523.post-266867810874006792</id><published>2007-06-10T06:15:00.000-03:00</published><updated>2007-06-10T06:29:02.527-03:00</updated><title type='text'>I&#39;m in Edinburgh, my baggage isn&#39;t.</title><content type='html'>I arrived yesterday in Edinburgh for debcamp and debconf 7 after aprox. 14 hours and 3 flights from Brazil to Scotland (Rio-&gt;Guarulhos, Guarulhos-&gt;London, London-&gt;Edinburgh). The city looks really cool with a lot of interesting places to visit and the weather is ok for me until now. We&#39;re now in the main talks room, that&#39;s is a sort of hacklab at this moment too.&lt;br /&gt;&lt;br /&gt;Unfortunately TAM and British Airways  (they call each other partners) don&#39;t give me my baggage yet, at least I&#39;ve my laptop and my friend Felipe (faw) to help me with essential stuff. Hopefully this problem will be sorted out really soon, so I can concentrate on real Debian related work.&lt;br /&gt;&lt;br /&gt;See you!</content><link rel='replies' type='application/atom+xml' href='http://stratusandtheswirl.blogspot.com/feeds/266867810874006792/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=24422523&amp;postID=266867810874006792' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/24422523/posts/default/266867810874006792'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/24422523/posts/default/266867810874006792'/><link rel='alternate' type='text/html' href='http://stratusandtheswirl.blogspot.com/2007/06/im-in-edinburgh-my-baggage-isnt.html' title='I&#39;m in Edinburgh, my baggage isn&#39;t.'/><author><name>Gustavo F</name><uri>https://plus.google.com/107690887721700237205</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-67f7Th_hXRI/AAAAAAAAAAI/AAAAAAABflY/jKRVORtlkac/s512-c/photo.jpg'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-24422523.post-7654950954190761021</id><published>2007-06-04T16:56:00.000-03:00</published><updated>2007-06-04T17:05:12.706-03:00</updated><title type='text'>Happy Birthday to me</title><content type='html'>There&#39;s a lot going on behind the scenes and today is a good day to break the silence and inform you that I&#39;ll attend my second &lt;a href=&quot;http://www.debconf.org&quot;&gt;debconf&lt;/a&gt;! Hopefully, I&#39;ll have more good news soon, meanwhile, I&#39;ll enjoy my birthday with friends and wait for the key email message.</content><link rel='replies' type='application/atom+xml' href='http://stratusandtheswirl.blogspot.com/feeds/7654950954190761021/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=24422523&amp;postID=7654950954190761021' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/24422523/posts/default/7654950954190761021'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/24422523/posts/default/7654950954190761021'/><link rel='alternate' type='text/html' href='http://stratusandtheswirl.blogspot.com/2007/06/happy-birthday-to-me.html' title='Happy Birthday to me'/><author><name>Gustavo F</name><uri>https://plus.google.com/107690887721700237205</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-67f7Th_hXRI/AAAAAAAAAAI/AAAAAAABflY/jKRVORtlkac/s512-c/photo.jpg'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-24422523.post-535605700404773247</id><published>2007-05-14T01:47:00.000-03:00</published><updated>2007-05-14T01:55:22.925-03:00</updated><title type='text'>Microsoft violates free software patents</title><content type='html'>Microsoft infringes on no fewer than 235 free software patents (&lt;a href=&quot;http://www.openinventionnetwork.com/&quot;&gt;open invention network&lt;/a&gt; and others), full list only if Microsoft publish its first stop spreading FUD. Don&#39;t blame me, it was Ballmer who threw the first chair!</content><link rel='replies' type='application/atom+xml' href='http://stratusandtheswirl.blogspot.com/feeds/535605700404773247/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=24422523&amp;postID=535605700404773247' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/24422523/posts/default/535605700404773247'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/24422523/posts/default/535605700404773247'/><link rel='alternate' type='text/html' href='http://stratusandtheswirl.blogspot.com/2007/05/microsoft-violates-free-software.html' title='Microsoft violates free software patents'/><author><name>Gustavo F</name><uri>https://plus.google.com/107690887721700237205</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-67f7Th_hXRI/AAAAAAAAAAI/AAAAAAABflY/jKRVORtlkac/s512-c/photo.jpg'/></author><thr:total>2</thr:total></entry></feed>