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
How to build PyQt4 for Windows
– Make sure you don’t have cygwin or C:devkitPromsysbin in your path, or else your make files can end up trying to run the Makefile using ‘sh’ and all the makefile we’re about to use are meant to run from the windows command line. If for some odd reason you type ‘sh’ on your windows […]
The Curious Case of Inconsistent cargo fmt Formatting (and How to Fix It)
Have you ever run into a situation where cargo fmt, Rust’s code formatter, produces different output on different machines, even though you’re working on the same project? This can be incredibly frustrating, especially when you’re trying to maintain consistent code style across a team or between your own development environments. I recently encountered this issue, and […]
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 […]
3 thoughts on “VIDEO: Linus habla sobre GIT, su “subversion” distribuido”
Comments are closed.
Excelente video, gracias por compartirlo