Skip to content

Instantly share code, notes, and snippets.

Compiling/installing the experimental mesa virtio-venus-experimental driver-(below done with new linux container)
For: Chrome OS crostini-default debian container bullseye
Best viewed in "raw" format
In chrome browser type or paste
chrome://flags

Keybase proof

I hereby claim:

  • I am jmthvt on github.
  • I am jmathevet (https://keybase.io/jmathevet) on keybase.
  • I have a public key ASBbur5VaDElb3VefcmrOcBsJKB3r6fQ6VEQ_anF_tvzjAo

To claim this, I am signing this object:

@jmthvt
jmthvt / mfa.sh
Created November 8, 2019 01:41
AWS MFA wrapper
#!/bin/bash
set -e
# It generates json referring to the processing of `AssumeRoleCredentialFetcher` and `_create_cache_key`.
#
# memo:
# * https://github.com/boto/botocore/blob/1.12.162/botocore/credentials.py#L611
# * https://github.com/boto/botocore/blob/1.12.162/botocore/credentials.py#L690-L692
ROLE_ARGS=$(cat - << EOS
@jmthvt
jmthvt / unused-sg.rb
Last active May 15, 2017 14:57
Display all unused Security Groups
#!/usr/bin/env ruby
require 'aws-sdk'
region = 'eu-west-1'
Aws.config.update({
region: region
})