tag:blogger.com,1999:blog-44936806623589295372008-08-20T18:18:20.031-03:00PereiraPereirahttp://www.blogger.com/profile/09268361111364933432noreply@blogger.comBlogger3125tag:blogger.com,1999:blog-4493680662358929537.post-65733117365843194122008-04-10T15:36:00.000-03:002008-04-10T15:37:34.642-03:00Shell history statsFrom my notebook:<br />~$ history|awk '{a[$2]++ } END{for(i in a){print a[i] " " i}}'|sort -rn|head<br />195 ssh<br />51 touch<br />32 mkdir<br />29 cd<br />23 ls<br />21 cat<br />18 ping<br />17 python<br />14 traceroute<br />13 vimPereirahttp://www.blogger.com/profile/09268361111364933432noreply@blogger.comtag:blogger.com,1999:blog-4493680662358929537.post-74432114808249653022007-10-18T13:29:00.000-02:002007-10-18T13:40:50.820-02:00First days in GoogleI disappear some time, because the first days as a Googler was crazy. I started as the first SysAdmin at <a href="http://maps.google.com/maps?f=q&hl=en&geocode=&time=&date=&ttype=&q=google+near+belo+horizonte&sll=-19.925242,-43.94859&sspn=0.012164,0.010439&ie=UTF8&latlng=-19930419,-43940273,317956733610028048&ei=dXwXR6naBovyrAKdycmNBw&sig2=x2b3dc_mooqI7pQv-leMpA&cd=8">Google Belo Horizonte</a> and first at South America, so you can imagine the overload of information that I had to learn and make it easy for my <a href="http://www.google.com.br/support/jobs/bin/answer.py?answer=64282">next colleages</a>. But now I have reinforcement (<a href="http://stratusandtheswirl.blogspot.com/">Stratus</a>).<br /><br />I'm loving to work at Google. It is really the best place to work and I can still play with <a href="http://en.wikipedia.org/wiki/Goobuntu">Ubuntu</a> all the time.<br /><br />I expect to contribute with a bunch of patches to Ubuntu and Debian during my projects here.Pereirahttp://www.blogger.com/profile/09268361111364933432noreply@blogger.comtag:blogger.com,1999:blog-4493680662358929537.post-47175753758926258632007-03-16T02:22:00.000-03:002007-03-18T07:50:43.676-03:00Feisty Fawn and Texas Instrument Card Reader<div style="text-decoration:line-through;"><span style="font-style: italic;">If you have an Multimedia Card Reader 5 in 1 from Texas Instruments, if you don't know, use this command to confirm:</span><br /><br /><blockquote style="font-style: italic;">$ lspci | grep "Multimedia Card Reader"<br />05:06.2 Mass storage controller: Texas Instruments 5-in-1 Multimedia Card Reader (SD/MMC/MS/MS PRO/xD)<br /></blockquote><br /><span style="font-style: italic;">You will not be able to use this card reader with new Ubuntu 7.04 (Feisty Fawn), because there are some problems with tifm (Texas Instruments modules) and MMC core on kernel 2.6.20. The discussion on linux kernel mailing list is </span><a style="font-style: italic;" href="http://lkml.org/lkml/2007/2/7/267">here</a><span style="font-style: italic;">.</span><br /><br /><span style="font-style: italic;">Alex Dubov, the maintainer of tifm, said that:</span><br /><blockquote style="font-style: italic;">Unfortunately, driver shipped with 2.6.20 is buggy. Please use the standalone version of the driver, for a time being.</blockquote><span style="font-style: italic;">So if someone has this device, the solution is:</span><br /><ol style="font-style: italic;"><li>Download the device module: http://prdownload.berlios.de/tifmxx/tifm-0.8d.tar.bz2</li><li>Compile (you need the package <span>build-essential</span> ):</li></ol><blockquote style="font-style: italic;"> $ mkdir tifm; cd tifm<br /> $ tar xvfj tifm-0.8d.tar.bz2<br /> $ make<br /> $ sudo make install<br /></blockquote><br /><span style="font-style: italic;">Now you have tifm working standalone. You have to reboot or reload modules for correct use. Remember that every time you have to upgrade your kernel, you need to re-run "make install".</span></span></div><br /><br />Pavel warned me that this problem is history in kernel 2.6.20-11.18:<br />https://beta.launchpad.net/ubuntu/+source/linux-source-2.6.20/+bug/82680<br />Big "Thank you" for our core developers. :-)Pereirahttp://www.blogger.com/profile/09268361111364933432noreply@blogger.com