Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am mdxp on github.
  • I am mariusducea (https://keybase.io/mariusducea) on keybase.
  • I have a public key whose fingerprint is 944F 9548 8BEA FECD 0546 6193 83E2 C464 8BE6 1296

To claim this, I am signing this object:

@mdxp
mdxp / Vagrantfile
Last active August 29, 2015 13:56
Vagrantfile
Vagrant.configure("2") do |config|
config.vm.hostname = "app-nginx"
config.vm.network :private_network, ip: "33.33.33.12"
config.vm.box = "opscode-debian-7.2.0"
config.vm.box_url = "http://opscode-vm-bento.s3.amazonaws.com/vagrant/virtualbox/opscode_debian-7.2.0_chef-provisionerless.box"
config.omnibus.chef_version = :latest
@mdxp
mdxp / disqus.html
Created November 13, 2012 18:09
source/_includes/disqus.html
...
var disqus_identifier = '{{ site.url }}{{ page.url }}';
var disqus_url = '{{ site.url }}{{ page.url }}';
var disqus_script = 'embed.js';
...
chef-client -l debug
INFO: Starting Chef Run
DEBUG: Loading plugin os
DEBUG: Loading plugin ruby
DEBUG: Loading plugin languages
DEBUG: Loading plugin kernel
DEBUG: ---- Begin uname -s STDOUT ----
DEBUG: Linux
DEBUG: ---- End uname -s STDOUT ----
DEBUG: ---- Begin uname -s STDERR ----
{
"dmi": {
"bios": {
"version": "VirtualBox",
"vendor": "innotek GmbH",
"release_date": "12\/01\/2006"
},
"baseboard": {
},