I hereby claim:
- I am joerocklin on github.
- I am joerocklin (https://keybase.io/joerocklin) on keybase.
- I have a public key whose fingerprint is B1D2 344E A7F8 8F09 EB23 F896 789A CCDC B783 B3CB
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
#!/bin/bash | |
# This checks which ports haproxy currently is listening on, temporarily drops SYN packets | |
# to prevent new connections, reloads haproxy, then allows SYNs again. | |
# | |
# Based on info from here: | |
# * https://github.com/aws/opsworks-cookbooks/pull/40 | |
# * http://www.mail-archive.com/[email protected]/msg06885.html | |
#set -x |
# Set the GOPATH directory for this user | |
Write-Output "Setting $pwd as GOPATH user environment variable" | |
[Environment]::SetEnvironmentVariable("GOPATH",$pwd,"User") | |
$Env:GOPATH = $pwd | |
# Update the user's PATH to include the bin directory underneath GOPATH | |
$goBinPath = Join-Path $pwd 'bin' | |
if ($([Environment]::GetEnvironmentVariable("Path","User")).ToLower().Contains($($goBinPath).ToLower()) -eq $false ) { | |
Write-Output "Adding $goBinPath to User Path" | |
[Environment]::SetEnvironmentVariable("Path","$goBinPath;$Env:Path","User") |
apiVersion: service-operator.aws/v1alpha1 | |
kind: CloudFormationTemplate | |
metadata: | |
name: s3bucket | |
namespace: aws-service-operator | |
data: | |
key: s3bucket.yaml | |
template: | | |
AWSTemplateFormatVersion: 2010-09-09 | |
Description: 'AWS Operator - Amazon S3 Bucket' |
Imagine a world where UPS needs to implement a bootcamp program similar to the US Navy Seals in order to select new drivers. Describe the process of a recruit going through selection. You decide if they make the cut to wear the illustrious brown uniform.
In this hypothetical world, UPS has decided to implement a rigorous bootcamp program for selecting new drivers, similar to the US Navy Seals. The goal is to ensure that only the best candidates make it through the selection process and earn the right to wear the illustrious brown uniform.
The selection process for the UPS driver bootcamp program is as follows:
Application and Screening: Prospective candidates submit an application online, which includes basic information such as their name, contact information, and work experience. The application also includes a series of questions designed to assess the candidate's aptitude and fitness for the program.
Physical Fitness Test: Candidates who pass the initial screening are then invited to take a ph