Skip to content

Instantly share code, notes, and snippets.

Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@SalMac86
SalMac86 / NoAB-Outline.txt
Created May 30, 2018 22:48
Night of Applied Blockchain
Night of Applied Blockchain
I. Starting Environment
i. Cloud9 Free-Tier
ii. node / npm / nvm / python
iii. add swap file to instance
/bin/dd if=/dev/zero of=/var/swap.1 bs=1M count=1024
/sbin/mkswap /var/swap.1
chmod 600 /var/swap.1
/sbin/swapon /var/swap.1
nano /etc/fstab