tcpdump – dump traffic on a network
NAME tcpdump – dump traffic on a network DESCRIPTION Tcpdump prints out a description of the contents of packets on […]
tcpdump – dump traffic on a network Read More - click »
NAME tcpdump – dump traffic on a network DESCRIPTION Tcpdump prints out a description of the contents of packets on […]
tcpdump – dump traffic on a network Read More - click »
check whether Firewall is started /usr/libexec/ApplicationFirewall/socketfilterfw –getglobalstate Command Line Firewall Management In OS X 10.10
Command Line Firewall Management In OS X 10.10 Read More - click »
json feed of all apple related things. https://services.nvd.nist.gov/rest/json/cves/1.0?cpeMatchString=cpe:2.3:*:apple curl -s “https://services.nvd.nist.gov/rest/json/cves/1.0?cpeMatchString=cpe:2.3:*:apple” curl -s “https://services.nvd.nist.gov/rest/json/cves/1.0?cpeMatchString=cpe:2.3:*:apple:macOS:catalina” https://csrc.nist.gov/CSRC/media/Projects/National-Vulnerability-Database/documents/web%20service%20documentation/Automation%20Support%20for%20CVE%20Retrieval.pdf this is the documentation. of
Common Vulnerabilities and Exposures (CVE) Read More - click »
This creates the alia on Desktop cd ~/Desktop ln -s ~/Library/path/to/folder
Make (file or share) alias in Terminal Read More - click »
List “.app” Applications ls /Applications/ | awk -F ‘.app’ ‘{ print $1}’ – ls / | awk -F ‘.app’ ‘{
List .app applications and macOS Components Read More - click »
NAME pgrep, pkill – find or signal processes by name SYNOPSIS pgrep [-Lafilnoqvx] [-F pidfile] [-G gid] [-P ppid] [-U
pgrep, pkill – find or signal processes by name Read More - click »
system_profiler SPDisplaysDataType or defaults read /Library/Preferences/com.apple.windowserver.plist Link: https://stackoverflow.com/questions/20099333/terminal-command-to-show-connected-displays-monitors-resolutions
Terminal command to show connected displays/monitors/resolutions? Read More - click »
osascript -e “tell application \”Safari\” to quit”
kill safari in terminal Read More - click »