Skip to content

Instantly share code, notes, and snippets.

@WardsParadox
WardsParadox / run_under_rosetta.py
Last active October 24, 2023 13:03 — forked from macsimom/main.m
openwithrosetta - a tool to check the box "Open with Rosetta" on Apple Silicon Big Sur Macs
import os
import subprocess
import sys
from Foundation import * # pylint: disable=E0611 #
import objc
from SystemConfiguration import SCDynamicStoreCopyConsoleUser
def is_arm64():
@talkingmoose
talkingmoose / Download and Install VLC.zsh
Last active January 11, 2024 11:54
Downloads and installs the latest available VLC software directly on the client. This avoids having to manually download and store an up-to-date installer on a distribution server. Includes an optional checksum for added security.
#!/bin/zsh
:<<ABOUT_THIS_SCRIPT
-------------------------------------------------------------------------------
Written by:William Smith
Professional Services Engineer
Jamf
bill@talkingmoose.net
https://gist.github.com/84cbe002aca35c73032bccd230d8988a