修改时区
System - General setting - time zone
注意选择时区的时候是按 五大洲划分,接着才是国家,直接。
安装 TTYD
TTYD
luci-app-ttyd
配置 WIFI
Tailscale
zerotier
远程唤醒
定时重启
扩容
根据教程安装部分工具,比如 openwrt----Luci WEB界面增加挂载点
Openwrt 启用未分配的硬盘空间
Openwrt折腾篇】利用剩余空间扩容根目录
备份
安装 istore
参考LinkEase主页 及其 Github
opkg update || exit 1
cd /tmp
wget https://github.com/linkease/openwrt-app-actions/raw/main/applications/luci-app-systools/root/usr/share/systools/istore-reinstall.run
chmod 755 istore-reinstall.run
./istore-reinstall.run
更换主题
opkg update
opkg install luci-compat
opkg install luci-lib-ipkg
mkdir -p /tmp/okibcn
cd /tmp/okibcn
URL=$(wget -q https://api.github.com/repos/jerrykuku/luci-theme-argon/releases/latest -O - | awk -F \" -v RS="," '/browser_download_url/ && /-argon/ {print $(NF-1)}')
wget $URL -O $(basename $URL)
opkg install $(basename $URL)
rm -rf /tmp/okibcn/*
URL=$(wget -q https://api.github.com/repos/jerrykuku/luci-app-argon-config/releases/latest -O - | awk -F \" -v RS="," '/browser_download_url/ && /-config/ {print $(NF-1)}')
wget $URL -O $(basename $URL)
opkg install $(basename $URL)
cd
rm -rf /tmp/okibcn
常用 package
可以在网页中的软件菜单下安装
etherwake
adblock
luci-app-adblock
luci-app-statistics
或者 SSH into your router and run:
opkg update
opkg list
opkg install {package-name-here}