Skip to content

Instantly share code, notes, and snippets.

@punkdata
Last active October 27, 2017 03:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save punkdata/f0fa19d65bae32f082fed630d2f2b1d2 to your computer and use it in GitHub Desktop.
Save punkdata/f0fa19d65bae32f082fed630d2f2b1d2 to your computer and use it in GitHub Desktop.
Linux Terminal Commands
# Search Type Commands
grep -Ril "text-to-find-here" /
# rsync command to actually sync files
rsync -hvrPt angel/home_angel/ /home/angel/
# rsync copy over all files with all attributes
rsync -avP source-dir target-dir
# Netstat Continuous polling for a specific IP address
netstat -na 1 | grep "10.0.5.53"
# Netstat continuos polling
netstat -nputwc
#random VMware additional disks
https://www.cyberciti.biz/tips/vmware-add-a-new-hard-disk-without-rebooting-guest.html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment