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 | |
| set -e | |
| VERSION="1.17.4" | |
| [ -z "$GOROOT" ] && GOROOT="$HOME/.go" | |
| [ -z "$GOPATH" ] && GOPATH="$HOME/go" | |
| OS="$(uname -s)" | |
| ARCH="$(uname -m)" |
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
| # Defaults for rkhunter automatic tasks | |
| # sourced by /etc/cron.*/rkhunter and /etc/apt/apt.conf.d/90rkhunter | |
| # | |
| # This is a POSIX shell fragment | |
| # | |
| # Set this to yes to enable rkhunter daily runs | |
| # (default: false) | |
| CRON_DAILY_RUN="true" |
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
| # | |
| # WARNING: heavily refactored in 0.9.0 release. Please review and | |
| # customize settings for your setup. | |
| # | |
| # Changes: in most of the cases you should not modify this | |
| # file, but provide customizations in jail.local file, | |
| # or separate .conf files under jail.d/ directory, e.g.: | |
| # | |
| # HOW TO ACTIVATE JAILS: | |
| # |
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
| # source : http://code.google.com/p/natvpn/source/browse/trunk/stun_server_list | |
| # A list of available STUN server. | |
| stun.l.google.com:19302 | |
| stun1.l.google.com:19302 | |
| stun2.l.google.com:19302 | |
| stun3.l.google.com:19302 | |
| stun4.l.google.com:19302 | |
| stun01.sipphone.com | |
| stun.ekiga.net |