黎明的收藏夹
39 subscribers
3 photos
11 files
42 links
自己用
Download Telegram
流媒体测试脚本
bash <(curl -L -s https://raw.githubusercontent.com/lmc999/RegionRestrictionCheck/main/check.sh)

项目地址
https://github.com/lmc999/RegionRestrictionCheck
Cloudflare WARP 一键部署精准分流流媒体流量,不在是全局接管所有流量
curl -sL https://raw.githubusercontent.com/acacia233/Project-WARP-Unlock/main/run.sh | bash
项目地址
https://github.com/acacia233/Project-WARP-Unlock
Forwarded from Cutenicobest (Deleted Account | 开卷)
#不知道起什么Tag就先留个位置
为LFN网络提供的一键TCP优化脚本
特性:
1.调整TCP窗口相关参数(由延迟/带宽决定,自行输入)
2.降低了TCP Sokcet最低占用内存,在高并发情况下可改善内存使用
3.提高TCP内存限制至内核自动计算的约1.4倍
4.开启BBR + fq
一键使用:wget https://raw.githubusercontent.com/acacia233/Project-Smalltrick/main/tcp-window.sh && bash tcp-window.sh
PS:需要两端同时使用以消除更多的限制因素
PPS:请自行去除类似的调整以免冲突
PPPS:详细参数解析
Forwarded from 风向旗参考快讯
SymTCP:规避全状态深度包检测与自动差异发现

在ACM IMC 2017会议上,加利福尼亚大学河滨分校的研究人员发表了论文 《Your State is Not Mine: A Closer Look at Evading Stateful Internet Censorship》 ,论文中提到防火长城在检测到特殊报文时会进入“重同步”状态,他们提出了绕过防火长城的新策略,新策略的平均成功率在90%以上,最高达到98%,并开源了工具 INTANG

2020 年 2 月,Wang 等人和美国陆军研究实验室的研究者,在 NDSS 2020 上发表论文 《SymTCP: Eluding Stateful Deep Packet Inspection with Automated Discrepancy Discovery》 ,提出了新工具 SymTCP 。论文探索了 DPI 装置与端点实现的协议状态机差异,这些差异允许客户端发送不寻常流量迷惑 DPI,相比之前的论文,这次他们使用了软件分析技术探索了常见 TCP 实现的状态机,并测试对多个 DPI 进行规避。

其他类似的论文有 2019 年马里兰大学 Kevin Bock 等人在ACM 会议发表的 《Geneva: Evolving Censorship Evasion Strategies》 ,并发布了工具 Geneva

其他类似的工具或者说是西厢计划和INTANG项目的延续 ghostcp / phantomsocks ,目前 ghostcp 项目有分支可以开箱即用

–– 西厢计划 / solidot / gfw.report / articles
小米路由器 SSH 密码计算器

它会根据您提供的 SN 号计算默认的 root 密码 https://miwifi.dev/ssh
docker安装
# curl -fsSL https://get.docker.com -o get-docker.sh
# sh get-docker.sh

https://test.docker.com/
v2ray v5

sudo nano /etc/systemd/system/v2ray.service

这个“v2ray.service”文本文件里有一句话/usr/bin/v2ray/v2ray -config /etc/v2ray/config.json改成/usr/bin/v2ray/v2ray run -config /etc/v2ray/config.json


systemctl daemon-reload
WireGuard 安装程序
curl -O https://raw.githubusercontent.com/angristan/wireguard-install/master/wireguard-install.sh
chmod +x wireguard-install.sh
./wireguard-install.sh

项目地址
https://github.com/angristan/wireguard-install
Forwarded from Magisk alpha
出门在外救砖工具

另一台type-c手机、type-c到type-c数据线、chromium 系浏览器
https://kdrag0n.github.io/fastboot.js/demo/
https://app.webadb.com/
Magisk alpha
出门在外救砖工具 另一台type-c手机、type-c到type-c数据线、chromium 系浏览器 https://kdrag0n.github.io/fastboot.js/demo/ https://app.webadb.com/
adb devices

多台设备区分
adb -s 你的设备id 你要操作的命令
去掉通知栏上的 VPN 图标
adb shell settings put secure icon_blacklist vpn,rotate

修改 Captive Portal Server 配置,去掉类原生系统提示📶!问题。
adb shell settings put global captive_portal_http_url http://developers.google.cn/generate_204

adb shell settings put global captive_portal_https_url https://developers.google.cn/generate_204

时间
adb shell settings put global ntp_server time.asia.apple.com

Google pixel 的线刷网站

https://flash.android.com/welcome
OpenWrt命令
opkg update
opkg install *.ipk
下载适用于您设备的 ImmortalWrt 固件(官方)

https://firmware-selector.immortalwrt.org

下载适用于您设备的 OpenWrt 固件(官方)

https://firmware-selector.openwrt.org

下载或定制适用于您设备的OpenWrt固件(第三方开发者,特点适配国产盒子)

https://supes.top
👍1
Windows 11 22H2及以上开启BBR。

以管理员权限运行PowerShell


输入并执行下面指令
netsh int tcp set supplemental Template=Internet CongestionProvider=bbr2
netsh int tcp set supplemental Template=Datacenter CongestionProvider=bbr2
netsh int tcp set supplemental Template=Compat CongestionProvider=bbr2
netsh int tcp set supplemental Template=DatacenterCustom CongestionProvider=bbr2
netsh int tcp set supplemental Template=InternetCustom CongestionProvider=bbr2


验证 BBR2 已开启
Get-NetTCPSetting | Select SettingName, CongestionProvider
WIKIHOST 提供了 Debian 升级脚本
提供从
Debian 9 升级到 Debian 10
Debian 10 升级到 Debian 11
Debian 11 升级到 Debian 12
(适用于全部 Debian 系统主机)

升级命令

bash <(curl -sSL https://raw.githubusercontent.com/wikihost-opensource/linux-toolkit/main/system-upgrade/debian.sh)
黎明的收藏夹
adb devices 多台设备区分 adb -s 你的设备id 你要操作的命令 去掉通知栏上的 VPN 图标 adb shell settings put secure icon_blacklist vpn,rotate 修改 Captive Portal Server 配置,去掉类原生系统提示📶!问题。 adb shell settings put global captive_portal_http_url http://developers.google.cn/generate_204 adb…
以下是用于解决国外的 Android 设备在国内网络连接受限需要执行的相关 Shell 命令:

settings put global captive_portal_http_url http://connect.rom.miui.com/generate_204
settings put global captive_portal_https_url https://connect.rom.miui.com/generate_204
settings put global ntp_server time.asia.apple.com
cmd connectivity airplane-mode enable
sleep 5
cmd connectivity airplane-mode disable


备注

1. 如果您不希望使用MIUI的判断服务器,请将网址从 connect.rom.miui.com 改成 developers.google.cn
2. 后面三句命令将会暂时打开飞行模式5秒。
Forwarded from LetITFly News (Calyx Hikari | TCC Bankruptcy Countdown)
买回来的 Android 手机系统预装第三方应用太多,一个一个卸载太麻烦?

打开 USB 调试之后,执行以下 ADB 命令,即可批量删除所有第三方应用:
adb shell "for i in $(pm list packages -3 | sed 's/package://g'); do pm uninstall --user 0 $i; done"

注意:请勿在正在使用的手机上尝试使用此命令!