Skip to content

Instantly share code, notes, and snippets.

View JohnPeel's full-sized avatar

John Peel JohnPeel

  • Sarasota, FL USA
View GitHub Profile
@JohnPeel
JohnPeel / overviewer_config.py
Last active August 18, 2018 20:17 — forked from tdack/overviewer_config.py
Minecraft Overviewer Config File
import os
from observer import JSObserver
from utils import renderGen
server = os.environ['SERVER']
inputdir = '/opt/minecraft/%s' % server
outputdir = '/opt/minecraft/public_html/%s' % server
observer = JSObserver(outputdir, 2)
rendermode = 'smooth_lighting'
@JohnPeel
JohnPeel / libvirt-windows10.xml
Last active July 7, 2018 19:57 — forked from flyser/libvirt-quadro.xml
The libvirt config of my vga passthrough vm
<domain type='kvm'
xmlns:qemu='http://libvirt.org/schemas/domain/qemu/1.0'>
<name>Windows10</name>
<uuid>d3d9d84e-3ce4-d77e-9bcc-d1fb5ba85813</uuid>
<memory unit='GiB'>8</memory>
<memtune>
<hard_limit unit="G">10</hard_limit>
</memtune>
<cpu mode='custom' match='exact'>
<topology sockets='1' cores='4' threads='2'/>