Skip to content

Instantly share code, notes, and snippets.

@vspy
vspy / winexe.patch
Created October 18, 2011 07:06
winexe1.00 mac os x patch
diff -Naur winexe-1.00-orig/source4/winexe/winexe.h winexe-1.00/source4/winexe/winexe.h
--- winexe-1.00-orig/source4/winexe/winexe.h 2011-06-18 00:00:00.000000000 +0000
+++ winexe-1.00/source4/winexe/winexe.h 2011-06-18 00:00:00.000000000 +0000
@@ -63,7 +63,7 @@
int async_write(struct async_context *c, const void *buf, int len);
int async_close(struct async_context *c);
-struct tevent_context *ev_ctx;
+extern struct tevent_context *ev_ctx;
@vspy
vspy / gist:5022685
Created February 24, 2013 05:03
install elasticsearch-analysis-morphology plugin
plugin -install elasticsearch-analysis-morphology -url http://dl.dropbox.com/u/1340744/elasticsearch-analysis-morphology-1.0.0-SNAPSHOT.zip