openwrt24.10安装oh-my-zsh遇到一些问题记录如下:
1. 更新软件包列表
1  | opkg update  | 
2. 安装Zsh和oh-my-zsh
1  | opkg install zsh  | 
3. 配置Zsh
后续补充!
A wanderer capable of grasping the beauty of the grass, with a heart full of ancient charm, and a fondness for playful wit. Those who understand my words are knowledgeable individuals; those who decipher my code truly comprehend the essence. I am a wandering code swordsman, carrying my skills and riding freely through the digital world.
openwrt24.10安装oh-my-zsh遇到一些问题记录如下:
1  | opkg update  | 
1  | opkg install zsh  | 
后续补充!
openwrt24.10上网控制,可以使用luci-app-timecontrol
该插件适配24.10分支的NFT的上网时间控制插件。 编译安装或直接ipk安装二选一。
1  | # feeds获取源码:  | 
下载luci-app-timecontrol比较新的ipk包,直接安装即可,无需编译。
1  | opkg update  |