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:
| # Example of making sure that multibyte characters are counted | |
| # properly with regard to APIs such as Twitter. | |
| # | |
| # See http://dev.twitter.com/pages/counting_characters | |
| # | |
| # Uses example from above link: | |
| # cafe (with diacritical): | |
| # 0x63 0x61 0x66 0xC3 0xA9 (composed character) | |
| # 0x63 0x61 0x66 0x65 0xCC 0x81 (e + combining diacritical) |
| # Builder file for sentry | |
| # | |
| FROM ubuntu | |
| MAINTAINER Michael Crosby | |
| RUN echo "deb http://archive.ubuntu.com/ubuntu precise main universe" > /etc/apt/sources.list | |
| RUN apt-get update | |
| RUN apt-get upgrade |
| PidFile = /var/run/hhvm.pid | |
| Eval { | |
| Jit = true | |
| JitWarmupRequests = 3 | |
| } | |
| Log { | |
| Level = Debug | |
| Header = true |
| <!DOCTYPE html> | |
| <html lang="en"> | |
| <head> | |
| <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> | |
| <title>imgur oauth</title> | |
| <script src="http://code.jquery.com/jquery.min.js"></script> | |
| <script> | |
| $(function () { | |
| var extractToken = function(hash) { |
| { | |
| "title": "Apache and Tomcat Logs", | |
| "services": { | |
| "query": { | |
| "list": { | |
| "0": { | |
| "query": "apache !tomcat !static", | |
| "alias": "", | |
| "color": "#7EB26D", | |
| "id": 0, |
| hhvm.server.type = fastcgi | |
| hhvm.server.file_socket = /run/shm/hhvm.sock | |
| hhvm.server.apc.enable_apc = true | |
| hhvm.server.apc.table_type = concurrent | |
| hhvm.server.apc.expire_on_sets = true | |
| hhvm.server.apc.purge_frequency = 4096 | |
| hhvm.eval.jit = true | |
| hhvm.eval.jit_warmup_requests = 50 |
NOTE: Work in progress
TODO: Identity management, two-factor auth, OpenVPN, Logstash, log shippers, IIS logs, OSSEC, Snort, Suricata, snorby, restart iis w/o admin role,