debug ssh connections -vvv

To enable SSH debug, run the SSH command with the -v, -vv, or -vvv option: ssh -vvv user@host.com Link: https://www.ibm.com/support/pages/qradar-enable-debugging-mode-ssh-troubleshoot-connectivity-issues#:~:text=To%20enable%20SSH%20debug%2C%20run,forth%20communication%20between%20the%20hosts.

APNS Log Debugging

sudo log config --mode "level:debug" --subsystem com.apple.push_registrar That command sets the log level for the com.apple.push_registrar subsystem to "debug," which will provide detailed information about the APNs registration process. Restart…

Sysdiagnose Terminal

1. Open Terminal (Applications -> Utilities -> Terminal) 2. Type the following command in Terminal. Be prepared to wait about 2 to 5 minutes for Sysdiagnose to completely run. sudo…

lpadmin

Add a network printer with command line lpadmin -p Test_Printer_Name -L "Printer Location" -E -v lpd://10.1.20.26 -P "/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks /PrintCore.framework/Versions/A/Resources/Generic.ppd" Remove Printer from command line /usr/sbin/lpadmin -x printernamehere