Submitted by drjunior on Wed, 05/29/2013 - 22:27
This command took me 20 minutes to find. Let's hope that this helps someone and me next time I need to do something similar.
find . -name '*foo*' -type f -exec bash -c 'mv "$1" "${1/foo/bar}"' -- {} \;
Submitted by drjunior on Tue, 05/07/2013 - 17:18
During the last month I've been digging around sensors in Android devices namely (nexus 4, nexus 7, nexus 7 and galaxy nexus). Basically it was all nexus family because they are the ones that it's more easy access and to change the source code (AOSP source code and also kernel).
It was the first time that I had the opportunity to compile a kernel and to dig a little bit at that level (a little bit far away from the most common software devs).
Submitted by drjunior on Fri, 12/14/2012 - 18:01
Submitted by drjunior on Tue, 09/18/2012 - 00:38
Well, seems that VPS providers sometimes doesn't care about their users, and this is unfortunately happened to me.
I am currently setting a new machine on linode servers. When I have some time, I will put some content on this blog ;)
See you soon!
Pages