irelephant [he/him]🍭@lemm.eeM to [Moved to !iiiiiiitttttttttttt@programming.dev, check pinned post.] iiiiiiitttttttttttt.@lemmy.worldEnglish · 5 days ago"Works on my machine".lemm.eeimagemessage-square109linkfedilinkarrow-up1807arrow-down17
arrow-up1800arrow-down1image"Works on my machine".lemm.eeirelephant [he/him]🍭@lemm.eeM to [Moved to !iiiiiiitttttttttttt@programming.dev, check pinned post.] iiiiiiitttttttttttt.@lemmy.worldEnglish · 5 days agomessage-square109linkfedilink
minus-squareInnerScientist@lemmy.worldlinkfedilinkarrow-up11arrow-down1·4 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-24 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.