Skip to content

Instantly share code, notes, and snippets.

View metaxis's full-sized avatar
💭
FMFMS

Aaron Peterson metaxis

💭
FMFMS
View GitHub Profile
@metaxis
metaxis / ipmi-setup.sh
Created September 7, 2018 18:55 — forked from FlorianHeigl/ipmi-setup.sh
script for ipmi setup
#!/usr/bin/env bash
# Base ipmi access setup script to be run from BMC
set -u
tgtip=xxx.xxx.xxx.xxx
tgtnet=$(echo $tgtip | cut -f1-3 -d\.)
# intel S2600: 2
# supermicro: 0
@metaxis
metaxis / org-syntax-cheatsheet.org
Last active December 13, 2015 21:18 — forked from wdkrnls/org-syntax-cheatsheet.org
org-mode syntax markup

Markup Cheat sheet for Org-mode

Heading 1

Heading 2: Set a deadline and a schedule

[66%] Heading 3: a list with checkboxes

  1. [X] task 1
  2. [X] task 2
  3. [ ] task 3
@metaxis
metaxis / gist:741641
Created December 15, 2010 04:42 — forked from botchagalupe/gist:670599
cookbook lab 2: haproxy

Chef Fundamentals Labs

Lab 4 Create a Web Server cookbook

Exercise 1 - Create a new cookbook called webserver and launch new web servers on EC2

a. Create a new cookbook called webserver

Use knife cookbook --help to figure out how to create new cookbook. Also refer to the student guide for examples

@metaxis
metaxis / gist:732787
Created December 8, 2010 02:06 — forked from botchagalupe/gist:670599
knife lab

Chef Fundamentals Labs

Knife lab

Knife Fu

Exercise 1 - Getting familiar with the knife command

__ Issue the following commands and understand the output.__

@metaxis
metaxis / gist:729867
Created December 6, 2010 04:32 — forked from botchagalupe/gist:721028
student knife workstation setup

Setup a Student Chef Client on Ubuntu

ssh ubuntu@<IP Supplied by the Instructor>  (password opstrain_0150)

mkdir -p ~/chef-repo/.chef

From your Client box copy your Key and config files

scp *.pem ubuntu@ec2-?????.com:~

scp .pem ubuntu@ec2-?????.com:~