Skip to content

Instantly share code, notes, and snippets.

View jamincollins's full-sized avatar

Jamin Collins jamincollins

  • Aviatrix
  • Utah, USA
View GitHub Profile
@jamincollins
jamincollins / ArchLinuxWSL2.md
Created January 25, 2021 00:35 — forked from ld100/ArchLinuxWSL2.md
Steps for setting up Arch Linux on WSL2

Migrating from Ubuntu on WSL to ArchLinux on WSL2

Upgrading to WSL 2

  • Download WSL2 Kernel
  • run wsl --set-default-version 2 in windows command line, so that all future WSL machine will use WSL2.

Installing Arch Linux

@jamincollins
jamincollins / rip_dvd
Created May 23, 2019 22:32 — forked from postmodern/rip_dvd
Script to automate ripping DVDs using Handbrake-CLI and mkvmerge
#!/usr/bin/env bash
#
# Author: postmodern
# Description:
# Rips a DVD to a H.264 MKV file, with chapters and tags. Ignores any
# bad blocks or sectors on the DVD.
# Dependencies:
# * gddrescue
# * handbrake-cli
# * mkvtoolnix