curl 测定 SSL 时间
curl -kso /dev/null -w "tcp:%{time_connect}, ssldone:%{time_appconnect}\n" https://www.twitter.com/
SNMP Walk 出华三 CPU 使用率
snmpwalk -v2c -c COMMUNITY 192.168.1.2 1.3.6.1.2.1.47.1.1.1.1.2|more
SNMPv2-SMI::mib-2.47.1.1.1.1.2.109 = STRING: "H3C MODULE LEVEL1 LPU Type IM-NAT" SNMPv2-SMI::mib-2.47.1.1.1.1.2.112 = STRING: "H3C MODULE LEVEL1 LPU Type IM-FW"
grep 去除空行
grep -v '^[[:space:]]$'
使用 shntool 对 APE/FLAC + CUE 音乐进行分轨
shntool split -t "%n.%t" -f x.cue -o wav -i flac x.flac