- Group Aliases (/etc/postfix/aliases)
- need to notify postalias, postfix reload
- rebuild-groupaliases.pl
- Valid Recipients (/etc/postfix/local_recipients)
- need to notify postmap, postfix reload
- extract_valid_recipients.pl
- Alias mappings (script: rebuild-maps.pl; all postmap, postfix reload)
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
{ | |
"Version": "2012-10-17", | |
"Statement": [ | |
{ | |
"Sid": "statement1", | |
"Effect": "Allow", | |
"Action": [ | |
"s3:Put*", | |
"s3:Get*", | |
"s3:List*", |
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
--- | |
- hosts: localhost | |
connection: local | |
gather_facts: no | |
vars: | |
region: us-east-1 | |
instance_type: t1.micro | |
ami: ami-d85e75b0 | |
sg: sg-my-security-group | |
tasks: |
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
--- | |
- hosts: localhost | |
connection: local | |
gather_facts: no | |
vars: | |
region: us-east-1 | |
route_prefix: /32 | |
tasks: | |
- command: curl --silent --fail http://checkip.amazonaws.com/ | |
register: external_ip |
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
rommon #1> confreg | |
Current Configuration Register: 0x00000000 | |
Configuration Summary: | |
boot ROMMON | |
Do you wish to change this configuration? y/n [n]: y | |
enable boot to ROMMON prompt? y/n [n]: | |
enable TFTP netboot? y/n [n]: | |
enable Flash boot? y/n [n]: | |
select specific Flash image index? y/n [n]: | |
disable system configuration? y/n [n]: y |
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
#!/usr/bin/perl -w | |
############################################################################### | |
#This script will open a file containing a list of # | |
##addresses, use the addresses to build a postscript file, # | |
##and send that file to a printer. # | |
############################################################################### | |
# Licensed under the Apache License, Version 2.0 (the "License"), # | |
# For any questions regarding the license of this software, please refer to # | |
# the actual license at http://www.apache.org/licenses/LICENSE-2.0.txt. # |
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 | |
############################################################################### | |
# This shell script can be used to print Avery # | |
# address labels. # | |
############################################################################### | |
# Licensed under the Apache License, Version 2.0 (the "License"), # | |
# For any questions regarding the license of this software, please refer to # | |
# the actual license at http://www.apache.org/licenses/LICENSE-2.0.txt. # | |
############################################################################### |
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
#!/usr/bin/perl -w | |
############################################################################### | |
# This script is responsible for making a secure connection via SSH to # | |
# server1 and executing the command ls. # | |
# This script is also responsible for making a secure connection via SSH to # | |
# server1 and then SCP the file test.t # | |
############################################################################### | |
# Written by Gerald L. Hevener Jr., M.S. # | |
############################################################################### | |
# Licensed under the Apache License, Version 2.0 (the "License"), # |
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
wget --no-cookies --header "Cookie: gpw_e24=http%eA%2F%2Fwww.oracle.com" "http://download.oracle.com/otn-pub/java/jdk/6u37-b06/jdk-6u37-linux-x64.bin" |