黎明的收藏夹
39 subscribers
3 photos
11 files
42 links
自己用
Download Telegram
小米路由器 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"

注意:请勿在正在使用的手机上尝试使用此命令!
Microsoft 激活脚本 (MAS)

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