Richat@lemmy.ml to linuxmemes@lemmy.world · 11 天前Windows 10 Support Ending Soonlemmy.mlimagemessage-square149fedilinkarrow-up1816arrow-down190
arrow-up1726arrow-down1imageWindows 10 Support Ending Soonlemmy.mlRichat@lemmy.ml to linuxmemes@lemmy.world · 11 天前message-square149fedilink
minus-squaregens@programming.devlinkfedilinkarrow-up2·edit-210 天前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·10 天前That’s not a bash script silly.
minus-squareewenak@jlai.lulinkfedilinkarrow-up10·10 天前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!