I hereby claim:
- I am atiensivu on github.
- I am atiensivu (https://keybase.io/atiensivu) on keybase.
- I have a public key whose fingerprint is 88CF BF74 6523 DD53 5646 693A 5B45 C254 CBE1 BC7A
To claim this, I am signing this object:
| # Requires: wget cabextract | |
| # Assumes license has been agreed to | |
| # Slight variation from https://geek.co.il/2011/10/22/installing-consolas-truetype-font-for-linux | |
| #!/bin/sh | |
| set -e | |
| set -x | |
| mkdir -p ~/Downloads/fonttemp | |
| cd ~/Downloads/fonttemp |
| sudo cp $HOME/.local/share/gnome-shell/extensions/[email protected]/schemas/org.gnome.shell.extensions.user-theme.gschema.xml /usr/share/glib-2.0/schemas && sudo glib-compile-schemas /usr/share/glib-2.0/schemas | |
| # One liner fix that shouldn't be necessary |
| # A roundabout way to get Ubuntu Artful alpha (17.10) on EDGAR (Acer Chromebook 14 4GB version - CB3-431-C5FM) | |
| # Install missing 'legacy' BIOS piece to enable Ctrl-L on boot: | |
| cd; curl -LOk https://mrchromebox.tech/firmware-util.sh && sudo bash firmware-util.sh | |
| # Install Galliumos (nightly - as of 09/09/2017) | |
| # https://wiki.galliumos.org/Installing | |
| cd; curl -LOk https://chrx.org/go && sh go -d galliumos -e desktop -r nightly -v |
| # Compiling libtheora for master branch of tvheadend for Pine64 under Debian Stretch (DietPi) | |
| # Missing working autoconf defaults for some reason | |
| cd ~/Downloads/tvheadend/build.linux/ffmpeg/libtheora-1.1.1 | |
| mv config.guess config.guess.bad | |
| mv config.sub config.sub.bad | |
| cp /usr/share/misc/config.guess . | |
| cp /usr/share/misc/config.sub . |
| # Mostly based on https://wiki.mozilla.org/Security/Guidelines/OpenSSH#Modern | |
| Host * | |
| ServerAliveInterval 60 | |
| # Ensure KnownHosts are unreadable if leaked - it is otherwise easier to know which hosts your keys have access to. | |
| HashKnownHosts yes | |
| # Host keys the client accepts - order here is honored by OpenSSH - not sure about DropBear |
| export PATH=/opt/local/bin:/opt/local/sbin:$PATH | |
| export MANPATH=/opt/local/share/man:$MANPATH | |
| [ -f /usr/local/etc/bash_completion ] && . /usr/local/etc/bash_completion | |
| source ~/.bashrc |
I hereby claim:
To claim this, I am signing this object: