Skip to content

Instantly share code, notes, and snippets.

View b3h3rkz's full-sized avatar
🏠
Working from home

Bernard Parah b3h3rkz

🏠
Working from home
View GitHub Profile
This script creates a swapfile to fix this error. Tested on ubuntu 16
sudo fallocate -l 1G /swapfile
sudo chmod 600 /swapfile
sudo mkswap /swapfile
sudo swapon /swapfile
sudo swapon --show
sudo cp /etc/fstab /etc/fstab.bak
echo '/swapfile none swap sw 0 0' | sudo tee -a /etc/fstab
@b3h3rkz
b3h3rkz / my rinkeby address
Created January 19, 2018 17:35
Rinkeby Testnet Address
0x354f535C25363419DE8169e39bd6719Bf1766aCF