会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Jello
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
7
8
···
77
下一页
2020年8月28日
openwrt中补丁命名规则
摘要: openwrt中补丁命名规则如下 The patches-* subdirectories contain the kernel patches applied for every OpenWrt target. All patches should be named 'NNN-lowercase_
阅读全文
posted @ 2020-08-28 13:54 Jello
阅读(533)
评论(0)
推荐(0)
2020年8月27日
vncviewer连接远程桌面后无法全屏如何处理?
摘要: 答:为vncserver添加-geometry 1920x1280类似的参数启动 如: $ vncserver -geometry 1920x1280
阅读全文
posted @ 2020-08-27 23:01 Jello
阅读(2668)
评论(0)
推荐(0)
openwrt源码中append-kernel定义在哪里?
摘要: 答:定义在<openwrt源码>/include/image-commands.mk
阅读全文
posted @ 2020-08-27 17:29 Jello
阅读(283)
评论(0)
推荐(0)
2020年8月25日
如何保存和恢复tmux会话?
摘要: 安装tmux的插件resurrect $ git clone https://gitee.com/Jello_Smith/tmux_configuration.git 保存tmux会话的快捷键 Ctrl+B+S 恢复tmux会话的快捷键 Ctrl+B+R
阅读全文
posted @ 2020-08-25 21:28 Jello
阅读(1185)
评论(0)
推荐(0)
2020年8月21日
openwrt解压zstd包时报错"openwrt/dl/zstd-1.4.5.tar.zst: Permission denied tar: This does not look like a tar archive tar: Exiting with failure status due to previous errors"如何处理?
摘要: 答: 修改zstd包的Makefile,将tar.zst替换为tar.gz $ cat package/feeds/packages/zstd/Makefile ... PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=htt
阅读全文
posted @ 2020-08-21 13:40 Jello
阅读(1409)
评论(0)
推荐(0)
pip如何使用代理?
摘要: 答:使用--proxy选项指定代理,示例如下: $ pip3 --proxy="http://USERNAME:PASSWORD@PROXYIP:PROXYPORT" install pycrypto (自行替换USERNAME,PASSWORD,PROXYIP,PROXYPORT) 注意:如果US
阅读全文
posted @ 2020-08-21 10:10 Jello
阅读(3380)
评论(0)
推荐(0)
2020年8月18日
git submodule如何切换commit?
摘要: 答: 操作步骤如下: $ cd <submodule dir> (进入子模块的源码目录) $ git checkout my-branch (切换到要使用的分支) $ cd .. (退出子模块) $ git status (检查commit的修改) a/submodule +++ b/submodu
阅读全文
posted @ 2020-08-18 13:46 Jello
阅读(4441)
评论(0)
推荐(1)
linux下如何获取当前的cpu频率?
摘要: 答: cat /sys/devices/system/cpu/cpu*/cpufreq/cpuinfo_cur_freq (单位为Hz)
阅读全文
posted @ 2020-08-18 11:34 Jello
阅读(18225)
评论(0)
推荐(0)
如何获取已安装的openwrt的版本号?
摘要: 答: cat /etc/banner
阅读全文
posted @ 2020-08-18 11:28 Jello
阅读(11218)
评论(0)
推荐(0)
2020年8月17日
openwrt如何配置软件源?
摘要: 答: 在编译时有以下选项: -> Image configuration -> Separate feed repositories <*> Enable feed packages <*> Enable feed luci <*> Enable feed telephony <*> Enable
阅读全文
posted @ 2020-08-17 18:18 Jello
阅读(1259)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
8
···
77
下一页
公告