Aqui hay un Google talk por el mismisimo Linus, quien habla sobre su nuevo sistema de control de versiones distribuido. El cual promete se mas rapido, distribuido, y ocupar menos espacio. Algunos claman que pudiera utilizarse como un sistema de archivos distribuidos que nos permitira crear sistemas que antes eran inconcebibles.
Related Posts
can’t ssh to ec2 ubuntu instance, /etc/fstab breaks bootup due to missing ebs volume [SOLVED]
So the /etc/fstab file on your root volume looked like this LABEL=cloudimg-rootfs / ext4 defaults 0 0 /dev/xvdf /mnt/backups auto defaults,comment=cloudconfig 0 2 by mistake you deleted the ebs volume that you had mounted on /mnt/backups (or whatever folder) and you restarted your ubuntu instance not knowing that if the /etc/fstab would break it would […]
How to update file timestamps in Python
Sometimes you can be real picky like me about timestamps of files, for example, during my wedding we had a few digital cameras, and one of the cameras had its internal clock 4 hours behind. So what better way for a lazy guy like you to change timestamps than writing a short python script to […]
Checking what PyQt4 version you’re running
This is one of those things I tend to forget >>> PyQt4.Qt.qVersion() ‘4.3.3’
Excelente video, gracias por compartirlo