Skip to content

Instantly share code, notes, and snippets.

View L-F-Escobar's full-sized avatar
🦄

Luis L-F-Escobar

🦄
View GitHub Profile
service: my-service
provider:
name: aws
region: eu-central-1
runtime: nodejs6.10
functions:
hello:
handler: handler.hello
events:
- schedule:
@L-F-Escobar
L-F-Escobar / Compile_Bitcoin_on_Ubuntu_14_04
Created November 17, 2017 10:07 — forked from kostaz/Compile_Bitcoin_on_Ubuntu_14_04
Compile Bitcoin on Ubuntu 14.04
Assuming the username of the Ubuntu user is "theusername".
Preparation
-----------
```
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install build-essential libtool autotools-dev autoconf pkg-config libssl-dev