原创 linux下及Aix下編譯命令總結

 64位linux下編譯32位程序命令: gcc -m32 test.c -o test3264位linux下編譯64位程序命令: gcc -m64 test.c -o test6464位linux下編譯32位 .o 命令:gcc -m32

原创 kali學習(一)

kali使用阿里更新源:gedit /etc/apt/sources.list粘帖以下內容deb http://mirrors.aliyun.com/kali sana main non-free contribdeb-src http:/

原创 mysql常用命令

mysql安裝:yum list mysql-serveryum install mysql-server啓動mysql服務:service mysqld start嘗試連接mysql然後\q關閉連接設置mysql開機啓動:chkconfi

原创 mykernel編譯過程中問題解決

fatal error: linux/compiler-gcc5.h: No such file or directorycompilation terminated.解決方法:https://git.kernel.org/cgit/lin

原创 kali學習(二)

反向代理:Reverse Proxy方式是指以代理服務器來接受internet上的連接請求,然後將請求轉發給內部網絡上的服務器,並將從服務器上得到的結果返回給internet上請求連接的客戶端,此時代理服務器對外就表現爲一個反向代理服務器。

原创 kali學習(四)

nmap掃描命令格式nmap [Scan Type(s)] [Options] {target specification}主機掃描-sL (列表掃描),-sP (Ping掃描),-P0 (無ping),-PS [portlist] (TC