1. 程式人生 > >開發動作識別使用到的技術小貼士

開發動作識別使用到的技術小貼士

 

一、windows端連線gpu linux伺服器

     1)下載putty.exe

  2)登入linux伺服器

  

  

  

 

     3)pwd

 

   4) cd ./

 

     5)ls -l

二、windows端同linux伺服器的檔案護窗

    1)下載pscp.exe

       2) windows端上傳檔案到linux伺服器:pscp D:\readme.txt

[email protected]:/usr/local/etc/data

       3)從linux伺服器下載檔案到windows端:pscp [email protected]:/usr/local/etc/data/readme.txt D:\readme.txt

三、使用wireshark偵聽客戶端傳送的http的get命令:

  1)執行Wireshark

     

  2)過濾指定ip目標地址的http協議:

    

  3)結果: