Skip to content

Instantly share code, notes, and snippets.

@scriptingosx
scriptingosx / MacAdmins-Fediverse.txt
Last active March 9, 2025 15:01
List of Fediverse/Mastodon accounts worth following in the Apple Admin/Security space. The csv files can be imported using the "import" option in your server's settings. ` https://<mastodon_instance>/settings/imports`
## MacAdmins Community
https://aus.social/@bartreardon
https://aus.social/@honestpuck
https://chaos.social/@fridomac
https://datboi.network/@jc0b
https://floss.social/@rustymyers
https://fosstodon.org/@gray
https://fosstodon.org/@jaharmi
https://fosstodon.org/@MScottBlake
https://furry.engineer/@rabbitt
@steven-michaud
steven-michaud / ThirdPartyKexts.md
Last active April 1, 2025 20:48
Running Third Party Kernel Extensions on Virtualization Framework macOS Guest VMs

Running Third Party Kernel Extensions on Virtualization Framework macOS Guest VMs

As of macOS 12 (Monterey), Apple's Virtualization framework has nice support for macOS guest virtual machines, but with severe limitations: For example you can't install a macOS guest on Intel Macs, install guests with newer versions of macOS than the host, copy and paste between the host and the guest, or install third party kernel extensions in the guest. As usual for Apple, the functionality they do support is nicely implemented, but they've left out so much that the result is only marginally useful -- at least compared to

//
// main.swift
// Shell Notification Center
//
// Created by Keng Lee on 2021/1/15.
//
import Foundation
import Combine
var bag = Set<AnyCancellable>()