I hereby claim:
- I am xdamman on github.
- I am xdamman (https://keybase.io/xdamman) on keybase.
- I have a public key whose fingerprint is 44A7 D05F F1F6 D0B8 0F79 15A6 1426 1B13 FD43 0CDC
To claim this, I am signing this object:
363202,HOTMAIL.COM | |
187090,GMAIL.COM | |
99806,SKYNET.BE | |
60011,TELENET.BE | |
59293,YAHOO.COM | |
56286,YAHOO.FR | |
22528,HOTMAIL.FR | |
17766,PANDORA.BE | |
12912,MSN.COM | |
11061,SCARLET.BE |
235898,1980 | |
32649,2003 | |
297,1987 | |
292,1985 | |
288,1988 | |
287,1981 | |
285,1963 | |
280,1984 | |
276,1983 | |
274,1982 |
#<jsonp> | |
# We go BACK to varnish to get it to generate an ESI template that | |
# generates a JSON-P response. | |
backend jsonp_template_backend { | |
.host = "127.0.0.1"; | |
.port = "80"; # use the port that varnish is listening on | |
} | |
# <jsonp> | |
# How the jsonp_template_backend dispatches to the ESI generating code: |
#!/bin/bash | |
git clone https://github.com/TryGhost/Ghost.git | |
cd Ghost | |
git submodule update --init | |
sudo gem install sass && sudo gem install sass | |
sudo npm install -g grunt-cli | |
npm install | |
grunt init | |
npm start | |
open "http://localhost:2368/ghost/" |
I hereby claim:
To claim this, I am signing this object:
This guide supports Ubuntu Precise Pangolin 12.04, Ubuntu Oneiric Ocelot 11.10, Ubuntu Natty Narwhal 11.04, and Ubuntu Maverick Meerkat 10.10. Separate guides are available for Ubuntu Lucid Lynx 10.04 and Ubuntu Hardy Heron 8.04. This guide will enable several external encoding and decoding libraries: libfaac (AAC encoder), libfdk-aac (AAC encoder), libmp3lame (MP3 encoder), libopencore-amr (AMR encoder/decoder), librtmp (for additional RTMP protocols), libtheora (Theora encoder), libvorbis (Vorbis encoder), libvpx (VP8 encoder/decoder), and libx264 (H.264 encoder). These are optional and may be omitted if desired. This guide will also install many filters (see the filter list in the Filtering Guide).
Note: Copy and paste the whole code box
#!/bin/bash | |
# Bash script to install latest version of ffmpeg and its dependencies on Ubuntu 12.04 or 14.04 | |
# Inspired from https://gist.github.com/faleev/3435377 | |
# Remove any existing packages: | |
sudo apt-get -y remove ffmpeg x264 libav-tools libvpx-dev libx264-dev | |
# Get the dependencies (Ubuntu Server or headless users): | |
sudo apt-get update |
alias reload="source ~/.profile" | |
#function ssh { | |
# ~/.scripts/iterm-setName $1 | |
# /usr/bin/ssh $1 | |
#} | |
# git alias | |
alias gco="git commit -am" | |
alias glog='git log --date-order --all --graph --format="%C(green)%h%Creset %C(yellow)%an%Creset %C(blue bold)%ar%Creset %C(red bold)%d %Creset%s"' |
Verifying my Blockstack ID is secured with the address 1KNrgdqojAyFDx7tWVhsDN2Fbt5YJ2dZMt https://explorer.blockstack.org/address/1KNrgdqojAyFDx7tWVhsDN2Fbt5YJ2dZMt |
run() { | |
Q1="Enter a first number:" | |
echo $Q1 | |
say $Q1 | |
read A | |
say $A | |
Q2="Enter a second number $1:" | |
echo $Q2 | |
say $Q2 | |
read B |