10 2021 档案

摘要:1 # Generated by iptables-save v1.4.21 on Tue Oct 19 15:41:47 2021 2 *filter 3 :INPUT DROP [43819:1949870] 4 :FORWARD ACCEPT [0:0] 5 :OUTPUT ACCEPT [4 阅读全文
posted @ 2021-10-14 10:50 maojun1998 阅读(52) 评论(0) 推荐(0) 编辑
摘要:1 <domain type='kvm'> 2 <name>vm-test</name> 3 <uuid>e0cccc71-1a93-d008-15c0-60155feecb01</uuid> 4 <memory unit='KiB'>2097152</memory> 5 <currentMemor 阅读全文
posted @ 2021-10-14 10:45 maojun1998 阅读(56) 评论(0) 推荐(0) 编辑
摘要:1 #!/bin/bash 2 3 # 4 # toUpper str 5 # 6 function toUpper() { 7 echo "$1" | awk '{print toupper($0)}' 8 } 9 # 10 # getDiff var1 var2 11 # 12 function 阅读全文
posted @ 2021-10-13 11:13 maojun1998 阅读(75) 评论(0) 推荐(0) 编辑