EdNovas的小站
6.07K subscribers
622 photos
17 videos
36 files
876 links
Download Telegram
Buyvm因为OS drive丢失,导致我云盘数据库没了,用户数据和关联文件信息全丢,但是数据都在。如果有重要数据可以私聊我恢复(av不算重要数据)

现在云盘已经恢复正常使用,新注册用户免费100G不限速
一般性必备:
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
👍1
频道网址(尽力做到同步更新)
https://channel.ednovas.xyz/
流媒体检测脚本
bash <(curl -L -s https://raw.githubusercontent.com/lmc999/RegionRestrictionCheck/main/check.sh)
#VPS #脚本 #奈飞 #流媒体
Youtube实时查看排名前50名订阅量直播:
https://www.youtube.com/watch?v=ftMnmPC82qM

一个华语频道都没有上榜,有点意外订阅量第一名是一个印度音乐唱片电影公司的频道。

参考维基百科:Pewdiepie与T-Series之争 条目
https://is.gd/Z2O732
#YouTube
Clash的TUN模式较大更新
#clash
Oracle Speedtest
提供多个区域样板机的测速
https://oracle-speedtest.ml/
http://ml.intel.ajfaka.com/
#甲骨文
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 #转发