irelephant [he/him]🍭@lemm.eeM to [Moved to !iiiiiiitttttttttttt@programming.dev, check pinned post.] iiiiiiitttttttttttt.@lemmy.worldEnglish · 2 days ago"Works on my machine".lemm.eeimagemessage-square105fedilinkarrow-up1799arrow-down17
arrow-up1792arrow-down1image"Works on my machine".lemm.eeirelephant [he/him]🍭@lemm.eeM to [Moved to !iiiiiiitttttttttttt@programming.dev, check pinned post.] iiiiiiitttttttttttt.@lemmy.worldEnglish · 2 days agomessage-square105fedilink
minus-squareInnerScientist@lemmy.worldlinkfedilinkarrow-up11arrow-down1·2 days agoip a a 127.0.0.2/8 dev lo You have a whole /8 subnet of localhost, do it.
minus-squarestembolts@programming.devlinkfedilinkarrow-up12·edit-22 days agoI like where your head is at. We could also save some time just parsing something like… nmap --top-ports 100 192.168.1.0/24 | grep -e "report" -e "open" We have the technology, we can be stupid.
ip a a 127.0.0.2/8 dev lo
You have a whole /8 subnet of localhost, do it.
I like where your head is at.
We could also save some time just parsing something like…
We have the technology, we can be stupid.