irelephant [he/him]🍭@lemm.eeM to [Moved to !iiiiiiitttttttttttt@programming.dev, check pinned post.] iiiiiiitttttttttttt.@lemmy.worldEnglish · 18 days ago"Works on my machine".lemm.eeimagemessage-square110linkfedilinkarrow-up1810arrow-down17
arrow-up1803arrow-down1image"Works on my machine".lemm.eeirelephant [he/him]🍭@lemm.eeM to [Moved to !iiiiiiitttttttttttt@programming.dev, check pinned post.] iiiiiiitttttttttttt.@lemmy.worldEnglish · 18 days agomessage-square110linkfedilink
minus-squareInnerScientist@lemmy.worldlinkfedilinkarrow-up11arrow-down1·17 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-up13·edit-217 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.