Skip to content

Instantly share code, notes, and snippets.

@kenperkins
kenperkins / turkey.md
Created November 26, 2020 17:05
Roast Turkey

Alternate Cooking Mode

Convection Roast Mode: (with turkey that is not brined)

If you don't have time to brine your turkey it is recommended to use CONVECTION ROAST mode.

Preheat Wolf oven in CONVECTION ROAST at 300°F (149°C). Rinse turkey with cold water and pat dry with paper toweling. Mix together butter and herbs and gently tuck under the skin over the turkey breast. Place turkey, breast side up, on a roasting rack on the roasting pan. Insert temperature probe into the turkey thigh and set for 180°F (82°C). Roast until temperature probe chimes the temperature has been reached. Remove the probe and insert it into the other thigh to double check the internal temperature has reached 180°F. Remove turkey from oven and allow to rest uncovered for 30 minutes to 1 hour.

Cooking time in CONVECTION ROAST mode will be approximately 10-15 minutes per pound, though the actual time depends on many variables, including the weight and temperature of the turkey before cooking.

@kenperkins
kenperkins / push-pull.sh
Created June 26, 2019 15:44
Push Pull images to public/private registry
#!/bin/bash
# sample exectuion
# csvFile=images.csv ./push-pull.sh | tee output.log
# content should be in the format of sourcepath,containername,containerversion
# if sourcepath is empty, i.e. redis:1.2.3 it should be ,redis,1.2.3
# You'll need to docker login to your upstream with admin credentials if there are
# any new containers in the list
  • 5 slices bacon
  • 1 pound chicken breasts (2 each), sliced
  • Salt and pepper, to taste
  • 2 ­½ teaspoons Italian seasoning
  • 1 ­½ teaspoons smoked paprika
  • ½ teaspoon red chili flakes
  • 5 ounces baby spinach
  • 4 to ­5 small tomatoes, diced
  • 5 cloves garlic, minced
  • 1 ­½ cups heavy cream
@kenperkins
kenperkins / .bash_profile
Created June 12, 2015 16:07
Ken's .bash_profile
# Path Fixup
export PATH="/usr/local/git/bin:/usr/local/bin:/Applications/WebStorm.app/Contents/MacOS:$PATH"
# Shell colors
export CLICOLOR=1
export LSCOLORS=ExFxCxDxBxegedabagacad
# Aliases
alias ll='ls -la'
alias json='python -mjson.tool'
@kenperkins
kenperkins / data.md
Last active August 29, 2015 14:16
setHeader issue with node 0.12 and io.js 1.3.0
- name: General | Create authorized_keys for {{ server_user }}
authorized_key: user="{{ server_user }}" key="{{ lookup('file', '/tmp/' + item + '.keys') }}"
with_items: ssh_users
tags: user
- name: General | Create authorized_keys for {{ staging_user }}
authorized_key: user="{{ staging_user }}" key="{{ lookup('file', '/tmp/' + item + '.keys') }}"
with_items: ssh_users
tags: user
@kenperkins
kenperkins / job.md
Last active August 29, 2015 14:15
Senior Full Stack Dev

We’re looking for a full-stack developer ready to help us build the next platform for Developer Experience at Rackspace. We need a leader to drive engineering decisions for the front and back-end, as well as implement significant portions of our Developer Portal. Working effectively as a remote employee in a collaborative environment, especially on open-source software, is an absolute must-have skill.

The Developer Experience team is focused on making the end-to-end experience for developers on the Rackspace Cloud awesome. From community & outreach to docs, tools & SDKs, our team is on the front lines for engaging with developers who are building modern cloud applications.

Ideal candidates should have experience with contemporary front-end frameworks, including but not limited to Ember, React, Angular and Backbone. Additionally, candidates should have experience with back-end frameworks for building modern web applications. Representative examples might include Python a

@kenperkins
kenperkins / cloud-config.yml
Last active August 29, 2015 14:07
coreos-cluster generated cloud-config
#cloud-config
coreos:
etcd:
discovery: "https://discovery.etcd.io/b3b602b06366954b02e07d66fc6e68fe"
fleet:
public-ip: $public_ipv4
metadata: "provider=rackspace,region=iad"
update:
reboot-strategy: etcd-lock
cluster-1413561694-01 ~ # systemctl list-dependencies rackspace-monitoring-agent.service
rackspace-monitoring-agent.service
● ├─system.slice
● └─basic.target
● ├─paths.target
● ├─slices.target
● │ ├─-.slice
● │ └─system.slice
● ├─sockets.target
● │ ├─dbus.socket
[Unit]
Description=App Redis Sidekick
Requires=docker.service
Requires=etcd.service
After=docker.service
After=etcd.service
After=app-redis.service
BindsTo=app-redis.service