Skip to content

Instantly share code, notes, and snippets.

View kmonchamp's full-sized avatar

Kevin J. Monchamp kmonchamp

View GitHub Profile
This file has been truncated, but you can view the full file.
DEBUG|000.891|BreakpointsAdapter: Setting 1 breakpoints for /home/kevin/projects/ff-test/src/App.tsx
DEBUG|000.909|FirefoxDebugAdapter: Setting exception filters: ["uncaught"]
DEBUG|000.909|FirefoxDebugAdapter: 0 threads
DEBUG|000.957|DebugConnection: Received response/event {"from":"root","applicationType":"browser","testConnectionPrefix":"server1.conn0.","traits":{"sources":true,"networkMonitor":true,"storageInspector":true,"storageInspectorReadOnly":true,"conditionalBreakpoints":true,"debuggerSourceActors":true,"wasmBinarySource":true,"bulk":true,"directorScripts":true,"noBlackBoxing":false,"noPrettyPrinting":false,"memoryActorAllocations":true,"webConsoleCommands":true,"allowChromeProcess":true,"profilerDataFilterable":true,"heapSnapshots":true,"documentLoadingMarkers":true,"webExtensionAddonConnect":true,"perfActorVersion":1}}
DEBUG|001.157|RootActorProxy: Fetching tabs
DEBUG|001.157|DebugConnection: Sending request {"to":"root","type":"listTabs"}
DEBUG|001.638|DebugConnection: Received response/event {"
@kmonchamp
kmonchamp / ARCH_INSTALL.MD
Created July 3, 2018 02:24 — forked from heppu/ARCH_INSTALL.MD
Installing Arch with GPT, dm-crypt, LUKS, LVM and systemd-boot

Create bootable USB

dd bs=4M if=/path/to/archlinux.iso of=/dev/sdx status=progress && sync

Boot from USB and set prepare system

loadkeys <your-keymap>
@kmonchamp
kmonchamp / arch-linux-install
Created July 3, 2018 02:15 — forked from mattiaslundberg/arch-linux-install
Minimal instructions for installing arch linux on an UEFI system with full system encryption using dm-crypt and luks
# Install ARCH Linux with encrypted file-system and UEFI
# The official installation guide (https://wiki.archlinux.org/index.php/Installation_Guide) contains a more verbose description.
# Download the archiso image from https://www.archlinux.org/
# Copy to a usb-drive
dd if=archlinux.img of=/dev/sdX bs=16M && sync # on linux
# Boot from the usb. If the usb fails to boot, make sure that secure boot is disabled in the BIOS configuration.
# Set swedish keymap