Skip to content

Instantly share code, notes, and snippets.

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

Luis L-F-Escobar

🦄
View GitHub Profile
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>AlternateMouseScroll</key>
<true/>
<key>AppleAntiAliasingThreshold</key>
<integer>1</integer>
<key>ApplePressAndHoldEnabled</key>
<false/>
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