This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var results = new SearchResults(); | |
results.searchTerm = "some search term"; | |
results.fetch({ | |
success: someView.showTheResults | |
}); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# | |
# 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 | |
# |