I hereby claim:
- I am pilasguru on github.
- I am pilasguru (https://keybase.io/pilasguru) on keybase.
- I have a public key whose fingerprint is FCE6 6FC5 849D A0F6 E30D D1FC A33C 4E64 23B5 BE7B
To claim this, I am signing this object:
first second third fourth |
#!/bin/sh | |
############################################################################## | |
# application name: dnsactual | |
# other files: dnsactual.conf (keeps the last updated ip) | |
# dnsactual.log (register date & time of the actualization) | |
# Modified by: Rodolfo Pilas <[email protected]> | |
# Original Author: Ernest Danton - Date: 01/29/2007 | |
############################################################################## | |
################# |
#!/bin/bash | |
user_name="$1" | |
echo "Removing user: ${user_name}" | |
echo "Deleting Access Keys:" | |
keys=("$(aws iam list-access-keys --user-name "${user_name}" | jq -r '.AccessKeyMetadata[] | .AccessKeyId')") | |
if [[ "${#keys}" -gt "0" ]]; then | |
# shellcheck disable=SC2068 |
I hereby claim:
To claim this, I am signing this object:
check host mailserver.localdomain with address 192.168.0.25 | |
if failed host mailserver.localdomain port 25 | |
expect "^220.*\r\n" | |
send "EHLO monitor.localdomain\r\n" | |
expect "^250.*\r\n" | |
send "QUIT\r\n" | |
expect "^221.*\r\n" | |
then alert | |
alert [email protected] | |