I hereby claim:
- I am kudos on github.
- I am kudos (https://keybase.io/kudos) on keybase.
- I have a public key whose fingerprint is 8966 8F94 7389 18F3 C6B1 8D54 53DD BA5E 6086 B29C
To claim this, I am signing this object:
"use strict"; | |
const koa = require('koa'); | |
const bodyparser = require('koa-bodyparser'); | |
const koaFetchr = require('koa-fetchr'); | |
const fetchr = require('fetchr'); | |
const app = koa(); | |
app.use(bodyparser()); |
I hereby claim:
To claim this, I am signing this object:
#!/bin/bash | |
USER=$(sudo who | awk '{print $1}') | |
echo "" > /etc/motd | |
apt update | |
apt upgrade -y | |
apt install -y git htop build-essential direnv | |
if [ ! -f /usr/bin/zsh ]; then |
FROM plexinc/pms-docker:1.22.3.4523-d0ce30438 | |
RUN apt-get update && \ | |
apt-get install -y software-properties-common && \ | |
add-apt-repository ppa:oibaf/graphics-drivers -y && \ | |
apt-get update && \ | |
apt-get install -y \ | |
vainfo \ | |
mesa-va-drivers \ | |
mesa-vdpau-drivers \ |