首页
系统软件下载
应用软件下载
ChatGPT
更多
统计
Search
1
斐讯T1在armbian下装openwrt实现科学上网
197 阅读
2
宝塔面板专业版/企业版7.6.0破解版一键脚本
121 阅读
3
华为路由器开启ssh远程
45 阅读
4
vps一键安装bbr Plus加速
42 阅读
5
Nginx基础
37 阅读
网络
运维
开发
其他
科学上网
黑科技
登录
Search
钟与你
累计撰写
24
篇文章
累计收到
4
条评论
首页
栏目
网络
运维
开发
其他
科学上网
黑科技
页面
系统软件下载
应用软件下载
ChatGPT
统计
搜索到
2
篇与
的结果
2022-03-05
红米AX6S刷openwrt
刷机前先把路由器重置为默认出厂设置准备工作:同局域网的一台Linux服务,我使用的是一台Ubuntu20.04,必须是使用网线连接好路由器,电脑环境Windows10 20h 。一定都要在同一个局域网内进行,拉取镜像的时候需要一点点科学上网的环境。下面就开始进入正题:步骤将你的红米ax6s刷降级,上传内测版镜像升级(密码:6zmv),打开你的路由器后台(192.168.31.1),升级成为内测版,刷完内测版的ax6s是可以直接使用Telnet进行连接的,我们打开xshell(密码:1x2s)通过Telnet进行连接#telnet 192.168.31.1#,打开sshnvram set ssh_en=1 & nvram set uart_en=1 & nvram set boot_wait=on & nvram set bootdelay=3 & nvram set flag_try_sys1_failed=0 & nvram set flag_try_sys2_failed=1nvram set flag_boot_rootfs=0 & nvram set "boot_fw1=run boot_rd_img;bootm"nvram set flag_boot_success=1 & nvram commit & /etc/init.d/dropbear enable & /etc/init.d/dropbear start测试一下ssh登录ssh 192.168.31.1 使用root登录 默认密码是s/n码计算出来的(不知道的可找我计算或者通过这个网站计算)在Ubuntu上先建个名为xiaomi_openwrt_images的文件夹mkdir -p /xiaomi_openwrt_images下载镜像curl -L https://github.com/mikeeq/xiaomi_ax3200_openwrt/releases/download/v20220303/openwrt-mediatek-mt7622-xiaomi_redmi-router-ax6s-squashfs-sysupgrade.bin -o xiaomi_openwrt_images/sysupgrade.bin (英文版)推荐:使用我网盘提供的镜像(中文优化)将镜像拷贝到路由器上(一定要注意同一局域网)scp -r /xiaomi_openwrt_images/sysupgrade.bin
[email protected]
:/tmp/(英文版) scp -r /xiaomi_openwrt_images/factory.bin
[email protected]
:/tmp/(中文)通过ssh连接路由器后,进入文件夹cd /tmp写入镜像mtd -r write sysupgrade.bin firmware(英) mtd -r write /tmp/factory.bin firmware英文版默认的登录地址:http://192.168.1.1 账号密码均为:root中文版默认的登录地址:http://192.168.6.1 账号为:root 密码:password中文版:重启后将压缩包的sys.bin在op下不保留配置升级,刷入成功修改5G设置后请重启路由器,不然可能断电掉无线固件地址:https://wwt.lanzouj.com/b02uum56b密码:2e4m
2022年03月05日
17 阅读
0 评论
0 点赞
2022-03-02
分享几个小福利网站
一、视频类Panzoid:https://panzoid.com/茶杯狐:https://www.cupfox.com/3.33台词:http://33.agilestudio.cn/4.HOTBOX:https://www.hotbox.fun/二、图片类1.Pixabay:https://pixabay.com/ 免费高清图下载2.Remove.bg:https://www.remove.bg/ 去背景3.P站:http://www.pixiv.net/三:音频类1.Moises人工智能分离音乐音轨:https://moises.ai/2.小森平的免费下载音效:https://taira-komori.jpn.org/freesoundcn.html3.淘声网: https://www.tosound.com/四、字体类360查字体:http://fonts.safe.360.cn/100font:https://www.100font.com/五、实用小工具bigjepg:https://bigjpg.com/Aconvert:https://www.aconvert.com/cn/
2022年03月02日
20 阅读
0 评论
0 点赞