diff --git a/sources/How to Test Your Internet Speed with a Terminal Command.md b/sources/How to Test Your Internet Speed with a Terminal Command.md deleted file mode 100644 index 978074bb06..0000000000 --- a/sources/How to Test Your Internet Speed with a Terminal Command.md +++ /dev/null @@ -1,27 +0,0 @@ -翻译中 -How to Test Your Internet Speed with a Terminal Command -================================================================================ -![](http://img.gawkerassets.com/img/190w8luc8u8jjjpg/original.jpg) - -You probably know about the internet [speed tests][1] that can be performed from your browser. However, Make Tech Easier shows us that you can do the same thing right from a terminal window—perfect for your Raspberry Pi or home server. - -Just open a terminal and run the following command: - - wget -O /dev/null http://speedtest.wdc01.softlayer.com/downloads/test10.zip - -The test basically downloads a 10MB file using the [wget][2] command to pull a file from a remote server. The speed is displayed in the terminal when the file download has completed, so you know how fast your connection is running. - -Any Linux PC can perform the wget command out of the box. [Windows][3] and [Mac][4] users will need to download the program, but it still functions more or less the same. Hit the link to read more. - --------------------------------------------------------------------------------- - -via: http://lifehacker.com/how-to-test-your-internet-speed-with-a-terminal-command-1364123567 - -本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创翻译,[Linux中国](http://linux.cn/) 荣誉推出 - -译者:[译者ID](https://github.com/译者ID) 校对:[校对者ID](https://github.com/校对者ID) - -[1]:http://www.speedtest.net/ -[2]:http://lifehacker.com/161202/geek-to-live--mastering-wget -[3]:http://gnuwin32.sourceforge.net/packages/wget.htm -[4]:https://www.macupdate.com/app/mac/33951/wget diff --git a/translated/How to Test Your Internet Speed with a Terminal Command.md b/translated/How to Test Your Internet Speed with a Terminal Command.md new file mode 100644 index 0000000000..9c7a1ab224 --- /dev/null +++ b/translated/How to Test Your Internet Speed with a Terminal Command.md @@ -0,0 +1,26 @@ +如何在终端命令行测试你的网速 +================================================================================ +![](http://img.gawkerassets.com/img/190w8luc8u8jjjpg/original.jpg) + +你可能知道关于互联网[速度测试][1],它可以在你的浏览器里进行.这里给展现一个更简单的方法,你可以在你的树莓派或者家用服务器通过终端做同样的事. + +打开一个终端,运行下面命令: + + wget -O /dev/null http://speedtest.wdc01.softlayer.com/downloads/test10.zip + +使用[wget][2]命令从远程仓库服务器测试下载一个10MB文件.当文件下载完成,速度会显示在终端,你就可以知道你正在连接的网络速度有多快了 + +任何linux PC(译者注:一般,我们所说的PC是指'IBM PC兼容机',此架构中的中央处理器采用英特尔或超微等厂商所生产的中央处理器)能够运行wget命令.[Windows][3]和[Mac][4]用户需要下载这个程序,但是功能不多不少完全一样.点击链接可以读到更多. + +-------------------------------------------------------------------------------- + +via: http://lifehacker.com/how-to-test-your-internet-speed-with-a-terminal-command-1364123567 + +本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创翻译,[Linux中国](http://linux.cn/) 荣誉推出 + +译者:[flsf](https://github.com/flsf) 校对:[校对者ID](https://github.com/校对者ID) + +[1]:http://www.speedtest.net/ +[2]:http://lifehacker.com/161202/geek-to-live--mastering-wget +[3]:http://gnuwin32.sourceforge.net/packages/wget.htm +[4]:https://www.macupdate.com/app/mac/33951/wget