Skip to content

Instantly share code, notes, and snippets.

@beslovas
beslovas / notes.txt
Created July 29, 2022 13:41 — forked from miguelmota/notes.txt
runc vs gvisor (runsc) vs rkt vs KataContainers vs NablaContainers
knowledge dump on container runtimes
KataContainers
- image coupled with kernel
- light vm layer
- can run in nested virturalization environments if hardware supports and you can enable it in bios (ex. only bare metal EC2 instances, limits many cloud providers)
- slower startup time
- OCI compliant
- previously known as ClearContainers by Intel
@beslovas
beslovas / resolved+dnsmasq.md
Last active July 12, 2022 09:20
Wildcard DNS for localhost on linux distributions running systemd-resolved

Setup wildcard DNS on localhost using systemd-resolved and dnsmasq

Tested distributions

Ubuntu 20.04 
Linux Mint 20+

systemd-resolved

@beslovas
beslovas / build-patched-kernel.sh
Created February 11, 2021 16:10 — forked from jbuncle/build-patched-kernel.sh
Compile and install Linux Kernel with patch for Lenovo Legion 5 15ARH05 Touchpad
#! /bin/bash
#
# Lenovo Legion 5 Patch Utility
#
# This script aims to simplify the application of various patches required for Lenovo Legion 5 15ARH05.
# For convenience you can run this script with `bash <(curl https://gist.githubusercontent.com/jbuncle/7dacde983b3c33b3b816b10e2fd2308a/raw/build-patched-kernel.sh)`
#
# References:
# - Original bug and related patch: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1887190
# - Touchpad patch file: https://www.spinics.net/lists/linux-input/msg69458.html