search for: ewildgoose

Displaying 2 results from an estimated 2 matches for "ewildgoose".

Did you mean: wildgoose
2009 Sep 01
0
script/plugin install vs git submodule add
...ecific to subversion. It doesn''t work with git. Finally, for anybody who stumbles across this post in the future, I believe that the equivalent to the "-r" option for script/plugin install is "-b" for git submodules add. e.g. $ script/plugin install git://github.com/ewildgoose/render_component.git -r rails-2.3 becomes $ git submodule add -b rails-2.3 git://github.com/ewildgoose/render_component.git vendor/plugins/render_component --wpd
2012 Nov 01
1
New L7 Filter option for netfilter
...ayer 7 (L7) packet identification library. It could definitely benefit from more eyes and development effort, but at present it gives much better breakdown of traffic for ntop There is a netfilter library, originally by Elian Gidoni, that I have updated to use the nDPI fork https://github.com/ewildgoose/ndpi-netfilter The practical upshot is that you can do stuff like: iptables -I FORWARD -m ndpi --WinUpdate -j LOG or iptables -I FORWARD -m ndpi --skype -j REJECT In theory you can also filter Facebook, Twitter, etc, as specific named protocols - this ability is likely to be improve...