Skip to content

Instantly share code, notes, and snippets.

View ovargas27's full-sized avatar

Omar ovargas27

  • Regalii
  • Toluca, Mex
View GitHub Profile
@ovargas27
ovargas27 / chef_solo_bootstrap.sh
Last active December 15, 2015 10:59 — forked from ryanb/chef_solo_bootstrap.sh
Install Ruby 1.9.3-p392 / Chef on Ubuntu precise 12.04
#!/usr/bin/env bash
apt-get -y update
apt-get -y install build-essential zlib1g-dev libssl-dev libreadline6-dev libyaml-dev
cd /tmp
wget ftp://ftp.ruby-lang.org/pub/ruby/1.9/ruby-1.9.3-p392.tar.gz
tar -xvzf ruby-1.9.3-p392.tar.gz
cd ruby-1.9.3-p392/
./configure --prefix=/usr/local
make
make install
@ovargas27
ovargas27 / install_ruby2.0.sh
Created May 13, 2013 19:58
install ruby 2.0.0-p0
#!/usr/bin/env bash
apt-get -y update
apt-get -y install build-essential zlib1g-dev libssl-dev libreadline6-dev libyaml-dev
cd /tmp
wget ftp://ftp.ruby-lang.org/pub/ruby/2.0/ruby-2.0.0-p0.tar.gz
tar -xvzf ruby-2.0.0-p0.tar.gz
cd ruby-2.0.0-p0/
./configure --prefix=/usr/local
make
make install
@ovargas27
ovargas27 / GIF-Screencast-OSX.md
Created May 19, 2017 18:00 — forked from dergachev/GIF-Screencast-OSX.md
OS X Screencast to animated GIF

OS X Screencast to animated GIF

This gist shows how to create a GIF screencast using only free OS X tools: QuickTime, ffmpeg, and gifsicle.

Screencapture GIF

Instructions

To capture the video (filesize: 19MB), using the free "QuickTime Player" application: