Skip to content

Instantly share code, notes, and snippets.

@h3xxx
Created November 9, 2014 20:51
Show Gist options
  • Save h3xxx/c3808d2941f8d7e0e813 to your computer and use it in GitHub Desktop.
Save h3xxx/c3808d2941f8d7e0e813 to your computer and use it in GitHub Desktop.
unix scraps
Is the internets on fire due to FOSS bugs? Try
host -t txt istheinternetonfire.com
dig +short -t txt istheinternetonfire.com
May be add to your bash/ksh/zsh startup file?
echo '*** BUG Watch * ' >> ~/.bash_profile
echo 'dig +short -t txt istheinternetonfire.com ' >> ~/.bash_profile
echo '*** *** * * * * ' >> ~/.bash_profile
echo -e '*** BUG Watch ***\n'
dig +short -t txt istheinternetonfire.com
echo -e '*********\n'
----------------------------
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment