摘要:
答:源码编译安装最新的vim 以redhat为例: 1. 移除旧的vi,vim sudo yum remove vi vim -y 2. 安装ncurses库 sudo yum install ncurses-devel 3. 获取源码 git clone https://github.com/vi 阅读全文
posted @ 2019-06-14 19:06
Jello
阅读(2277)
评论(0)
推荐(1)
摘要:
答: 向~/.bashrc中添加如下内容: alias vi=vim 阅读全文
posted @ 2019-06-14 18:39
Jello
阅读(1377)
评论(0)
推荐(0)
摘要:
答: 在$前加转义符\ 如: \$ 阅读全文
posted @ 2019-06-14 17:16
Jello
阅读(364)
评论(0)
推荐(0)
摘要:
1. 安装epel-release yum install epel-release 2. 安装webstatic-release rpm -Uvh https://mirror.webtatic.com/yum/el7/webtatic-release.rpm 3. 此时就可以安装任意软件了 yu 阅读全文
posted @ 2019-06-14 16:53
Jello
阅读(1855)
评论(0)
推荐(0)
摘要:
答: cat /etc/redhat-release 阅读全文
posted @ 2019-06-14 16:30
Jello
阅读(2345)
评论(0)
推荐(0)