Skip to content

Instantly share code, notes, and snippets.

KVM OSX Guest 10.11 (El Capitan) with Clover

  • Some notes about this approach:
    • An OSX Installer USB drive for Install OS X El Capitan is created
    • Clover is then installed on the USB drive
    • Clover Configurator is then run on the USB drive
    • The USB drive contents are copied to the VM host
    • VNC is used to connect to the guest UI
  • The qxl virtual video device is used (part of the standard kvm qemu install)
@mschulz
mschulz / gist:5250657
Last active December 15, 2015 11:09
This code runs on an Arduino Uno, using a Sparkfun nRF24L01+ Breakout board to capture packets from an Openbeacon Active Badge. The data is passed via the serial data on the USB. In my case, I have the Uno plugged into a USB port on a Raspberry Pi. I run a bit of Python code on the Pi to encapsulate the badge data and publish that packet via MQT…
// Sniff the Openbeacon messages with the NRF24 class.
// Feed the messages to the USB port for upstream processing,
// hopefully using a Raspberry Pi. :-) This is much simpler than
// using the Netduino as a base platform, running FreeRTOS. The real hassle
// is to determine just how much processing to do on the Arduino, and how
// much to leave for the upstream processor.
//
// Wire the Sparkfun nRF24L01+ breakout board with a Uno as follows (Arduino pin => Nordic pin)
// GND == GND
// 3.3V == Vcc
@alexcican
alexcican / Preferences.sublime-settings
Last active March 7, 2024 05:37
SublimeText User settings
{
"auto_complete_commit_on_tab": true,
"color_scheme": "Packages/Color Scheme - Default/Tomorrow-Night-Eighties.tmTheme",
"file_exclude_patterns":
[
".DS_Store"
],
"folder_exclude_patterns":
[
"bin",
@saetia
saetia / gist:1623487
Last active June 4, 2025 08:26
Clean Install – OS X 10.11 El Capitan

OS X Preferences


most of these require logout/restart to take effect

# Enable character repeat on keydown
defaults write -g ApplePressAndHoldEnabled -bool false

# Set a shorter Delay until key repeat