随笔分类 - 随笔
胡写
摘要:1 yum install rpmbuild 2 yum install glib2-devel gnutls-devel \ 3 cyrus-sasl-devel \ 4 libaio-devel \ 5 pciutils-devel \ 6 libiscsi-devel \ 7 ncurses-
阅读全文
摘要:1 #include <ntddk.h> 2 3 typedef struct _LDR_DATA_TABLE_ENTRY_FIX 4 { 5 struct _LIST_ENTRY InLoadOrderLinks; //0x0 6 struct _LIST_ENTRY InMemoryOrderL
阅读全文
摘要:。。。
阅读全文
摘要:1 #!/bin/bash 2 3 while [ 1 ] 4 do 5 sleep 1 6 echo "bash is alive" 7 done
阅读全文