摘要:
VXLAN协议 VXLAN是Virtual eXtensible Local Area Network的缩写,RFC 7348的标题“A Framework for Overlaying Virtualized Layer 2 Networks over Layer 3 Networks”,说明了V 阅读全文
摘要:
echo -e "this is line1\c" "excepted:this is also the line1" >this is line1 为什么会这样呢 man echo 后发现 在echo -e 后,对“\c” 的解释是:produce no further output 不产生进一步 阅读全文