Skip to content

Instantly share code, notes, and snippets.

@MortalKastor
MortalKastor / gist:79c6cbc2081dec8af620a935425752d8
Created September 16, 2021 10:06
GCC 4.8 on Ubuntu 18.04 Bionic Beaver
sudo apt install g++-4.8
sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-4.8 100 --slave /usr/bin/g++ g++ /usr/bin/g++-4.8
sudo update-alternatives --install /usr/bin/cpp cpp /usr/bin/cpp-4.8 100
@MortalKastor
MortalKastor / process-enhancements.md
Last active March 23, 2020 10:13
Some ideas for improving process flow at Ledger
  • Semantic releases
  • Install https://gitforwindows.org/
  • Use git bash
  • install scoop
  • scoop install yarn
  • scoop install nvm
  • nvm install 12.14.1
  • scoop bucket add versions
  • scoop install python27
  • scoop install gsudo
  • sudo yarn global add windows-build-tools

Keybase proof

I hereby claim:

  • I am mortalkastor on github.
  • I am mortalkastor (https://keybase.io/mortalkastor) on keybase.
  • I have a public key whose fingerprint is 0807 50A5 1C9C B47F A5C2 972E 989C C813 5924 4EE5

To claim this, I am signing this object:

@MortalKastor
MortalKastor / Vagrantfile
Created May 16, 2019 13:09
Ubuntu with working USB forwarding for Ledger devices on mac hosts
# -*- mode: ruby -*-
# vi: set ft=ruby :
# All Vagrant configuration is done below. The "2" in Vagrant.configure
# configures the configuration version (we support older styles for
# backwards compatibility). Please don't change it unless you know what
# you're doing.
Vagrant.configure("2") do |config|
# The most common configuration options are documented and commented below.
# For a complete reference, please see the online documentation at