//杀掉某个进程-xargs应用

ps aux | grep "udplog.js" | cut -c 9-15 | xargs kill -9

//远程拷贝文件或文件夹

sudo scp -P 22 /Volumes/info/test/* root@172.12.1.12:/data/shell/

//监听80端口数据包

 tcpdump 'tcp port 80 and (((ip[2:2] - ((ip[0]&0xf)<<2)) - ((tcp[12]&0xf0)>>2)) != 0)'

 

 

// 安全认证 GeoTrust SSL或者startssl(个人免费版本)

相关文章:

  • 2022-12-23
  • 2021-11-04
  • 2022-12-23
  • 2021-11-17
  • 2021-07-27
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-09-23
  • 2022-01-24
  • 2021-12-01
  • 2022-12-23
相关资源
相似解决方案