Site sobre software livre, cultura, arte, gimp, inkscape, wallpapers, vim, firefox, python, e-books, algoritmos, openoffice, ubuntu, debian, gnome, inkscape, bash, shell script, música, arte, mpb, dicas em geral, Geopolítica, politica, brasil, blogsfera, ativismo, rock, english
Dicas para baixar ubuntu lucid 10.04
- Visite a lista de mirros (espelhos)
- Pegue o link "zsync" da imagem desejada,
note que se o nome da iso local for diferente você tem duas opções, renomear a mesma antes, ou indicar no zsync o arquivo de saida com a opção "-o", senão ele vai baixar tudo novamente e nossa intenção é justamente poupar nosso tempo e a banda dos servidores.
# se não tiver zsync instalado --> sudo aptitude install -y zsync
# enter no diretório onde está sua imagem beta do ubuntu e rode este comando
zsync http://mirror.globo.com/ubuntu/releases/10.04/ubuntu-10.04-desktop-i386.iso.zsync
No meu caso em menos de 20 minutos eu já estava com a iso da versão final.
Baixe o novo ubuntu usando ZSYNC
zsync is another implementation of the same algorithm that rsync uses, but does not require special software at the server end. It seems to be more efficient (require less data to be downloaded) for ISO images.
To download or update an image with zsync:
zsync http://cdimage.ubuntu.com/daily-live/current/karmic-desktop-amd64.iso.zsync
Eu já estou baixando o beta usando este recurso :)
Referências:
Não use o comando dd para copiar imagens de cd
readom dev=/dev/scd0 f=/path/to/image.iso
A explicação vem em inglês - um incentivo para você estudar um pouco, e pra min também :)
Many like to use 'dd' for creating CD/DVD iso images. This is bad. Very bad. The reason this is, is 'dd' doesn't have any built-in error checking. So, you don't know if you got all the bits or not. As such, it is not the right tool for the job. Instead, 'reaom' (read optical media) from the wodim package is what you should be using. It has built-in error checking. Similarly, if you want to burn your newly creating ISO, stay away from 'dd', and use:
wodim -v -eject /path/to/image.iso
Fonte: command-line-fu
Baixe o novo ubuntu
http://ubuntu.c3sl.ufpr.br/releases/intrepid/
linux-cookbook
|
|
| Participe do grupo linux-cookbook |
| Visitar este grupo |