irelephant [he/him]🍭@lemm.eeM to [Moved to !iiiiiiitttttttttttt@programming.dev, check pinned post.] iiiiiiitttttttttttt.@lemmy.worldEnglish · 19 days ago"Works on my machine".lemm.eeimagemessage-square102linkfedilinkarrow-up1232arrow-down12
arrow-up1230arrow-down1image"Works on my machine".lemm.eeirelephant [he/him]🍭@lemm.eeM to [Moved to !iiiiiiitttttttttttt@programming.dev, check pinned post.] iiiiiiitttttttttttt.@lemmy.worldEnglish · 19 days agomessage-square102linkfedilink
minus-squareInnerScientist@lemmy.worldlinkfedilinkarrow-up5·19 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-up5·edit-219 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.