Skip to content

Instantly share code, notes, and snippets.

View hardyjohnson's full-sized avatar

Hardy Johnson hardyjohnson

View GitHub Profile

Keybase proof

I hereby claim:

  • I am hardyjohnson on github.
  • I am hardyjohnson (https://keybase.io/hardyjohnson) on keybase.
  • I have a public key ASCk-9bj9Fzj7CZvjR8zzRRqMttvG0DxC7lp9GTHevC1YQo

To claim this, I am signing this object:

@hardyjohnson
hardyjohnson / README.md
Last active March 15, 2017 00:07
Verify repo.magento.com packages manually

Via Curl

curl --user username:password https://repo.magento.com/packages.json > packages.json

Via HTTP request

Add the an HTTP Basic Authorization header with base64 of the username:password combo.

#!/usr/bin/env bash
# ---------------------------------------
# Virtual Machine Setup
# ---------------------------------------
# Adding multiverse sources.
cat > /etc/apt/sources.list.d/multiverse.list << EOF
deb http://archive.ubuntu.com/ubuntu trusty multiverse
deb http://archive.ubuntu.com/ubuntu trusty-updates multiverse