Created
November 9, 2014 20:51
-
-
Save h3xxx/c3808d2941f8d7e0e813 to your computer and use it in GitHub Desktop.
unix scraps
This file contains hidden or 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
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