This gist shows how to create a GIF screencast using only free OS X tools: QuickTime, ffmpeg, and gifsicle.
To capture the video (filesize: 19MB), using the free "QuickTime Player" application:
| cd ~ | |
| sudo apt-get update | |
| sudo apt-get install openjdk-7-jre-headless curl -y | |
| cd /usr/local/share | |
| sudo wget https://download.elasticsearch.org/elasticsearch/elasticsearch/elasticsearch-0.90.1.tar.gz | |
| sudo tar -xf elasticsearch-0.90.1.tar.gz | |
| sudo rm elasticsearch-0.90.1.tar.gz | |
| sudo mv elasticsearch-* elasticsearch |
Download net install iso. Find a mirror close to you at http://isoredirect.centos.org/centos/6/isos/x86_64/
- Name: vagrant-centos
- Operating System: Linux
- Version: Red Hat 64bit
This gist is part of a blog post. Check it out at:
http://jasonrudolph.com/blog/2011/08/09/programming-achievements-how-to-level-up-as-a-developer