Skip to content

Instantly share code, notes, and snippets.

View inorton's full-sized avatar

Ian Norton inorton

  • nCipher Security
  • Cambridge, UK
View GitHub Profile
@jpetazzo
jpetazzo / gist:6127116
Created July 31, 2013 23:21
Debian/Ubuntu containers protips, thanks to @spahl
# this forces dpkg not to call sync() after package extraction and speeds up install
RUN echo "force-unsafe-io" > /etc/dpkg/dpkg.cfg.d/02apt-speedup
# we don't need and apt cache in a container
RUN echo "Acquire::http {No-Cache=True;};" > /etc/apt/apt.conf.d/no-cache
@nixiepixel
nixiepixel / keybase.md
Last active September 15, 2019 05:05
Proving Myself - NixiePixel ID

Keybase proof

I hereby claim:

  • I am nixiepixel on github.
  • I am nixiepixel (https://keybase.io/nixiepixel) on keybase.
  • I have a public key ASDNrc7Yrqc09VCgyGiARVQsTu9k208hgovajBdxHMge5Ao

To claim this, I am signing this object:

@Rcomian
Rcomian / README.md
Last active May 31, 2022 11:51
CC2 Dedicated Server ==================== This script will help with running CC2 as a dedicated server on linux using the installed steam proton runtime. **Dependencies** * XMLStarlet: [http://xmlstar.sourceforge.net/docs.php]() * `optional` for auto editing the xml files **Usage** `./run-server.sh proton` Lists the available proton versions, al…