歡迎來到Linux教程網
Linux教程網
Linux教程網
Linux教程網
Linux教程網 >> Linux基礎 >> Linux教程 >> 用zsync來快速升級你的 ISO 到 Ubuntu 11.10 正式版

用zsync來快速升級你的 ISO 到 Ubuntu 11.10 正式版

日期:2017/2/28 16:04:57   编辑:Linux教程
代號為 Ubuntu 11.10 即將在今天發布,想必很多 Ubuntu 粉絲早已經按捺不住此刻迎新發布版本的激動心情,在谷歌著 Ubuntu 11.10 正式版的下載地址。其實大可不必這樣,如果你之前下載過 Ubuntu 11.10 的測試版本的ISO,比如BETA或者RC版本,你可以使用 zsync 來快速升級你的ISO文件到 Ubuntu 11.10 正式版。

使用 zsync可以通過少的數據通信量快速升級 Ubuntu 11.10 的ISO鏡像文件,讓你更快的體驗新版本的 Ubuntu 11.10。並且減小鏡像服務器的流量壓力。

用 apt 來安裝 zsync
apt-get install zsync

進入到之前下載的ISO的目錄

[root@www ~]# cd ubuntu/
[root@www ubuntu]# ls
oneiric-desktop-i386.iso

用 zsync 來升級 ISO,注意文件名要一致

zsync http://cdimage.ubuntu.com/daily-live/current/oneiric-desktop-i386.iso -i oneiric-desktop-i386.iso

zsync 就開始比對差異的數據來升級ISO了。

分分鐘的時間就完成了升級到 Ubuntu 11.10 的 ISO ,完成之後,目錄下就已經有了 Ubuntu 11.10 正式版的ISO文件了。

[root@www ubuntu]# ll
total 1425360
-rw-r--r-- 1 root root 729067520 Oct 11 19:32 oneiric-desktop-i386.iso
-rw------- 1 root root 729067520 Oct 12 15:15 ubuntu-11.10-desktop-i386.iso
[root@www ubuntu]#
[root@www ubuntu]# md5sum oneiric-desktop-i386.iso
cc3f01df904da8e774fa04d289348543 oneiric-desktop-i386.iso
[root@www ubuntu]# md5sum ubuntu-11.10-desktop-i386.iso
c396dd0f97bd122691bdb92d7e68fde5 ubuntu-11.10-desktop-i386.iso

Copyright © Linux教程網 All Rights Reserved