Skip to content

Instantly share code, notes, and snippets.

@mxriverlynn
mxriverlynn / manualcall.js
Created December 15, 2011 14:14
search with backbone collections
var results = new SearchResults();
results.searchTerm = "some search term";
results.fetch({
success: someView.showTheResults
});
@shpedoikal
shpedoikal / ubuntu-netflow-dns-log.ks
Created June 21, 2015 17:16
Ubuntu kickstart script for SiLK netflow collection and dns logging
#
# Kickstart an Ubuntu image
# - 2 network interfaces, and internal and external
# - forward all traffic from internal -> external
# - Log all traffic using the SiLK netflow package to /data
# - Log all DNS traffic as pcaps in /var/log/ulogd
# - Backup all netflow and dns to an external server
#
# Before using this kickstart script, search and replace 'kyoder' with your username
#