hostDZire 12usd/yr
https://lowendtalk.com/discussion/207733/flash-sale-vps-dedicated-india-sg-jp-usa-ca-uk-nl-de-25tb-bw-10gbit-from-12#latest
#vps
https://lowendtalk.com/discussion/207733/flash-sale-vps-dedicated-india-sg-jp-usa-ca-uk-nl-de-25tb-bw-10gbit-from-12#latest
#vps
LowEndTalk
Flash Sale - VPS & Dedicated - India/SG/JP/USA/CA/UK/NL/DE - 25TB BW, 10Gbit From $12
Hello LowEndTalk Community! Who are we? HostDZire is a trusted and reliable hosting company that has been providing exceptional web hosting services since 2013.
AX6600 upgrade procedures
1. export current config
2. flash, unplug eth cable
3. overwrite network conf and
4. check if mac addr is changed
5. if ok, plug eth cable and opkg update
6. install openclash (which requires some deps)
7. export current conf
8. compare current conf with the old one
9. overwrite necessary config files to the new config
*If some configs are never used but changed, exclude them.*
10. overwrite the modded new configs to the emmc
* Modified configs mostly lie in:
* Outside of 'config' folder:
* Don't forget the network watchdog script in /root
* Disable packages in 启动项 instead of uninstalling
#ax6600
1. export current config
2. flash, unplug eth cable
3. overwrite network conf and
service network restart 4. check if mac addr is changed
5. if ok, plug eth cable and opkg update
6. install openclash (which requires some deps)
7. export current conf
8. compare current conf with the old one
9. overwrite necessary config files to the new config
*If some configs are never used but changed, exclude them.*
10. overwrite the modded new configs to the emmc
[use cp -r ] !!! * Modified configs mostly lie in:
athena-led, dhcp, dropbear, firewall, lucky, network, openclash, system, wireless, crontabs * Outside of 'config' folder:
crontabs, openclash, lucky * Don't forget the network watchdog script in /root
* Disable packages in 启动项 instead of uninstalling
#ax6600
今天第一次用github action编译了libwrt。
当然用了zqking大佬的repo,github action都很完善了。
我就是 fork了一下,github action文件都不用动,只需要修改一下deconfig里面ipq60xx libwrt的编译选项。
在里面加入了zram,调整了一些原来自带的包。
zqking使用了一个第三方的包裹小仓库,主要是那个仓库里面能找到的,都可以在里面写上。
完事儿之后,可以通过github的对比功能看看与原repo的区别。检查一下修改之处。
—-
更:
经过了几天的研究,有了新的认识。
编译最终配置就是 deconfig 里的config 文件,里面可选的第三方包,得看 update.sh 里面拉取 feed 中包含的包。比如有一个 install_small8的函数,这个函数里面就是把这个第三方源的包配置安装到 makeconfig 里面。 (但这并不代表最后纳入到编译范围内,只不过是提供条件)
—-
action yaml 里面的变量 GITHUB_TOKEN 是一个自动生成的token,他的权限在 repo 的 action 一栏里面赋予。 不需要自己建这个 secret。
#programming
当然用了zqking大佬的repo,github action都很完善了。
我就是 fork了一下,github action文件都不用动,只需要修改一下deconfig里面ipq60xx libwrt的编译选项。
在里面加入了zram,调整了一些原来自带的包。
zqking使用了一个第三方的包裹小仓库,主要是那个仓库里面能找到的,都可以在里面写上。
完事儿之后,可以通过github的对比功能看看与原repo的区别。检查一下修改之处。
—-
更:
经过了几天的研究,有了新的认识。
编译最终配置就是 deconfig 里的config 文件,里面可选的第三方包,得看 update.sh 里面拉取 feed 中包含的包。比如有一个 install_small8的函数,这个函数里面就是把这个第三方源的包配置安装到 makeconfig 里面。 (但这并不代表最后纳入到编译范围内,只不过是提供条件)
—-
action yaml 里面的变量 GITHUB_TOKEN 是一个自动生成的token,他的权限在 repo 的 action 一栏里面赋予。 不需要自己建这个 secret。
#programming
今天对红米ax6000动手术!
参照https://www.right.com.cn/forum/thread-8265832-1-1.html 刷入uboot!
uboot选用hanwckf的mt7986_redmi_ax6000-fip-fixed-parts-multi-layout.bin!!下载地址https://github.com/hanwckf/bl-mt798x/releases/tag/20241115
然后刷入237的rom,需要选110m大分区!默认ip地址192.168.6.1
注意进uboot,上电之后要按住reset 15s!!看起来是有延时启动,所以需要按的时间长一点
ps: 被xiaomi原厂固件的ssh密码admin硬控5分钟。。。最后还是查我tabby的vault查出来的。。实在想不出来这个密码
#ax6000
参照https://www.right.com.cn/forum/thread-8265832-1-1.html 刷入uboot!
uboot选用hanwckf的mt7986_redmi_ax6000-fip-fixed-parts-multi-layout.bin!!下载地址https://github.com/hanwckf/bl-mt798x/releases/tag/20241115
然后刷入237的rom,需要选110m大分区!默认ip地址192.168.6.1
注意进uboot,上电之后要按住reset 15s!!看起来是有延时启动,所以需要按的时间长一点
ps: 被xiaomi原厂固件的ssh密码admin硬控5分钟。。。最后还是查我tabby的vault查出来的。。实在想不出来这个密码
#ax6000
configuration for usteer:
https://openwrt.org/docs/guide-user/network/wifi/usteer
manual for wifi roaming on openwrt:
https://openwrt.org/docs/guide-user/network/wifi/roaming
搬家之后 如果 5ghz 存在死角,那么只能开启 2.4g 5g 切换了。这个时候可以使用 usteer 这个包
#life
https://openwrt.org/docs/guide-user/network/wifi/usteer
manual for wifi roaming on openwrt:
https://openwrt.org/docs/guide-user/network/wifi/roaming
搬家之后 如果 5ghz 存在死角,那么只能开启 2.4g 5g 切换了。这个时候可以使用 usteer 这个包
#life
今天又学了一招~ sourcetree 里面快速对比两个 commit 版本之间的差别:
按住 cmd,然后在历史中选择两次 commit 就搞定了!
感觉自己好傻= = 这么直白的方法竟然没试过
#programming
按住 cmd,然后在历史中选择两次 commit 就搞定了!
感觉自己好傻= = 这么直白的方法竟然没试过
#programming
44 随心发布了一篇小红书笔记,快来看吧! 😆 0BSmH67Q7vHAXO0 😆 http://xhslink.com/m/Mrl1TeGijB 复制本条信息,打开【小红书】App查看精彩内容!
小红书
协和🏥-扁平疣请坚持5周! - 小红书
3 亿人的生活经验,都在小红书
35 gOYZK-傻呵呵ywj发布了一篇小红书笔记,快来看吧! 😆 bK80SHq6gzRSnom 😆 http://xhslink.com/m/8izrmclSz9R 复制本条信息,打开【小红书】App查看精彩内容!
小红书
钟 院士:扁平疣,有点东西! - 小红书
3 亿人的生活经验,都在小红书