摘要: ubuntu下可以用debmirror来下载ubuntu的所有源:配置ubuntu12.04_mirror.sh 1 ########################################################################### 2 ## ## 3 ## Ubuntu Mirror Script ## 4 ## ... 阅读全文
posted @ 2014-01-23 15:30 htrace 阅读(821) 评论(0) 推荐(0)
摘要: ubuntu下可以用apt-mirror下载openstack的源:1、安装apt-mirror:apt-get install apt-mirror2、配置/etc/apt/mirror.list:配置/etc/apt/mirror.list 1 ############# config ################## 2 # 3 # set base_path /var/spool/apt-mirror 4 set base_path /home/openstack/havana 5 #set base_path /home/ubuntu-ff 6 # 7 # se... 阅读全文
posted @ 2014-01-23 15:12 htrace 阅读(743) 评论(0) 推荐(0)
摘要: 装speedtest-cli speedtest-cli是一个用Python编写的轻量级Linux命令行工具,在Python2.4至3.4版本下均可运行。它基于Speedtest.net的基础架构来测量网络的上/下行速率。安装speedtest-cli很简单——只需要下载其Python脚本文件。 安装speedtest_cli ... 阅读全文
posted @ 2014-01-23 14:53 htrace 阅读(245) 评论(0) 推荐(0)