macOS – Safari – Webseite automatisch neu laden

Manchmal ist es erforderlich eine Webseite alle X Sekunden neu zu laden, dies klappt ganz gut mit folgendem Apple Skript:

tell application "Safari"
	repeat
		repeat with aTab in (every tab of every window)
			set URL of aTab to "https://host.domain.dom"
		end repeat
		delay X
	end repeat
end tell

OS X Mojave Installationsmedium erstellen

USB Stick rein -> löschen und eine BEZEICHNUNG geben -> OS X Update laden, aber nicht installieren -> folgendes als root ausführen

sudo /Applications/Install\ macOS\ Mojave.app/Contents/Resources/createinstallmedia --volume /Volumes/BEZEICHNUNG  --applicationpath /Applications/Install\ macOS\ Mojave.app