峯言凬语 O ever youthful O ever weeping~
本无意与众不同,怎奈何口味太重。
首页
平水韵
颜色表
ABOUT
文章分类
友情链接
您正在查看: Net 分类下的文章

遇到登录FTP时出现错误:
"421 Too many connections (12) from this IP"

解决办法:
服务器端:修改MaxClientPerIP参数,加大时间。
客户端:修改响应时间超时,大于服务器MaxClientPerIP参数时间。

23091701.jpg

2019-12-18 |Nonni

一键脚本安装脚本:
系统:centos7+/debian9+/ubuntu16.04+
网站:www.v2rayssr.com

curl -O https://raw.githubusercontent.com/V2RaySSR/Trojan/master/Trojan.sh && chmod x trojan.sh && ./trojan.sh

or:

wget --no-check-certificate https://raw.githubusercontent.com/V2RaySSR/Trojan/master/Trojan.sh && chmod +x Trojan.sh && ./Trojan.sh

编辑配置:

/usr/src/trojan/server.conf

Github 项目地址:

https://github.com/atrandys/trojan

安装 curl:

apt-get update -y && apt-get install curl -y    ##Ubuntu/Debian 系统安装 Curl 方法
yum update -y && yum install curl -y            ##Centos 系统安装 Curl 方法

安装 XZ 压缩工具:

apt-get install xz-utils   #Debian/Ubuntu 安装 XZ 压缩工具命令
yum install xz    #CentOS 安装 XZ 压缩工具

客户端:

https://github.com/trojan-gfw/trojan/releases

iPhone上使用小火箭扫码:

单独安装bbr:

cd /usr/src && wget -N --no-check-certificate "https://raw.githubusercontent.com/chiakge/Linux-NetSpeed/master/tcp.sh" && chmod +x tcp.sh && ./tcp.sh

sea.gif

修改Windows网络参数,提升油管性能:

管理员运行CMD执行:

netsh int tcp show global

直接缓存访问(DCA):

netsh int tcp set global dca=enabled

接收窗口自动调谐级别:

netsh int tcp set global autotuninglevel=normal

附加拥塞控制提供程序:
Windows7:

netsh interface tcp set global congestionprovider=ctcp

Windows10:

netsh int tcp set supplemental template=internet congestionprovider=ctcp

RFC 1323 时间戳:

netsh int tcp set global timestamps=enabled

YuoTube.jpg

2019-10-12 |Nonni

f35.jpeg
见到做海淘的朋友手里有20多台海外主机做运营,想想也确实需要,列出一些我所了解的目前较为稳定可靠的外贸主机商。

鳄鱼主机hostgator
鳄鱼家的虚拟主机曾被很多商家公认为稳定的外贸主机,缺点是有点贵。它成立于2002年,总部位于美国佛罗里达州Boca Raton市,美国十大主机商之一,服务器正常运行时间,服务器性能和网络环境测试都表现优异。
优惠码:rsosaveas2new
https://www.hostgator.com

老鹰主机HawkHost
老鹰主营美国业务,也有香港和新加坡机房,但是速度一般。
优惠码:flashspring2019 cloudflashspring2019r
https://www.hawkhost.com/

RAKsmart
主营独立服务器业务,有美国圣何塞机房的大陆优化,国际BGP线路G口服务器。
https://www.raksmart.com/

糖果主机SugarHosts
糖果主机的数据中心有洛杉矶,香港,荷兰,德国,有中文支持,可以使用支付宝。
http://www.sugarhosts.com/

92013.jpg
中国科技大学教育网官方主镜像网站:
http://mirrors.ustc.edu.cn/

OpenWrt源教育网高速镜像站点:
http://openwrt.proxy.ustclug.org/

清华大学开源软件镜像站:
https://mirrors.tuna.tsinghua.edu.cn/

替换及还原方法:
以mirrors.tuna.tsinghua.edu.cn镜像站为例:

sed -i 's/downloads.openwrt.org/mirrors.tuna.tsinghua.edu.cn/lede/g' /etc/opkg/distfeeds.conf #替换
sed -i 's/mirrors.tuna.tsinghua.edu.cn/lede/downloads.openwrt.org/g' /etc/opkg/distfeeds.conf #还原