GitHub’s search supports a variety of different operations. Here’s a quick cheat sheet for some of the common searches.
For more information, visit our search help section.
GitHub’s search supports a variety of different operations. Here’s a quick cheat sheet for some of the common searches.
For more information, visit our search help section.
Table of Contents
This gist contains example of how you can configure nginx reverse-proxy with autmatic container discovery, SSL certificates generation (using Let's Encrypt) and auto updates.
Features:
A curated list of arrrrrrrrr!
archinstall
.# Obtain the latest Void Linux base live ISO from: | |
# https://voidlinux.org/download/ (plain musl version) | |
# Write it to a USB drive: | |
# sudo dd bs=4M if=void-live-x86_64-musl-20181111.iso of=/dev/sdb status=progress oflag=sync | |
# Switch to bash (easier to use while installing) | |
bash | |
# Set UK keymap |
No Filter
This is one way of managing your user profile declaratively.
Alternatives include:
nix-env
-based environment, installed using nix-env -ir
rather than nix-env --set
. LnL has an overlay which shows a way of doing this.$HOME
Note that this is incompatible with regular imperative use of nix-env
, e.g. nix-env -iA nixpkgs.hello
. It has the advantage of allowing the installation of multiple outputs of the same package much better than nix-env
's builtin profile builder does.
! urxvt | |
URxvt*geometry: 115x40 | |
!URxvt*font: xft:Liberation Mono:pixelsize=14:antialias=false:hinting=true | |
URxvt*font: xft:Inconsolata:pixelsize=17:antialias=true:hinting=true | |
URxvt*boldFont: xft:Inconsolata:bold:pixelsize=17:antialias=false:hinting=true | |
!URxvt*boldFont: xft:Liberation Mono:bold:pixelsize=14:antialias=false:hinting=true | |
URxvt*depth: 24 | |
URxvt*borderless: 1 | |
URxvt*scrollBar: false |
The buildah
utility is a versitile container build tool that does not require a daemon (everything is direct invocation).
See my "deep dive" for a few hands on use-cases.
Recently knative was announced. It is a project to enable the kubernetes primitives needed to build a functions-as-a-service. There are a plumbing services needed around this use-case, "build" is one of them. Building containers is largely an indepenent goal and story of "serverless" or "FaaS", but I get why they are grouped together.