摘要:
1 zcat ../initramfs-4.18.0-240.el8.x86_64.img | cpio -idmv 2 rpm -ivh ./KMOD_MEGARAID_SAS_07_714_04.rpm 3 depmode -b root 4 dracut --force 5 cat /lib/ 阅读全文
摘要:
1 windows 网络调试 2 bcdedit /dbgsettings net hostip:192.168.2.1 port:50000 3 Key=sfz54lfnnz7r.2qv9aiovadd5i.2gtkz3xamru32.cdwwl45caxfl 4 5 6 bcdedit /set 阅读全文
摘要:
1 "C:\Program Files (x86)\Windows Kits\10\Debuggers\x86\symchk.exe" "c:\windows\system32\calc.exe" /s SRV*c:\symbols\*http://msdl.microsoft.com/downlo 阅读全文
摘要:
1 00007ff7`72d7fc20 40 01 00 00 00 00 00 00-50 01 00 00 00 00 00 00 @.......P....... 2 00007ff7`72d7fc30 01 00 00 00 00 00 00 00-00 00 ff ff ff ff ff 阅读全文
摘要:
1 list=$(ps -eo rss,pid,rss,args | grep -v '\[' | grep qemu-kvm |sort -k 1 -r -n | awk '{print $1}') 2 total=0 3 4 for e in $list;do 5 if [ "$e" != "R 阅读全文