上一页 1 2 3 4 5 6 7 8 ··· 77 下一页
摘要: 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 阅读(478) 评论(0) 推荐(0) 编辑
摘要: 答:为vncserver添加-geometry 1920x1280类似的参数启动 如: $ vncserver -geometry 1920x1280 阅读全文
posted @ 2020-08-27 23:01 Jello 阅读(2519) 评论(0) 推荐(0) 编辑
摘要: 答:定义在<openwrt源码>/include/image-commands.mk 阅读全文
posted @ 2020-08-27 17:29 Jello 阅读(269) 评论(0) 推荐(0) 编辑
摘要: 安装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 阅读(1145) 评论(0) 推荐(0) 编辑
摘要: 答: 修改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 阅读(1313) 评论(0) 推荐(0) 编辑
摘要: 答:使用--proxy选项指定代理,示例如下: $ pip3 --proxy="http://USERNAME:PASSWORD@PROXYIP:PROXYPORT" install pycrypto (自行替换USERNAME,PASSWORD,PROXYIP,PROXYPORT) 注意:如果US 阅读全文
posted @ 2020-08-21 10:10 Jello 阅读(3308) 评论(0) 推荐(0) 编辑
摘要: 答: 操作步骤如下: $ cd <submodule dir> (进入子模块的源码目录) $ git checkout my-branch (切换到要使用的分支) $ cd .. (退出子模块) $ git status (检查commit的修改) a/submodule +++ b/submodu 阅读全文
posted @ 2020-08-18 13:46 Jello 阅读(4130) 评论(0) 推荐(1) 编辑
摘要: 答: cat /sys/devices/system/cpu/cpu*/cpufreq/cpuinfo_cur_freq (单位为Hz) 阅读全文
posted @ 2020-08-18 11:34 Jello 阅读(18086) 评论(0) 推荐(0) 编辑
摘要: 答: cat /etc/banner 阅读全文
posted @ 2020-08-18 11:28 Jello 阅读(10809) 评论(0) 推荐(0) 编辑
摘要: 答: 在编译时有以下选项: -> Image configuration -> Separate feed repositories <*> Enable feed packages <*> Enable feed luci <*> Enable feed telephony <*> Enable 阅读全文
posted @ 2020-08-17 18:18 Jello 阅读(1205) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 ··· 77 下一页