摘要: - 准备 在Root后,就没有办法正常的通过系统OTA更新Google每月的安全更新了,那么就只能通过我们自己手动来更新了,开搞。 首先去完整的OTA镜像[Full OTA Images for Nexus and Pixel Devices][1]。 解压,使用编辑器打开flash-all.bat 这个文件。 ![2024-11-15T03:00:39.png][2] 阅读全文
posted @ 2024-11-15 11:05:31 蚁虿 阅读(84) 评论(5) 推荐(0)
摘要:1、综合工具箱 wget -O box.sh https://raw.githubusercontent.com/BlueSkyXN/SKY-BOX/main/box.sh && chmod +x box.sh && clear && ./box.sh 2、Linux一键安装常见/最新内核脚本 锐速/BBRPLUS/BBR2 不卸载内核版本 wget - 阅读全文
posted @ 2023-01-29 10:08:00 蚁虿 阅读(353) 评论(5) 推荐(0)
摘要:#一键安装&更新 bash <(curl -Ls https://blog.wryhf.com/files/soga.sh) soga仓库 [https://github.com/vaxilu/soga][1] #同步时间(重要) > v2ray 节点需要进行时间同步,时间若与客户端相差太大则无法连接 CentOS 7 yum inst 阅读全文
posted @ 2022-01-27 16:54:00 蚁虿 阅读(1012) 评论(6) 推荐(0)
摘要:把下面代码一起复制并粘贴到VPS命令行中执行,有回显 tcp_bbr 20480 即为开启! echo "net.core.default_qdisc=fq" >> /etc/sysctl.conf echo "net.ipv4.tcp_congestion_control=bbr" >> /etc/sysctl.conf sysctl -p l 阅读全文
posted @ 2021-02-17 19:45:00 蚁虿 阅读(2549) 评论(7) 推荐(0)