摘要: 答: 使用git config --global --edit即可进行修改 阅读全文
posted @ 2019-03-22 19:16 Jello 阅读(1309) 评论(0) 推荐(0)
摘要: 答: 升级git版本即可 centos下升级git的方法在此 阅读全文
posted @ 2019-03-22 19:06 Jello 阅读(329) 评论(0) 推荐(0)
摘要: 1. 安装开发环境 yum install -y curl curl-devel zlib-devel openssl-devel perl cpio expat-devel gettext-devel 2. 卸载旧版本git yum remove git -y 3. 编译安装新版本git 3.1 阅读全文
posted @ 2019-03-22 19:02 Jello 阅读(1162) 评论(0) 推荐(0)
摘要: 答: 至2019/3/22,支持两种,一种是glibc,另一种是musl-libc(openwrt默认使用musl-libc) 阅读全文
posted @ 2019-03-22 18:36 Jello 阅读(1492) 评论(0) 推荐(0)
摘要: 1. 安装必要软件 su root yum install zlib-devel zlib-static -y 2. 编译openwrt 请参考这里 阅读全文
posted @ 2019-03-22 16:33 Jello 阅读(897) 评论(0) 推荐(0)
摘要: 1. 详细错误信息 [ 11%] Building C object CMakeFiles/fstools.dir/libfstools/overlay.c.o/home/jello/openwrt/build_dir/target-aarch64_generic_glibc/fstools-201 阅读全文
posted @ 2019-03-22 13:46 Jello 阅读(1729) 评论(0) 推荐(0)
摘要: 1. 获取源码 git clone https://github.com/tmux/tmux.git ~/tmux 2. 准备工作 2.1 安装ncurses开发库 yum install ncurses-devel -y 2.2 安装libevent git clone https://githu 阅读全文
posted @ 2019-03-22 12:58 Jello 阅读(605) 评论(0) 推荐(0)
摘要: 答: ctrl+alt+F1 或者ctrl+alt+F2 1.当前处于图形界面时,按ctrl+alt+F2可进入命令行模式 2. 当前处于命令行模式,按ctrl+alt+F1可进入图形界面 阅读全文
posted @ 2019-03-22 12:43 Jello 阅读(4939) 评论(0) 推荐(0)
摘要: 答: yum install openssh-server 阅读全文
posted @ 2019-03-22 11:53 Jello 阅读(312) 评论(0) 推荐(0)