Skip to content

Commit 3d1eae6

Browse files
authored
nix -get
1 parent 61c4251 commit 3d1eae6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

9.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ The output lines show which ports are open on which interfaces:
3030

3131
The lines above show ports 80 and 22 open "to the world", and because we’ve used the "-p" switch, we can see which process and program is servicing each port.
3232

33-
Now install *nmap* with apt-get. This works rather differently, actively probing 1,000 or more ports to check whether they're open. It's most famously used to scan remote machines - please don't - but it's also very handy to check your own configuration, by scanning your server:
33+
Now install *nmap* with ''apt install''. This works rather differently, actively probing 1,000 or more ports to check whether they're open. It's most famously used to scan remote machines - please don't - but it's also very handy to check your own configuration, by scanning your server:
3434

3535
$ nmap localhost
3636

0 commit comments

Comments
 (0)