Skip to content

Instantly share code, notes, and snippets.

View dmtintner's full-sized avatar

David Tintner dmtintner

View GitHub Profile
@dmtintner
dmtintner / gist:566e93ccccfb871774d0
Last active August 29, 2015 14:19 — forked from r3wt/gist:83629275bd3a153915ef
Rollback HHVM to 3.5.1 because HHVM 3.6 is not working with nginx
1. go to http://dl.hhvm.com/ubuntu/pool/main/h/hhvm/ and right click and copy the link to the version of hhvm you want to rollback to
2. sudo apt-get autoremove hhvm -y
3. wget <link you just copied>
4. sudo dpkg -i <name of file u just downloaded>
5. sudo apt-get install -f
6. sudo service hhvm start
Edit: Don't worry when it errors out on step 4. that is expected. just continue to step 5.
(function ($) {
$.fn.stickyHeader = function (options) {
var $window = $(window);
var settings = $.extend({}, $.fn.stickyHeader.defaults, options);
return $(this).each(function () {
var $table = $(this),