随笔分类 -  centos

摘要: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 阅读(1146) 评论(0) 推荐(0) 编辑
摘要:1. 安装必要软件 su root yum install zlib-devel zlib-static -y 2. 编译openwrt 请参考这里 阅读全文
posted @ 2019-03-22 16:33 Jello 阅读(892) 评论(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 阅读(583) 评论(0) 推荐(0) 编辑
摘要:答: ctrl+alt+F1 或者ctrl+alt+F2 1.当前处于图形界面时,按ctrl+alt+F2可进入命令行模式 2. 当前处于命令行模式,按ctrl+alt+F1可进入图形界面 阅读全文
posted @ 2019-03-22 12:43 Jello 阅读(4905) 评论(0) 推荐(0) 编辑