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
cd /etc/tripwire/ | |
# setup | |
tripwire-setup-keyfiles | |
tripwire --init | |
# remove 404s | |
tripwire --check | grep Filename | sed 's/ Filename: \(.*\)/\1/' > twpol.sh | |
sed -i 's/\//\\\//g' twpol.sh | |
sed -i 's/\./\\\./g' twpol.sh |
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
Dim $urlString = "http://ping.pushmon.com/ping/5f6090d6-714f-4f47-bc7a-5f878996ef57"; | |
InetGet($urlString, "~ping.tmp") | |
If @error <> 0 Then | |
; log error | |
EndIf |