(no title)
cmurphycode | 6 years ago
perl -lane # process input by line, split into fields, print outputs with new lines, execute code
netstat -planet # show process, extended info, all socket types
ss -pimento # basically every piece of info about live connections
iostat -txyz # extended, omit first report (the since-boot one), omit devices with no activity, log datetime
Izkata|6 years ago
(The second E does nothing but complete the word)
dexen|6 years ago
anthk|6 years ago
dmckeon|6 years ago