风向旗参考快讯
SymTCP:规避全状态深度包检测与自动差异发现 在ACM IMC 2017会议上,加利福尼亚大学河滨分校的研究人员发表了论文 《Your State is Not Mine: A Closer Look at Evading Stateful Internet Censorship》 ,论文中提到防火长城在检测到特殊报文时会进入“重同步”状态,他们提出了绕过防火长城的新策略,新策略的平均成功率在90%以上,最高达到98%,并开源了工具 INTANG 。 2020 年 2 月,Wang 等人和美国陆军研究实验室的研究者,在…
tcpioneer.zip
2.9 MB
docker安装
#
#
https://test.docker.com/
#
curl -fsSL https://get.docker.com -o get-docker.sh#
sh get-docker.shhttps://test.docker.com/
自建云相册
https://github.com/immich-app/immich
curl -o- https://raw.githubusercontent.com/immich-app/immich/main/install.sh | bashhttps://github.com/immich-app/immich
GitHub
GitHub - immich-app/immich: High performance self-hosted photo and video management solution.
High performance self-hosted photo and video management solution. - immich-app/immich
v2ray v5
这个“v2ray.service”文本文件里有一句话/usr/bin/v2ray/v2ray -config /etc/v2ray/config.json改成/usr/bin/v2ray/v2ray run -config /etc/v2ray/config.json
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-reloadWireGuard 安装程序
项目地址
https://github.com/angristan/wireguard-install
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/
另一台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_204adb shell settings put global captive_portal_https_url https://developers.google.cn/generate_204时间
adb shell settings put global ntp_server time.asia.apple.comGoogle pixel 的线刷网站
https://flash.android.com/welcome
下载适用于您设备的 ImmortalWrt 固件(官方)
https://firmware-selector.immortalwrt.org
下载适用于您设备的 OpenWrt 固件(官方)
https://firmware-selector.openwrt.org
下载或定制适用于您设备的OpenWrt固件(第三方开发者,特点适配国产盒子)
https://supes.top
https://firmware-selector.immortalwrt.org
下载适用于您设备的 OpenWrt 固件(官方)
https://firmware-selector.openwrt.org
下载或定制适用于您设备的OpenWrt固件(第三方开发者,特点适配国产盒子)
https://supes.top
👍1
Windows 11 22H2及以上开启BBR。
以管理员权限运行PowerShell
输入并执行下面指令
验证 BBR2 已开启
以管理员权限运行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, CongestionProviderWIKIHOST 提供了 Debian 升级脚本
提供从
Debian 9 升级到 Debian 10
Debian 10 升级到 Debian 11
Debian 11 升级到 Debian 12
(适用于全部 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 命令:
备注
1. 如果您不希望使用MIUI的判断服务器,请将网址从 connect.rom.miui.com 改成 developers.google.cn
2. 后面三句命令将会暂时打开飞行模式5秒。
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 命令,即可批量删除所有第三方应用:
打开 USB 调试之后,执行以下 ADB 命令,即可批量删除所有第三方应用:
adb shell "for i in $(pm list packages -3 | sed 's/package://g'); do pm uninstall --user 0 $i; done"
注意:请勿在正在使用的手机上尝试使用此命令!Microsoft 激活脚本 (MAS)
PowerShell
项目地址
https://github.com/massgravel/Microsoft-Activation-Scripts
PowerShell
irm https://massgrave.dev/get | iex项目地址
https://github.com/massgravel/Microsoft-Activation-Scripts
使用 Shizuku 启用 Pixel 6 以上手机的 VoLTE 支持,由于 Pixel 内置了国内三家运营商的配置文件,理论上也适用于国内运营商启用 VoLTE。
项目地址: https://github.com/kyujin-cho/pixel-volte-patch
项目地址: https://github.com/kyujin-cho/pixel-volte-patch