SPICE guest tools don't exist for macOS, so this uses SSH + pbcopy/pbpaste instead.
- Snow Leopard VM running in UTM (or any virtualizer)
- Network connectivity between host and VM
- Know the VM's IP address (
ifconfig en0in Snow Leopard)
| FROM --platform=linux/amd64 archlinux:base-devel | |
| RUN sed -i '/^#\[multilib\]/{N;s/#\[multilib\]\n#Include/\[multilib\]\nInclude/}' /etc/pacman.conf && \ | |
| pacman-key --init && \ | |
| pacman -Syu --noconfirm --disable-sandbox && \ | |
| pacman -S --noconfirm --disable-sandbox \ | |
| wget \ | |
| mingw-w64-gcc \ | |
| mingw-w64-binutils \ | |
| mingw-w64-crt \ |
| diff --git a/src/mesa/state_tracker/st_manager.c b/src/mesa/state_tracker/st_manager.c | |
| index 6f2d2b8..xxxxxxxx 100644 | |
| --- a/src/mesa/state_tracker/st_manager.c | |
| +++ b/src/mesa/state_tracker/st_manager.c | |
| @@ -24,6 +24,7 @@ | |
| */ | |
| #include "main/mtypes.h" | |
| +#include <stdlib.h> | |
| #include "main/extensions.h" |
Share a locally attached USB device (e.g. a license dongle or USB mass storage key) from one Windows machine to another so it appears as a native physical USB device on the remote end.
Stack used:
Macs Fan Control 1.4.12
MacPro5,1
CPU: Intel(R) Xeon(R) CPU X5690 @ 3.47GHz [100]
GPU: Radeon RX 480 [active], Radeon RX 480
macOS 10.15.2
Fans:
PCI-min{800}curr{798}max{4500}mode{2,TA0P,32,40}
PS-min{600}curr{914}max{2800}mode{2,Tp1C,38,48}
A user-friendly batch script that simplifies robocopy operations with an interactive interface, advanced exclusion options, and robust error handling.
| From 179f6f22addfcaa8582a9dd47bfbfc9d299b250a Mon Sep 17 00:00:00 2001 | |
| From: osy <osy@turing.llc> | |
| Date: Mon, 1 Dec 2025 23:15:06 -0800 | |
| Subject: [PATCH 1/2] DO NOT MERGE: venus: hack to align mappings to 16KiB | |
| --- | |
| src/virtio/vulkan/vn_renderer_virtgpu.c | 2 ++ | |
| 1 file changed, 2 insertions(+) | |
| diff --git a/src/virtio/vulkan/vn_renderer_virtgpu.c b/src/virtio/vulkan/vn_renderer_virtgpu.c |
gh api -X POST \
repos/OWNER/REPO/actions/runs/RUN_ID/force-cancel
i.e.
gh api -X POST \
-H "Accept: application/vnd.github+json" \
This guide illustrates the steps required to install the latest version of LLVM on MacOS Mojave using Homebrew.
1) Install Homebrew In order to install Homebrew, simply open a terminal instance and paste the following command:
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"