Advertisement
thantzinz

CLI_DUMP

Aug 20th, 2020 (edited)
557
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.56 KB | None | 0 0
  1. #tmsh list ltm virtual /Sample_04/A1/serviceMain |grep destination
  2. #tcpdump -nni 0.0:nnn -s0 -w /var/tmp/hackazon.pcap host 10.1.20.103
  3. #zgrep boot_ /var/log/ltm* |wc -l
  4. #egrep "boot_marker" /var/log/tmm.start /var/log/mysql.out /var/log/liveinstall.log
  5. #find /tmp -mtime -3 -mtime +1 -ls
  6. #find /tmp -ctime -2 -ls
  7. #awk 'tolower($5) ~ /mcpd/' log
  8.  
  9. https://clouddocs.f5.com/training/community/adc/html/class4/module1/lab06.html
  10.  
  11. #find /var/log -xdev -type f -exec du {} \; | sort -rn | head -20
  12. K61109301: ssh connection is disconnected after executing any command
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement