Skip to content

Instantly share code, notes, and snippets.

View davidkirwan's full-sized avatar
🐶
Doggo Chauffeur

David Kirwan davidkirwan

🐶
Doggo Chauffeur
  • Kilkenny, Ireland
View GitHub Profile
@davidkirwan
davidkirwan / keybase.md
Created December 21, 2022 01:39
keybase.md

Keybase proof

I hereby claim:

  • I am davidkirwan on github.
  • I am dkirwan (https://keybase.io/dkirwan) on keybase.
  • I have a public key whose fingerprint is 914F D456 BCDE C2FB 1213 0127 A589 3AB6 474A C37D

To claim this, I am signing this object:

@davidkirwan
davidkirwan / ocp4_talk.md
Created January 20, 2022 16:15
Fedora Infra OCP4 Tech Talk #fedora-meeting-3 2022-01-20 16:00 UTC

Fedora Infra - Tech Talk - Openshift 4

David Kirwan

a quick overview

@davidkirwan
davidkirwan / factorio.sh
Created September 29, 2021 01:09
Factorio Server Container Manager
#!/usr/bin/env bash
# - [1] From here: https://www.tutorialworks.com/podman-rootless-volumes/
# - [2] https://github.com/factoriotools/factorio-docker
# To run this without root, we apparently need to do the following: [1]
# `podman unshare chown 845:845 /home/dkirwan/factorio`
# Then run the container with `--user 845`, to match what the container expects: see [2]
# And add the `:Z` to the volume to mark it as a private share
factorio_start () {
echo "Starting the factorio server"