Skip to content

Instantly share code, notes, and snippets.

@benklop
benklop / dmesg
Created October 4, 2016 04:06
dmesg output after CPU hangs during scheduling
[ 0.000000] Linux version 4.8.0-040800-generic (kernel@tangerine) (gcc version 6.2.0 20160927 (Ubuntu 6.2.0-5ubuntu11) ) #201610022031 SMP Mon Oct 3 00:32:57 UTC 2016
[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.8.0-040800-generic root=UUID=70d81ac1-a26a-4803-ad40-0e692b84c1a1 ro quiet splash vt.handoff=7
[ 0.000000] KERNEL supported cpus:
[ 0.000000] Intel GenuineIntel
[ 0.000000] AMD AuthenticAMD
[ 0.000000] Centaur CentaurHauls
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256
[alias]
co = checkout
b = rev-parse --abbrev-ref HEAD
cb = ! sh -c 'git b | pbcopy'
branchstate= ! sh -c 'git-branchdiff prototype staging | tail -n +4 && git-branchdiff staging master | tail -n +4'
select = "!bash -c 'select branch in $(git branch | cut -c2-| sort | grep opv ) ; do git checkout $branch ; git pull origin $branch ; break ; done'"
put = push origin HEAD
find = branch -r --contains
done = commit -a -m
undo = reset --hard
upload=true&script=true&cardinfo=
!!################################
!!ALSA Information Script v 0.4.64
!!################################
!!Script ran on: Wed Jan 2 03:12:27 UTC 2019
!!Linux Distribution
!!------------------
@benklop
benklop / keybase.md
Last active November 19, 2021 00:57

Keybase proof

I hereby claim:

  • I am benklop on github.
  • I am benklop (https://keybase.io/benklop) on keybase.
  • I have a public key ASAL0qJDwBSl1SEKy_ZMHu8PZ4uYk0VqSSPe4_tFwKpGQgo

To claim this, I am signing this object:

@benklop
benklop / EdgeRouter_IPv6_Commands_for_Comcast.txt
Last active December 6, 2023 05:34 — forked from mskutta/EdgeRouter_IPv6_Commands_for_Comcast.txt
EdgeRouter IPv6 Commands for Comcast
configure
# Configure Firewall
set firewall ipv6-name IPV6WAN_IN description 'IPV6WAN to internal'
set firewall ipv6-name IPV6WAN_IN default-action drop
set firewall ipv6-name IPV6WAN_IN rule 10 action accept
set firewall ipv6-name IPV6WAN_IN rule 10 state established enable
set firewall ipv6-name IPV6WAN_IN rule 10 state related enable
set firewall ipv6-name IPV6WAN_IN rule 10 log disable