测试vps网络接口速度

一般说来VPS至少是百兆接入的,也有G口接入,但由于服务器位置不同,连接速度各异。
如何来测试VPS的接口带宽呢?客观的就是借助第三方网站speedtest.net来测试VPS连接到最近地理位置的测试服务器的速度,而不是去下载cachefly上的文件。speedtest.net上有上千个测试点遍布全球,完全可以找到离要测试VPS距离最近的测试点 继续阅读“测试vps网络接口速度”

解决update时key不可用的问题

debian/ubuntu在进行自动更新时候可能会遇到“There is no public key available for the following key IDs”的错误提示
可以通过以下命令解决:
apt-get install debian-keyring debian-archive-keyring
apt-key update

之后再运行
apt-get update && apt-get upgrade
即可!