Skip to content

Instantly share code, notes, and snippets.

View ChristinaMeno's full-sized avatar
😎

Christina Meno ChristinaMeno

😎
  • RedHat
  • San Diego
View GitHub Profile
@ChristinaMeno
ChristinaMeno / Salt keys
Last active January 4, 2016 20:29
/api/v2/key?format=json
[{"id": "figment001.imagination.com", "status": "rejected"}, {"id": "figment002.imagination.com", "status": "pre"}, {"id": "ubuntu", "status": "pre"}, {"id": "figment000.imagination.com", "status": "accepted"}]
diff --git a/vagrant/devmode/salt/roots/virtualenv.sls b/vagrant/devmode/salt/ro
index 2f73d6a..89efcd7 100644
--- a/vagrant/devmode/salt/roots/virtualenv.sls
+++ b/vagrant/devmode/salt/roots/virtualenv.sls
@@ -28,10 +28,10 @@ carbon:
- install_options:
- "--prefix=/home/vagrant/calamari/env"
- "--install-lib=/home/vagrant/calamari/env/lib/python2.7/site-packages"
- require:
- # Carbon inserts its packages into twisted's folders so it only works
don't call it certification!!!
acheivement unlock
hidden acheivments
randomize rewards
typing speed capture the flag?
jira as input to accomplishments
Velocity Conference 2012
DAY 1, Monday
2012-02-07 01:13:57,802 - django.request - ERROR - Internal Server Error: /lsp/
Traceback (most recent call last):
File "/services/django/vm24/storyville/vm24/lib/python2.6/site-packages/django/core/handlers/base.py", line 111, in get_response
response = callback(request, *callback_args, **callback_kwargs)
File "/services/django/vm24/storyville/2012-01-31-11-25-40/src/storyville/medley/playlist/views.py", line 149, in history
RequestContext(request))
File "/services/django/vm24/storyville/vm24/lib/python2.6/site-packages/django/shortcuts/__init__.py", line 20, in render_to_response
return HttpResponse(loader.render_to_string(*args, **kwargs), **httpresponse_kwargs)
File "/services/django/vm24/storyville/vm24/lib/python2.6/site-packages/django/template/loader.py", line 188, in render_to_string
return t.render(context_instance)
diff --git a/lib/med/db.d/ctl b/lib/med/db.d/ctl
index 07f26ec..39cfa79 100755
--- a/lib/med/db.d/ctl
+++ b/lib/med/db.d/ctl
@@ -1,6 +1,6 @@
#!/bin/sh
# Description: find the right version of pg_ctl and run it
set -e
-pg_ctl=`pg_config --bindir`/pg_ctl
+pg_ctl=`/usr/lib/postgresql/9.0/bin/pg_config --bindir`/pg_ctl
<!-- Begin Cox Digital Solutions tag for "Leaderboard" Ad Space (728x90) ID #1000007413807 -->
<script type="text/javascript">
sr_adspace_id = 1000007413807;
sr_adspace_width = 728;
sr_adspace_height = 90;
sr_ad_new_window = true;
sr_adspace_type = "graphic";
sr_k1 = "";
sr_k2 = "";
@ChristinaMeno
ChristinaMeno / gist:1347840
Created November 8, 2011 14:21
I need LVM again dang
sudo pvs
sudo lvscan
#if the volgrp is not avail do this
sudo lvchange -a y <volgroup>
sudo mount /dev/ubuntu/root /mnt
diff --git a/medley/medley_ads/tests/test_bulkadload.py b/medley/medley_ads/tests/test_bulkadload.py
index dc2ccb5..5272ea6 100644
--- a/medley/medley_ads/tests/test_bulkadload.py
+++ b/medley/medley_ads/tests/test_bulkadload.py
@@ -2,6 +2,7 @@
Tests for the bulk_ad_load view and new adt_tag
"""
import httplib2
+from datetime import datetime, timedelta
@ChristinaMeno
ChristinaMeno / gist:1118635
Created August 1, 2011 17:55
load_prod_schema_crap
#for jellydoughnut
git checkout prod_schema
unset CMG_LOCAL_VIRTUALENV_VERSION
source three_venv.sh
#activate your VE
load_prod_schema
#for storyville
git checkout crap_fixture
django-admin.py loaddata category_taxonomy.json