linux
文章平均质量分 55
Code研究者
个人博客:www.yanyulin.info
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
yum命令不可用的解决方法
在linux系统上,使用yum命令,发现命令不可用,提示:Loaded plugins: fastestmirrorLoading mirror speeds from cached hostfileCould not retrieve mirrorlist http://mirrorlist.centos.org/?release=6&arch=x86_64&repo=os er...原创 2018-07-13 09:48:40 · 13920 阅读 · 4 评论 -
SyntaxError:operator not allowed in environment markers的解决方法
在部署测试环境时,pip install XXX,出现了如下问题:“File “/usr/lib/python2.7/site-packages/pkg_resources.py”, line 738, in comparisonraise SyntaxError(repr(cop)+” operator not allowed in environment markers”)Syntax...原创 2018-10-08 16:53:42 · 2710 阅读 · 0 评论 -
ovs与linux bridge的安装使用
1.安装yum install openvswitchdyum install bridge-utils 2.ovs的使用创建ovs-bridgeovs-vsctl add-br br-intovs-vsctl add-br br-tunovs-vsctl add-port br-int patch-int -- set Interface patch-in...原创 2018-10-26 15:19:16 · 4585 阅读 · 0 评论 -
shell中if语句的使用
转载:https://blog.youkuaiyun.com/sunny05296/article/details/65987237Linux shell if 语法基本语法:if [ command ]; then符合该条件执行的语句fi2、扩展语法:if [ command ];then符合该条件执行的语句elif [ command ];then符合该条件执行的语...转载 2018-10-31 11:20:21 · 1528 阅读 · 0 评论
分享