From 60914fc1dbd1151dc02f75e036cfa84918b6167b Mon Sep 17 00:00:00 2001 From: Joshua Pickard Date: Wed, 4 May 2022 17:46:12 +0000 Subject: [PATCH] Update 'README.md' --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2bcb58e..ccf42b4 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # cheat-sheet + [File Management](https://git.laurelcountycorrections.org/jpickard/cheat-sheet#find-and-copy-files-by-extension-recursively) -+ [Firewall - UFW](https://git.laurelcountycorrections.org/jpickard/cheat-sheet#ufw) ++ [Network, Firewall, UFW](https://git.laurelcountycorrections.org/jpickard/cheat-sheet#ufw) + [NFS](https://git.laurelcountycorrections.org/jpickard/cheat-sheet#mount-nfs-share-nfs-common-or-nfs-utils) + [Merge Video](https://git.laurelcountycorrections.org/jpickard/cheat-sheet/src/branch/master/README.md#merge-video-files-with-ffmpeg) @@ -40,6 +40,9 @@ ufw reset ## List ports Linux is listening on `sudo lsof -nP -iTCP -sTCP:LISTEN` +## List alive IPs on Network (nmap) +`sudo nmap -n -sn 192.168.56.0/24 -oG - | awk '/Up$/{print $2}' | sort -V` + ## Mount NFS Share (nfs-common or nfs-utils) `sudo mount -t nfs 10.10.0.10:/backups /var/backups` ### /etc/fstab