Richat@lemmy.ml to linuxmemes@lemmy.world · 12 天前Windows 10 Support Ending Soonlemmy.mlimagemessage-square142linkfedilinkarrow-up1817arrow-down190
arrow-up1727arrow-down1imageWindows 10 Support Ending Soonlemmy.mlRichat@lemmy.ml to linuxmemes@lemmy.world · 12 天前message-square142linkfedilink
minus-squaregens@programming.devlinkfedilinkarrow-up2·edit-212 天前nmap -sn x.x.0.0/24 I think, was a while. Pure coincidence how I know. Edit: no, it’s one less x because 16 is the middle.
minus-squarex00z@lemmy.worldlinkfedilinkEnglisharrow-up3arrow-down1·12 天前That’s not a bash script silly.
minus-squareewenak@jlai.lulinkfedilinkarrow-up10·12 天前Just add #!/bin/bash before the code from above.
nmap -sn x.x.0.0/24 I think, was a while. Pure coincidence how I know.
Edit: no, it’s one less x because 16 is the middle.
That’s not a bash script silly.
Just add
#!/bin/bash
before the code from above.Dang.
Close!