EdNovas的小站
5.83K subscribers
594 photos
17 videos
36 files
841 links
Download Telegram
#Linux #一键dd #dd #重装 #脚本
wget --no-check-certificate -O AutoReinstall.sh https://git.io/betags && chmod a+x AutoReinstall.sh && bash AutoReinstall.sh
【自测,基本各个平台通用,第一个选项选N,第二个Y】
奈飞解锁检测脚本
bash <(curl -sSL “https://github.com/CoiaPrant/Netflix_Unlock_Information/raw/main/netflix.sh”)
wget -O nf https://github.com/sjlleo/netflix-verify/releases/download/2.6/nf_2.6_linux_amd64 && chmod +x nf && clear && ./nf
#奈飞 #GitHub #脚本
BBR常用加速

1、请先安装curl和wget:

#CentOS安装wget和curl
yum -y install wget
yum -y install curl

#Debian和Ubuntu安装wget和curl
apt-get install wget
apt-get install curl

2、针对KVM机:

#开启系统自带加速
适用Debian≥9,Ubuntu≥20,CentOS≥8系统
echo "net.core.default_qdisc=fq" >> /etc/sysctl.conf
echo "net.ipv4.tcp_congestion_control=bbr" >> /etc/sysctl.conf
sysctl -p
lsmod | grep bbr

#四合一BBR脚本
适用Centos7,Debian8/9,Ubuntu16/18系统
wget -N --no-check-certificate "https://raw.githubusercontent.com/chiakge/Linux-NetSpeed/master/tcp.sh" && chmod +x tcp.sh && ./tcp.sh

3、针对ovz机:

#BBRPlus脚本
需要开启TUN/TAP和至少256M空闲内存
适用Alpine / Debian / Ubuntu / CentOS系统
wget --no-cache -O lkl-haproxy.sh https://github.com/mzz2017/lkl-haproxy/raw/master/lkl-haproxy.sh && bash lkl-haproxy.sh

更多脚本教程参考:
https://www.v2rayssr.com/bbr.html
https://www.cokemine.com/openvzbbr.html
#脚本 #bbr
甲骨文 ARM DD debian

首先需要确保你在创建ARM小鸡的时候选择的是Ubuntu 20系统,不要选mini那一款
然后使用密钥登录到SSH,进行接下来的步骤:
#先切换到root账户:
sudo -i

#然后安装DD系统所需的依赖:
apt-get update
apt-get install -y xz-utils openssl gawk file

#下载DD脚本并赋予权限:
curl -fLO https://raw.githubusercontent.com/bohanyang/debi/master/debi.sh
chmod a+rx debi.sh

#执行脚本安装,并设置登录密码:
./debi.sh --architecture arm64 --user root --password 你的密码

#当弹出done后,无报错继续重启:
shutdown -r now
大概10分钟后你的机器会自动重启一次,可以通过持续ping看出来,之后就可以用你自定义的密码已root身份登录了。
#一键DD #脚本 #甲骨文
VPS信息测试脚本(包括性能,解锁情况,测速,ping,线路等)
curl -fsL https://ilemonra.in/LemonBenchIntl | bash -s fast
#VPS #脚本
GOST中转脚本
wget --no-check-certificate -O gost.sh https://raw.githubusercontent.com/KANIKIG/Multi-EasyGost/master/gost.sh && chmod +x gost.sh && ./gost.sh
#gost #脚本 #VPS
Neko的线路速度不行!?
经常收到一些流量转发/VDS客户抱怨落地拉不起速度
昨天我一时兴起调了一位客户要来了ssh,稍作优化,优化前可以跑80-100Mbps, 优化后单线程可达400Mbps
为此我们贴心的为各位准备了一键调优脚本:

wget http://sh.neko.sbs:1111/tools.sh -O tools.sh && bash tools.sh

1. 安装BBR内核 并 重启 (内核已经是5.x或以上的可跳过这一步)
2. 运行 TCP窗口调优
大功告成 (配合Neko Neko Relay中转使用可以获得更好的效果)
此脚本基本上已够正常使用 (若遇到机器负载大、并发高、软中断严重等疑难杂症,可尝试付费咨询Neko)
详见: https://relay.nekoneko.cloud/knowledge/Linux%E7%BD%91%E7%BB%9C%E4%BC%98%E5%8C%96
效果图 (广移<->Buyvm卢森堡 优化前/优化后)
#VPS #bbr #脚本
一般性必备:
Linux基础入门:
https://www.linuxprobe.com/

免费域名申请:
https://www.freenom.com

域名解析:
https://www.cloudflare.com

TLS证书申请:
https://www.v2rayssr.com/ssl.html
https://ohttps.com

一键化安装节点:
https://github.com/proxysu/ProxySU

翻墙脚本搭建:
https://github.com/233boy/v2ray/wiki/V2Ray%E4%B8%80%E9%94%AE%E5%AE%89%E8%A3%85%E8%84%9A%E6%9C%AC
https://github.com/vaxilu/x-ui
https://github.com/mack-a/v2ray-agent
https://github.com/wulabing/Xray_onekey
https://v2raytech.com/script-collection/

telegram代理mtproxy脚本:
https://github.com/ellermister/mtproxy
https://github.com/sunpma/mtp

bbr加速:
https://www.v2rayssr.com/bbr.html
https://www.91yun.co/archives/6281

扩展性需求
安装warp脚本获得ipv4和ipv6双栈:
https://github.com/missuo/CloudflareWarp
https://github.com/veip007/EUserv-warp/
https://github.com/jokenee/cfwarp
https://p3terx.com/archives/cloudflare-warp-configuration-script.html

一键dd换系统:
https://www.moeelf.com/archives/293.html
https://github.com/veip007/dd
https://zhouchunyu.com/141.html

监控探针:
https://github.com/naiba/nezha
https://github.com/CokeMine/ServerStatus-Hotaru

挂机面板:
https://github.com/whyour/qinglong

VPS信息测速:
https://github.com/FunctionClub/ZBench
https://github.com/91yun/91yuntest

流媒体检测:
https://github.com/CoiaPrant/MediaUnlock_Test
https://github.com/sjlleo/netflix-verify
https://github.com/sjlleo/VerifyDisneyPlus
https://github.com/sjlleo/TubeCheck
https://github.com/Quzard/netflix-all-verify

流媒体解锁:
https://github.com/myxuchangbin/dnsmasq_sniproxy_install/

IP端口多地ping
http://ping.pe/
http://port.ping.pe/
https://ping.sx/ping
https://ping.sx/check-port

查IP信息
https://ip.xxoo.net/
https://ip.skk.moe/
https://ipshu.com/
https://en.ipip.net/
https://www.chaipip.com/index.html

原生IP检测:
https://bgp.he.net/

机场搭建:
https://github.com/Anankke/SSPanel-Uim
https://github.com/v2board/v2board
https://github.com/XrayR-project/XrayR

IDC搭建:
https://solusvm.com/
https://www.idcsmart.com/
http://www.tasiyun.com/
https://virtualizor.com/
https://www.whmcs.com/

中转面板:
https://github.com/Aurora-Admin-Panel/deploy
https://heaid.top/index.php/archives/67/

建站:
http://www.hostcli.com/
https://www.aapanel.com/index.html
#VPS #Linux #中转 #建站 #宝塔 #机场 #IDC #原生IP #IP #流媒体 #域名 #探针 #脚本 #bbr #mtproxy #warp
流媒体检测脚本
bash <(curl -L -s https://raw.githubusercontent.com/lmc999/RegionRestrictionCheck/main/check.sh)
#VPS #脚本 #奈飞 #流媒体
iptables本地端口转发

echo "net.ipv4.ip_forward=1" >> /etc/sysctl.conf
//使数据转发功能生效

sysctl -p

iptables -t nat -A PREROUTING -p tcp --dport 80 -j REDIRECT --to-port 443

iptables -t nat -A PREROUTING -p udp --dport 80 -j REDIRECT --to-port 443
#iptables #脚本 #VPS #转发
禁用IPV6,用于如justhost一样容易出现IPV6问题的VPS上,或者用于部分双栈VPS关闭IPV6加速
只需在/etc/sysctl.conf中添加如下两行:
net.ipv6.conf.all.disable_ipv6 = 1
net.ipv6.conf.default.disable_ipv6 = 1
之后执行:
sysctl -p

#脚本 #VPS #IPV6
#VPS #奈飞 #脚本 自动切换warp ip为奈飞解锁IP
https://github.com/fscarmen/warp_unlock
https://github.com/luoxue-bot/warp_auto_change_ip
https://github.com/acacia233/Project-WARP-Unlock
https://github.com/GeorgeXie2333/Project-WARP-Unlock
良心cloudflare希望不要被滥用
(update了一下,新加了fscarmen大佬的自动化刷IP脚本,即第一个脚本。该脚本支持每 5 分钟检测一次状态,screen 后台运行,nohup & 后台运行,日志输出,Telegram 推送)
本地检测奈飞脚本(需要Python环境)

第一次运行准备:
1,先选择5获取管理员权限
2,获取之后选择2安装环境,然后关闭软件重新打开(目的是去掉管理员权限,非常重要,带着管理员权限测不了速)
3,后续每次运行只需选择1,然后粘贴订阅并输入组名就可以了,排序请选择默认(直接回车跳过),测试结果在软件目录的result文件夹里

https://github.com/EdNovas/SSRSpeedN-Mod

#奈飞 #脚本
更快的流媒体检测脚本
https://github.com/nkeonkeo/MediaUnlockTest

使用方法: bash <(curl -Ls unlock.moe)
只检测IPv4结果: bash <(curl -Ls unlock.moe) -m 4
只检测IPv6结果: bash <(curl -Ls unlock.moe) -m 6

支持二开,可玩性高
有什么使用问题可以提交pull request或者提下issue

本项目基于lmc的全能检测脚本的思路使用golang重构,提供更快的检测速度
各位喜欢这个项目的可以点个star,感谢你的支持

via

🏷 TAG #脚本 #VPS #流媒体 #流媒体检测 #GitHub
📢 Channel @ednovas2
👥 Group @ednovas4