Skip to content

Instantly share code, notes, and snippets.

{
"public_identifier":"grinnan",
"profile_pic_url":"None",
"background_cover_image_url":"None",
"first_name":"Christopher",
"last_name":"Grinnan",
"full_name":"Christopher Grinnan",
"follower_count":283,
"occupation":"Staff Software SRE at Netskope",
"headline":"Staff Software SRE @ Netskope | Linux System Administration",
@grinnan
grinnan / game_of_life.ipynb
Created March 26, 2021 05:52 — forked from jiffyclub/game_of_life.ipynb
Conway's Game of Life in an IPython Notebook
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@grinnan
grinnan / install-rust-server-on-linux.sh
Created January 29, 2021 05:50 — forked from oshinko/install-rust-server-on-linux.sh
Install Rust Server on Linux
########################################################################
# Host your own Rust Dedicated Server
#
# see also: https://www.rustafied.com/how-to-host-your-own-rust-server
#
# Usage:
# RUST_HOME=$HOME/rust \
# RUST_SERVER_MAXPLAYERS=100 \
# RUST_SERVER_HOSTNAME="Your Rust Server" \
# RUST_SERVER_IDENTITY=your-rust-server \
@grinnan
grinnan / osx-for-hackers.sh
Created February 4, 2016 01:58 — forked from brandonb927/osx-for-hackers.sh
OSX for Hackers: Yosemite Edition. This script tries not to be *too* opinionated and any major changes to your system require a prompt. You've been warned. Also, please don't email me about this script, my poor inbox...
#!/bin/sh
# Alot of these configs have been taken from the various places
# on the web, most from here
# https://github.com/mathiasbynens/dotfiles/blob/master/.osx
# Set the colours you can use
black='\033[0;30m'
white='\033[0;37m'
red='\033[0;31m'