Skip to content

Instantly share code, notes, and snippets.

View kometchtech's full-sized avatar
🏠
Working from home

kometchtech kometchtech

🏠
Working from home
View GitHub Profile
@kometchtech
kometchtech / dnsperf_install.sh
Last active November 30, 2018 14:42 — forked from hanshasselberg/dnsperf_install.sh
Install dnsperf on ubuntu 16.04
#!/bin/bash
# Installing related packages
sudo apt-get install -y bind9utils libbind-dev libkrb5-dev libssl-dev libcap-dev libxml2-dev
# Download query sample file
curl -LO ftp://ftp.nominum.com/pub/nominum/dnsperf/data/queryfile-example-current.gz$
# Download dnsperf source file
curl ftp://ftp.nominum.com/pub/nominum/dnsperf/2.1.0.0/dnsperf-src-2.1.0.0-1.tar.gz -O
# Extracting files
tar xfvz dnsperf-src-2.1.0.0-1.tar.gz