This file contains 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
<?php | |
/* Enter your OKAPI's URL here. */ | |
$okapi_base_url = "https://opencaching.pl/okapi/"; | |
/* Enter your Consumer Key here. */ | |
$consumer_key = "YOUR_KEY_HERE"; | |
/* Caches found by this user will be EXCLUDED from the result. */ | |
$username = "USERNAME_HERE"; |
This file contains 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 | |
# If you got false positives, try a higher value | |
BOGOTHRESH=1500 | |
# Defines how much unsoliced incoming udp is accepted | |
BOGOIGRESS=20 | |
# Note: for mail alarm, you need "ssmtp" installed and configured. | |
# Example /etc/ssmtp/ssmtp.conf (debian/ubuntu) for GMX needs: |