Skip to content

Instantly share code, notes, and snippets.

View raoulwegat's full-sized avatar

Raoul Wegat raoulwegat

View GitHub Profile
@raoulwegat
raoulwegat / gist:0b4ad458f2c74f4c0723
Created March 24, 2015 03:18
Bulk edit apache config ports
sudo find . -type f -print0 | sudo xargs -0 sed -i 's/:8080/:80/g'
@raoulwegat
raoulwegat / gist:93be8af56bb4cc062073
Created March 20, 2015 23:22
Varnish4 on Ubuntu 14 startup runlevel priorities
sudo update-rc.d varnish defaults 91 9
@raoulwegat
raoulwegat / gist:ded7ec7892e017b6d3c5
Created March 19, 2015 01:51
Wordpress RICG Responsive Images + Advanced Custom Fields in a Gallery + Cycle2
// Responsive Slideshow in Wordpress
// https://github.com/ResponsiveImagesCG/wp-tevko-responsive-images
// http://www.advancedcustomfields.com/pro
// http://jquery.malsup.com/cycle2/
$images = get_field('gallery');
if( $images ): ?>
<div class="cycle-slideshow"