首 页 ┆ 源码下载 ┆ IT学院 ┆ 字体下载 ┆ 模板下载 ┆ 源码发布 ┆ 广告合作 ┆ 网站地图
► 设为首页
► 加入收藏
► 联系我们
源码下载 >> ASP源码 | PHP源码 | ASP.net源码 | JSP源码 | CGI源码 | VC/C++源码 | VB源码 | Delphi源码 | Flash源码
文章学院 >> 网络编程 | 网页设计 | 图形图象 | 数据库 | 服务器 | 网络媒体 | 网络安全 | 操作系统 | 办公软件 | 软件开发 | 黑客知识
字体下载 >> 精制字体 | 非英字体 | 艺术字体 | 著名字体 | 哥特式 | 简单字体 | 手写体 | 节假日 | 图案字体 | 精度像素 | 中文字体
模板下载 >> 企业门户 | 数码网络 | 休闲娱乐 | 影视音乐 | 旅游名胜 | 文化艺术 | 电子商务 | 个性展示 | 登陆导航 | Flash模板
►►您当前的位置:源码园 → IT学院 → 操作系统 → Linux → 文章内容

Downloading ISOs from internet

作者:佚名  来源:网上收集  发布时间:2006-5-22 18:22:28

命令行的,先记下来。
在网上看到,小改了一下。:)
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.isoIf you are using Windows you can use MD5summer to get the md5sum of a file

[] [返回上一页] [打 印]
  • 上一篇文章:温习一下telnet
  • 下一篇文章:使人心灵震撼的一组图片

  • 相关文章:
  • [组图]巧借WinUpdates Downloader打补丁
  • [图文]Orbit Downloader为XP SP3加速
  • 用Delphi编写可以断开Internet连接的程序
  • [组图]Excel 2000数据共享与Internet
  • [组图]在Internet临时文件夹中找资源
  • XP中Internet四则常见问题解决方法
  • 在Win 2003中重置Internet协议
  • Win 2003配置DNS的Internet访问
  • Ethernet HOWTO Linux以太网-HOWTO (3)性能小技巧
  • Linux 指令篇:起始管理--shutdown
  • Ethernet HOWTO Linux以太网-HOWTO (6)技术信息
  • Ethernet HOWTO Linux以太网-HOWTO (7)笔记本电脑联...
关于本站 - 网站帮助 - 广告合作 - 下载声明 - 友情连接 - 网站地图 - 源码发布
Copyright © 2003-2009 Ymyasp.Com. All Rights Reserved .
备案序号:粤ICP备07029071号