Linux Ubuntu使用wondershaper限制上传下载速度教程

Ubuntu Linux服务器限速非常容易,我们可以使用wondershaper限制服务器上传速度、下载速度,防止恶意刷流量。 wondershaper是一个脚本,可有效控制服务器网卡端口速度。(wondershaper官网源码) 我们以Linode机房VPS举例: Ubuntu安装wondershaper: apt-get install wondershaper 使用规则: wondershaper [-hcs] [-a <adapter>] [-d <rate>] [-u <rate>] 解释: -h Display help -a <adapter> Set the adpter -d <rate> Set maximum download rate (in Kbps) -u <rate> Set maximum upload rate (in Kbps) -p Use the presets in /etc/conf.d/wondershaper.conf -c Clear the limits from adapter -s […]

linux scp远程拷贝命令获取文件

linux有个命令叫scp是secure copy的缩写,顾名思义,可获得你想要的文件。有一个使用场景,解决了我的难题。 当我有台vps在海外,因为某些原因,在大陆无法连接的时候,我需要提取vps上某些重要的文件,怎么办呢?我会利用一台正常的海外vps,使用ssh命令,利用scp远程下载那台异常的服务器文件到正常的vps服务器上,再利用ftp工具下载到本地。 以Linode VPS举例: 具体操作参数是: scp -P root@abc.com:/etc/abc.json /root/abc.json 说明: -P 指定远程vps连接的端口。如果远程服务器是默认端口,可忽略此参数; root@abc.com:/etc/abc.json 是远程服务器的登录用户名、服务器地址、文件位置; /root/abc.json 是你在本机要保存的文件位置和文件名称;

Begin typing your search term above and press enter to search. Press ESC to cancel.