curl ifconfig.co
curl icanhazip.com
curl ifconfig.me
curl ipv4.ipogre.com
curl http://smart-ip.net/myip
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
| #!/bin/bash | |
| # | |
| # Check all databases/tables in mysql for disabled keys. | |
| # | |
| MYSQL="mysql -uUSER -pPASS" | |
| dbs=$(echo "show databases" | $MYSQL -N) | |
| for db in $dbs; do |
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
| " vim-bootstrap | |
| "***************************************************************************** | |
| "" Vim-PLug core | |
| "***************************************************************************** | |
| let vimplug_exists=expand('~/.vim/autoload/plug.vim') | |
| let g:vim_bootstrap_langs = "c,go,html,javascript,perl,php,python,ruby" | |
| let g:vim_bootstrap_editor = "vim" " nvim or vim |