Live data from Hacker News

Viewing profile — correxion

correxion

HN member
Joined
Tue, Jan 27, 2015, 9:07 PM UTC
HN karma
0
Public activity
2 items

About correxion

I break things

Recent public activity

  1. comment
    Comment #8955981

    sudo netstat -lnp | awk -F/ '/LISTEN /{print $2}'

  2. comment
    Comment #8955927

    lsof | awk '/libc/{print $1 | "sort -u" }' you're welcome