Configuring a cron job using crontab -e
A cron job is a script that is scheduled to run at on a recurring basis according to the specified Day of Week, Month, Day of Month, Hour and Minute…
Controlling macOS Gatekeeper from the command line Terminal
To disable/enable the Gatekeeper run the following respectively:sudo spctl –master-disablesudo spctl –master-enable Check the status of Gatekeeper:spctl –status To add/remove an application to the approved application list:spctl –add /Path/To/Application.appspctl –remove…
Changing the hostname of your macOS computer from the command line terminal
Type in the following commands in order to change the hostname of your macOS computer from the command line.When entering the commands replace the “name” with the desired computer name.…
Enable Long Paths Microsoft Windows
From the Windows search bar, type regedit and press enter. Navigate to: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem@LongPathsEnabled Change the DWORD value from 0 to 1 and press ok. Note: The need for long paths…