Skip to content

Instantly share code, notes, and snippets.

@2b
2b / bulwarkd_armhf.md
Last active July 23, 2018 11:16
Cross-compilling Bulwark wallet for armhf architecture (Raspberry Pi 2)

Cross-compilling Bulwark wallet for armhf architecture (Raspberry Pi 2)

Build successful tested on Ubuntu Server 18.04 LTS (x86-64)

1. Install build essential packages (for non-GUI wallet)

sudo apt-get install build-essential libtool autotools-dev automake pkg-config libssl-dev libevent-dev bsdmainutils python3 libboost-system-dev libboost-filesystem-dev libboost-chrono-dev libboost-program-options-dev libboost-test-dev libboost-thread-dev git

Keybase proof

I hereby claim:

  • I am 2b on github.
  • I am 2b (https://keybase.io/2b) on keybase.
  • I have a public key ASBnwQGpJ-8YtcD9huVE--mxJDqlsgeKwTlMe9vo-VcBlAo

To claim this, I am signing this object:

@2b
2b / nut_osx.txt
Last active April 6, 2024 10:45
Network UPS Tools on OS X (including El Capitan) with Growl notifications (additional)
#install homebrew
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
#install network ups tools
brew install nut
#create directories and change permissions
sudo mkdir -p /var/state/ups/upssched/
sudo chown -R `whoami`:nobody /var/state/ups
sudo chmod 775 /var/state/ups/
sudo chmod 664 /var/state/ups/*