buy tb-500

Archive for April, 2022

Generate string (password)

Friday, April 15th, 2022
openssl rand -base64 12

Number of connection Netstart (netstat)

Sunday, April 10th, 2022

netstat -tn 2>/dev/null | grep :3306 | awk ‘{print $5}’ | cut -d: -f1 | sort | uniq -c | sort -nr | head