Skip to content

Instantly share code, notes, and snippets.

View qnm's full-sized avatar

Rob qnm

  • Sydney, Australia
View GitHub Profile
@qnm
qnm / 11_sysinfo
Created May 2, 2015 12:10
openwrt on erlite3
#!/bin/sh
verify_sysinfo() {
if [ -f /tmp/sysinfo/board_name ]; then
name=$(cat /tmp/sysinfo/board_name)
case "$name" in
er|erlite|erpro)
continue
@qnm
qnm / index.html
Created January 12, 2016 10:27
jWmoqm
<div class="navbar-wrapper">
<div class="container">
<div class="navbar navbar-default navbar-fixed-top">
<div class="navbar-header">
<a class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</a>
<a class="navbar-brand" href="/">MooCakes</a>

Andrew Smith: Celtic suffer seven-year glitch

It is a matter of fact that the appointment of Ronny Deila as Celtic manager was flawed. More pertinent now is to ask how flawed might be the strategy pursued by the club that has brought matters to this point.

The direction of travel at Celtic – despite the Barcelona win of 2011 and all that – was questionable long before the Norwegian pitched up from six years managing, effectively, the Motherwell of Norway.

Celtic’s hierarchy are fond of their number crunching and value getting the “financial fundamentals” correct. As is right and proper. Yet, they should perhaps chew on this set of figures.

In the past seven years they have appointed three managers, Tony Mowbray, Neil Lennon and Ronny Deila. You can ask serious questions of the thinking behind each one of these. Lennon may have prospered, but many of us would stand by the assertion that, if pitching at the level Celtic should be, the club should not offer any individual his start in senior management.

@qnm
qnm / install.conf
Created August 13, 2016 23:19
Hetzner CoreOS Install Conf for VirtAPI
## ======================================================
## Hetzner Online GmbH - installimage - standard config
## ======================================================
## ====================
## HARD DISK DRIVE(S):
## ====================
@qnm
qnm / boxstarter.ps1
Last active December 29, 2017 06:20 — forked from jessfraz/boxstarter.ps1
Boxstarter Commands for a new Windows box.
# Description: Boxstarter Script
# Author: Jess Frazelle <jess@linux.com>
# Last Updated: 2017-09-11
#
# Install boxstarter:
# . { iwr -useb http://boxstarter.org/bootstrapper.ps1 } | iex; get-boxstarter -Force
#
# You might need to set: Set-ExecutionPolicy RemoteSigned
#
# Run this boxstarter by calling the following from an **elevated** command-prompt: