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 »
Detailed information lpstat -l -p lpstat -a lpstat -a | awk ‘{print $1}’ lists PPD files for printers that have
Printer Troubleshooting 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 »
macOS Catalina introduced a new option in their printtool command line tool to reset the printing system. Type the following
Reset macOS Catalina Printing System Read More - click »
https://docs.jamf.com/technical-articles/Network_Ports_Used_by_Jamf_Pro.html
Network Ports Used by Jamf Pro 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 »
Regular expressions (shortened as regex or regexp) are a powerful mechanism for text processing. You can use regular expressions to
Regular Expressions Read More - click »