Skip to content

Instantly share code, notes, and snippets.

View shanepinnell's full-sized avatar
🏠
Working from home

Shane Pinnell shanepinnell

🏠
Working from home
View GitHub Profile
LABELONE�ZÛ LVM2 001u0GDKW2WMHeHwxfai7144HNYuRMi2h04 ððÖ1* LVM2 x[5A%r0N*>ð
‡þ(ó†ruby {
id = "de0VtB-hDCK-YDq3-dgK0-snRw-xWKC-idE380"
seqno = 1
status = ["RESIZEABLE", "READ", "WRITE"]
flags = []
extent_size = 8192
max_lv = 0
max_pv = 0
@shanepinnell
shanepinnell / Mailgun Code
Created March 10, 2013 04:46
Mailgun Error
irb(main):012:0>
irb(main):013:0* RestClient.post "https://api:#{API_KEY}@api.mailgun.net/v2/mailgun.net/messages",
irb(main):014:0* :from => "admin@ydmvitalsolutions.com",
irb(main):015:0* :to => 'shane.pinnell@gmail.com',
irb(main):016:0* :subject => "This is subject",
irb(main):017:0* :text => "Text body",
irb(main):018:0* :html => "<b>HTML</b> version of the body!"
RestClient::ResourceNotFound: 404 Resource Not Found: {
"message": "Domain not found: mailgun.net"
}