I hereby claim:
- I am m4rcu5nl on github.
- I am m4rcu5 (https://keybase.io/m4rcu5) on keybase.
- I have a public key ASCdBcwUwjTBj3cLrDoHxMgY1fCmzgKXVbstFTiKZLkxGAo
To claim this, I am signing this object:
| #!/bin/bash | |
| # Does a host lookup of specified record type for given hostname(s). | |
| # Accepts single hostnames or a file containing a list of hostnames. | |
| # The optional 3rd parameter (expected value) gives a colored output | |
| # for fast and easy visual analyzing. | |
| # Usage: ./dnscheck [RECORD TYPE] [INPUT(FILE)] ('expected value') | |
| EXPECTED="$3" |
I hereby claim:
To claim this, I am signing this object:
| #!/bin/bash | |
| # Wrapper script for Kinston DataTraveler Vault Privacy 3.0 | |
| function errecho(){ | |
| (>&2 echo "${@}"); | |
| } | |
| function usage(){ | |
| echo -e "Usage:\n\tksdtvp (login|logout|initialize|forgotpass|about)" | |
| } |
| #!/usr/bin/env bash | |
| # Prototype | |
| # | |
| # VirtualBoxSSH | |
| # Makes ssh-ing in to my VirtualBox VMs piss easy. Only works | |
| # with VMs that have the GuestAdditions installed. | |
| # | |
| # Usage: vbssh [user@]exact-name-of-guest | |
| # (if no user defined user running the script will be used) |