Skip to content

Instantly share code, notes, and snippets.

View s-urbaniak's full-sized avatar

Sergiusz Urbaniak s-urbaniak

  • MongoDB
  • Berlin / Germany
View GitHub Profile

Keybase proof

I hereby claim:

  • I am s-urbaniak on github.
  • I am sur (https://keybase.io/sur) on keybase.
  • I have a public key whose fingerprint is E08A EF0F AC8B F283 7462 C4D5 5B11 8EEB C6D4 67F7

To claim this, I am signing this object:

@s-urbaniak
s-urbaniak / arch-xps13
Last active August 3, 2018 15:01
Arch XPS13 installation
# Installation on Dell XPS
# Please also consult official documentation:
# https://wiki.archlinux.org/index.php/Installation_Guide
# https://wiki.archlinux.org/index.php/Dell_XPS_13_(9360)
# https://wiki.archlinux.org/index.php/Dell_XPS_15_(9550)
# Enter BIOS with F2 and configure:
# - "System Configuration" > "SATA Operation": "AHCI"
# - "Secure Boot" > "Secure Boot Enable": "Disabled"
@s-urbaniak
s-urbaniak / init.sh
Last active September 20, 2018 18:25
#!/usr/bin/env bash
set -euxo pipefail
echo "installing core packages"
apt-get update -y
apt install -y apt-transport-https curl
curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add -
#!/bin/bash
set -x
PKG=( apimachinery apiserver client-go kube-aggregator sample-apiserver )
function main {
case "$1" in
"mounts") mounts;;
"links") links;;