#Install Minibian as per instructions#
- Remember to resize the partition!
- apt-get install raspi-config
- raspi
- do gui magic
#Install CUPS#
- apt-get update && apt-get upgrade
- apt-get install cups
Have now upgrade to 17.04 (clean install) | |
Network manager acted up so be ready I plugged ethernet into my dock and: | |
# ip link set down <ethname> (mine was enx5882a8948c8e) | |
# ip link set up <ethname> (mine was enx5882a8948c8e) | |
# dhclient <ethname> (mine was enx5882a8948c8e) | |
<back to 16.04> |
#Install Minibian as per instructions#
#Install CUPS#
" Specify a directory for plugins | |
call plug#begin('~/.vim/plugged') | |
Plug 'scrooloose/syntastic' | |
Plug 'fatih/vim-go', { 'do': ':GoInstallBinaries' } | |
Plug 'rust-lang/rust.vim' | |
call plug#end() |
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="utf-8"/> | |
<title>Untitled benchmark</title> | |
<script src="https://cdnjs.cloudflare.com/ajax/libs/benchmark/1.0.0/benchmark.min.js"></script> | |
<script src="./suite.js"></script> | |
</head> | |
<body> | |
<h1>Open the console to view the results</h1> |
{ | |
"groups": [ | |
{ | |
"name": "Guest Room", | |
"devices": [ | |
"Guest Room Light 1", | |
"Guest Room Light 2" | |
] | |
}, | |
{ |
//Artifact (16) | |
1 Caged Sun | |
1 Forsaken Monument | |
1 Jeweled Lotus | |
1 Lightning Greaves | |
1 Mana Crypt | |
1 Mana Vault | |
1 Mind Stone | |
1 Mindslaver | |
1 Sapphire Medallion |
import groovy.transform.Field | |
definition( | |
name: 'Eiger', | |
namespace: 'eiger', | |
author: 'Aaron Di Silvestro', | |
description: 'Event initiated general engine for rules', | |
iconUrl: '', | |
iconX2Url: '', | |
iconX3Url: '' |