在 OpenWRT 自带的终端里或者SSH进入后执行以下命令: # 更新软件列表 opkg update # 更新所有 LUCI 插件 opkg list-upgradable | grep luci- | cut -f 1 -d ' ' | xargs opkg upgrade # 如果要更新所有软件,包括 OpenWRT 内核、固件等(不建议使用这条,很有可能更新后系统无法使用) opkg list-upgradable | cut -f 1 -d ' ' | xargs opkg …
在 OpenWRT 自带的终端里或者SSH进入后执行以下命令: # 更新软件列表 opkg update # 更新所有 LUCI 插件 opkg list-upgradable | grep luci- | cut -f 1 -d ' ' | xargs opkg upgrade # 如果要更新所有软件,包括 OpenWRT 内核、固件等(不建议使用这条,很有可能更新后系统无法使用) opkg list-upgradable | cut -f 1 -d ' ' | xargs opkg …
重装了openwrt之后,由于下载的openwrt版本没有自带alist,所以打算手动一个。 SSH进入路由,输入自动安装代码,报错如下: Error loading shared library libmbedtls.so.12: No such file or directory (needed by /usr/lib/libcurl.so.4) Error loading shared library libmbedx509.so.0: No such file or directory (needed by…
最简单的办法是用自动安装 # 自动化安装 opkg update opkg install curl sh -c "$(curl -ksS https://raw.githubusercontent.com/sbwml/luci-app-alist/master/install.sh)" # 更新 curl -fsSL "https://alist.nn.ci/v3.sh" | bash -s update # 卸载 curl -fsSL "https://alist.nn.ci/v3.sh" | bash -s …
分两种情况: 一种是应用(如微软应用商店)不走代理: ①General-->UWP Loopback-->Launch Helper ②勾选不需要走代理的应用,然后保存即可。 另一种是指定地址不走代理: ①Settings --> System Proxy部分 --> 编辑Bypass Domain/IPNet ②添加不走代理的地址,然后保存即可
升级到win11之后,从系统菜单里找不到启动文件夹的入口了。只能通过命令: win键+R键 shell:startup 在打开的文件夹里可以把程序的快捷方式加入,实现随系统自启动程序。
上一次使用wordpress已经是十年前了,因为当时虚拟主机价格的疯涨,对个人随意写写做个记录实在太不友好,于是放弃了。 现在用了甲骨文的免费VPS,感觉又可以了,哈哈,还是得感谢甲骨文的服务。 十年之后,事情多了不少,估计随喜更新
COPYRIGHT © 2024 爱生活. ALL RIGHTS RESERVED.
Theme Kratos Made By Seaton Jiang