Your Ad Here
首页 | 编程语言 | 网站建设 | 游戏天堂 | 冲浪宝典 | 网络安全 | 操作系统 | 软件时空 | 硬件指南 | 病毒相关 | IT 认证
软讯网络 > 操作系统 > Linux > Downloading ISO's from internet
【标  题】:Downloading ISO's from internet
【关键字】:Downloading,ISO,from,internet
【来  源】:http://blog.chinaunix.net/article.php?articleId=2800&blogId=165

Downloading ISO's from internet

Your Ad Here

命令行的,先记下来。

在网上看到,小改了一下。:)

It is recommended that you use curl to download the ISO images from internet.
To use curl, at a shell prompt, cut and paste the URL for the ISO into the curl command as follows:

code:
[GS@localhost os]$ curl -C - -O 'url_for_ISO'


Be sure to include the single quotation marks. The '-C -' option allows you to continue the download if it is interrupted (for example, in case you lose the connection). The '-O' (the letter 'O', not a zero) option will save the file with same name as on the server.

You may also use wget to obtain the ISO files. To use wget, at a shell prompt, cut and paste the URL for the ISO into the wget command as follows:

code:
[GS@localhost os]$ wget -c 'url_for_ISO'


Make sure to check the md5 hash of each file you download download via LQ ISO against the one listed on the site. If the md5's do not match, you should try to download the file again, possibly from a different mirror. To get the md5 hash of a file after you have downloaded it, use the following command:

code:
[GS@localhost os]$ md5sum filename.iso


If you are using Windows you can use MD5summer to get the md5sum of a file
使人心灵震撼的一组图片:【上一篇】
./configure,make,make install:【下一篇】
【相关文章】
  • When the IIS Service Gets Unavailable(from DDJ)
  • boot message from home machine
  • boot message from poweredge
  • [转] 对字符编码与Unicode,ISO 10646,UCS,UTF8,UTF16,GBK,GB2
  • -*-*-*-*-*-iso8859-1,-misc-simsun-medium-r-normal
  • Linux from Scratch
  • Porting cluster test from Linux-ha to open-ais
  • From a soldier's laurel
  • 从硬盘iso安装RedHat AS 3
  • isolinux serial console keyboard issue
  • 【随机文章】
  • Debug mode 引导AIX
  • 程序员可以速成吗?
  • 考试注意事项
  • 如何发展下线
  • Win32 ASM详解-超类化
  • Shared Source CLI 2.0 (Rotor) 源码研究1 Building Rotor
  • 单件模式在报表中的使用
  • oracle中rollback的使用
  • ASP简易实现多国语言版
  • 21点的游戏规则:
  • 【相关评论】
    没有相关评论
    【发表评论】
    姓名:
    邮件:
    随机码*
    评论*
          
    |  首 页  |  版权声明  |  联系我们   |  网站地图  |
    CopyRight © 2004-2007 bbb软讯网络 All Rigths Reserved.