logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

linux【centos7】 如何通过yum升级vim7 到vim8

 以下四条命令搞定,谁用谁知道rpm -Uvh http://mirror.ghettoforge.org/distributions/gf/gf-release-latest.gf.el7.noarch.rpmrpm --import http://mirror.ghettoforge.org/distributions/gf/RPM-GPG-KEY-gf.el7yum -y remo...

#linux
linux-centos 如何清除掉配置文件中的注释文件?

egrep -v '^#|^$|^[ ]*#'    /path/to/confegrep -v '^#|^$|^[ ]*#' /path/to/conf#此处为您的配置文件的具体路径 

设置网卡为up状态(macVlan)

目的是让网卡处于up状态;然后创建macVlan,以承载K8s的pod流量。

#linux
到底了