scp: secure copy

NAME scp -- secure copy (remote file copy program) Copy remote files to local machine: This example using admin as the admin user to login to host. This will prompt…

Configuring Microsoft Edge

Configure Microsoft Edge policy settings for macOS using a property list https://docs.microsoft.com/en-us/deployedge/configure-microsoft-edge-on-mac Configure Microsoft Edge policy settings on macOS with Jamf https://docs.microsoft.com/en-us/deployedge/configure-microsoft-edge-on-mac-jamf Configure Microsoft Edge policy settings https://docs.microsoft.com/en-us/deployedge/microsoft-edge-policies https://www.microsoft.com/en-us/edge/business/download

Stream Editor: sed

NAME sed -- stream editor sed Useful Commands Change the string something to else sed 's/something/else/' [file] Change the string something to else and add backup file: Will output two…