当前位置: 首页 > news >正文

Openwrt基本初始化(安装中文包,磁盘扩容)

拨号上网

安装中文包

opkg update && opkg install luci-i18n-base-zh-cn

检查防火墙设置

安装Argon主题

下载后软件包上传安装

https://github.com/jerrykuku/luci-theme-argon

磁盘扩容

弄了半天没扩成功,扩根目录太恶心了。然后发现官方文档自带扩容脚本,难崩

https://openwrt.org/docs/guide-user/advanced/expand_root
# Install packages
opkg update
opkg install parted losetup resize2fs blkid# Download expand-root.sh
wget -U "" -O expand-root.sh "https://openwrt.org/_export/code/docs/guide-user/advanced/expand_root?codeblock=0"# Source the script (creates /etc/uci-defaults/70-rootpt-resize and /etc/uci-defaults/80-rootpt-resize, and adds them to /etc/sysupgrade.conf so they will be re-run after a sysupgrade)
. ./expand-root.sh# Resize root partition and filesystem (will resize partiton, reboot resize filesystem, and reboot again)
sh /etc/uci-defaults/70-rootpt-resize

http://www.lqws.cn/news/479179.html

相关文章:

  • MATLAB的.mat文件
  • Python 商务数据分析—— NumPy 学习笔记Ⅱ
  • Spark教程1:Spark基础介绍
  • 爬虫入门练习(文字数据的爬取)
  • Vue3解析Spring Boot ResponseEntity
  • “MOOOA多目标鱼鹰算法在无人机多目标路径规划
  • 2025国际无人机应用及防控大会四大技术专题深度解析
  • 算法-动态规划-钢条切割问题
  • 理解后端开发中的中间件(以gin框架为例)
  • Android14 app被冻结导致进程间通信失败
  • 一键打包利器:gopack - 极简Go程序编译与压缩工具
  • 解决OSS存储桶未创建导致的XML错误
  • 【CBAP50技术手册】#44 Survey and Questionnaire(问卷调研):BA(业务分析师)的“信息入口”
  • 反无人机系统:技术利刃如何守护低空安全?
  • 【2025年软考中级】第三章数据结构3.4 数组与矩阵
  • 计算鱼眼相机的内参矩阵和畸变系数方法
  • 开源 python 应用 开发(二)基于pyautogui、open cv 视觉识别的工具自动化
  • linux VFS简介
  • Java面试复习:基础、面向对象、多线程、JVM与Spring核心考点
  • 历史数据分析——山西汾酒
  • Linux下QGIS二次开发环境搭建
  • React 核心原理与Fiber架构
  • 基于python代码的通过爬虫方式实现TK下载视频(2025年6月)
  • 华为OD机考-用户调度问题-DP(JAVA 2025B卷)
  • React中的useEffect详解
  • PyTorch中的permute, transpose, view, reshape和flatten函数详解(已解决)
  • python的高校教师资源管理系统
  • 3、NLP黄金九步法(问题定义-数据获取-数据探索)
  • Pandas 数据清洗
  • Java设计模式之适配器模式