Global Regular Expression Print: grep command
Search for something in a file grep something file Search for something in multiple files grep something file file1 file2 […]
Global Regular Expression Print: grep command Read More - click »
Search for something in a file grep something file Search for something in multiple files grep something file file1 file2 […]
Global Regular Expression Print: grep command Read More - click »
#!/bin/bash # Get safari status Safari=$(sudo curl -s “https://user:password@jamfserver.com:8443/JSSResource/computerapplications/application/*Safari.app*/inventory/Asset%20Tag%2CPlatform” -H “accept: application/json” | grep -e versions | sed ‘s/\,”unique_computers.*//’ |
Jamf Pro API 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 »
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 »
Thanks (again) to Rich Trouton for showing us a way of testing connectivity and uptime You can use curl to
Telnet Connection Testing with curl Read More - click »