摘要:
1 <domain type='kvm' id='6' xmlns:qemu='http://libvirt.org/schemas/domain/qemu/1.0'> 2 <name>vm-test</name> 3 <uuid>e0cccc71-1a93-d008-15c0-60155feecb 阅读全文
摘要:
阅读全文
摘要:
1 [<ffffffff9c553413>] get_request+0x243/0x7d0 2 [<ffffffff9c55614e>] blk_queue_bio+0xfe/0x400 3 [<ffffffff9c554387>] generic_make_request+0x147/0x380 阅读全文
摘要:
1 [ 0.000000] microcode: microcode updated early to revision 0x42e, date = 2019-03-14 2 [ 0.000000] Initializing cgroup subsys cpuset 3 [ 0.000000] In 阅读全文
摘要:
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 阅读全文
摘要:
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 阅读全文
摘要:
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 阅读全文