上一页 1 2 3 4 5 6 7 ··· 10 下一页
摘要: 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/ 阅读全文
posted @ 2023-03-06 14:44 maojun1998 阅读(39) 评论(0) 推荐(0) 编辑
摘要: 1 windows 网络调试 2 bcdedit /dbgsettings net hostip:192.168.2.1 port:50000 3 Key=sfz54lfnnz7r.2qv9aiovadd5i.2gtkz3xamru32.cdwwl45caxfl 4 5 6 bcdedit /set 阅读全文
posted @ 2023-03-06 14:38 maojun1998 阅读(50) 评论(0) 推荐(0) 编辑
摘要: 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 阅读全文
posted @ 2023-03-06 14:37 maojun1998 阅读(88) 评论(0) 推荐(0) 编辑
摘要: 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 阅读全文
posted @ 2023-03-06 10:05 maojun1998 阅读(56) 评论(0) 推荐(0) 编辑
摘要: 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 阅读全文
posted @ 2023-03-01 14:11 maojun1998 阅读(16) 评论(0) 推荐(0) 编辑
摘要: echo 1 > /proc/sys/net/ipv4/ip_forwardiptables -t nat -A POSTROUTING -o ens4 -j MASQUERADE iptables -t nat -A PREROUTING -d ip/32 -p tcp -m tcp --dpor 阅读全文
posted @ 2023-02-17 16:20 maojun1998 阅读(31) 评论(0) 推荐(0) 编辑
摘要: 1 thread 14 2 bt 3 #0 0x00007fa5d8bb1a35 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0 4 #1 0x00007fa5db7c5166 in virCondWait (c=c@ 阅读全文
posted @ 2023-02-13 10:57 maojun1998 阅读(63) 评论(0) 推荐(0) 编辑
摘要: 1 list=$(ps -eo rss,pid,rss,args | grep -v '\[' | sort -k 1 -r -n | awk '{print $1}') 2 total=0 3 4 for e in $list;do 5 if [ "$e" != "RSS" ];then 6 to 阅读全文
posted @ 2023-02-10 15:39 maojun1998 阅读(12) 评论(0) 推荐(0) 编辑
摘要: 1 CPU0 CPU1 CPU2 CPU3 2 0: 168 0 0 IR-IO-APIC-edge timer 3 8: 199 0 0 IR-IO-APIC-edge rtc0 4 9: 6 0 0 IR-IO-APIC-fasteoi acpi 5 18: 52 0 0 IR-IO-APIC- 阅读全文
posted @ 2023-02-10 14:57 maojun1998 阅读(18) 评论(0) 推荐(0) 编辑
摘要: 1.注意HLK 给2019测试hostos 2016,所以你需要下载两个虚拟机2016 和 20192.测试系统需要bcdedit /set testsigning on3.注意账号guest启用和使用默认密码Testpassword,14.注意开启网络共享5.不ready6.记住修改到同一个工作组 阅读全文
posted @ 2023-01-30 09:01 maojun1998 阅读(187) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 ··· 10 下一页