Skip to content

Instantly share code, notes, and snippets.

View mattsnowboard's full-sized avatar

Matt Durak mattsnowboard

  • Microsoft
  • Seattle, WA
View GitHub Profile
00:000 00:000 OC: OpenCore DBG-075-2021-11-02 is loading in Optional mode (0/0)...
00:032 00:032 OC: Boot timestamp - 2021.11.18 03:25:52
00:062 00:030 OCCPU: MP services threads 8 (enabled 8) - Success
00:092 00:030 OCCPU: MP services Pkg 1 Cores 4 Threads 2 - Success
00:122 00:030 OCCPU: Found Intel(R) Core(TM) i7-4770S CPU @ 3.10GHz
00:153 00:030 OCCPU: Signature 306C3 Stepping 3 Model 3C Family 6 Type 0 ExtModel 3 ExtFamily 0 uCode 7 CPUID MAX (D/80000008)
00:183 00:030 OCCPU: EIST CFG Lock 0
00:213 00:030 OCCPU: Timer address is 1808 from LPC
00:243 00:030 OCCPU: Failed to get FSBFrequency data using Apple Platform Info - Not Found
00:374 00:130 OCCPU: Intel TSC: 3092835069Hz, 3092MHz; FSB: 99768873Hz, 99MHz; MaxBusRatio: 31
---
version: '3'
services:
# Containers for general management/common tasks
nginx:
image: nginx
container_name: nginx
restart: on-failure
ports:
@mattsnowboard
mattsnowboard / config.plist
Created June 3, 2016 03:52
Clover configuration
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>ACPI</key>
<dict>
<key>DSDT</key>
<dict>
<key>Debug</key>
<false/>
@mattsnowboard
mattsnowboard / system.log
Last active June 3, 2016 03:44
Hackintosh 10.11.5 not booting
Jun 2 20:22:15 localhost bootlog[0]: BOOT_TIME 1464924135 0
Jun 2 20:22:25 localhost syslogd[44]: Configuration Notice:
ASL Module "com.apple.AccountPolicyHelper" claims selected messages.
Those messages may not appear in standard system log files or in the ASL database.
Jun 2 20:22:25 localhost syslogd[44]: Configuration Notice:
ASL Module "com.apple.Accounts" claims selected messages.
Those messages may not appear in standard system log files or in the ASL database.
Jun 2 20:22:25 --- last message repeated 1 time ---
Jun 2 20:22:25 localhost syslogd[44]: Configuration Notice:
ASL Module "com.apple.authd" sharing output destination "/var/log/asl" with ASL Module "com.apple.asl".
@mattsnowboard
mattsnowboard / gist:512249def83a11227a84
Created August 9, 2014 21:16
puphpet CentOS php-sqlite
---
vagrantfile-local:
vm:
box: puphpet/centos65-x64
box_url: puphpet/centos65-x64
hostname: null
memory: '512'
cpus: '1'
chosen_provider: virtualbox
network:
@mattsnowboard
mattsnowboard / composer.json
Last active December 26, 2015 00:39
This demonstrates an error in a Symfony2 form collection with dynamically added fields that are not filled out.
{
"require": {
"php": ">=5.4.11",
"silex/silex": "~1.0",
"silex/web-profiler": "~1.0",
"symfony/browser-kit": "~2.3",
"symfony/class-loader": "~2.3",
"symfony/console": "~2.3",
"symfony/config": "~2.3",
"symfony/css-selector": "~2.3",