Skip to content

Instantly share code, notes, and snippets.

View mikeclarke's full-sized avatar

Mike Clarke mikeclarke

View GitHub Profile
@mikeclarke
mikeclarke / Acuity
Created December 12, 2010 21:55
Installing and running Acuity
easy_install -U pip
pip install -U virtualenv
cd /install/directory/location/
virtualenv --no-site-packages acuity
cd acuity/
source bin/activate
pip install django
pip install twisted
# Running the application
cd /install/directory/location/acuity/
@mikeclarke
mikeclarke / Install django mingus
Created December 12, 2010 22:00
Installing django-mingus
mkdir /opt/env/
chown django:django /opt/envs
su - django
cd /opt/env
virtualenv --no-site-packages django-mingus
pip install -E django-mingus/ psycopg2
source django-mingus/bin/activate
cd djagno-mingus
git clone git://github.com/montylounge/django-mingus.git
cd django-mingus/mingus
@mikeclarke
mikeclarke / SCM tools
Created December 12, 2010 22:01
Installing git and mercurial
-- Install git
cd ~/src
wget http://kernel.org/pub/software/scm/git/git-1.6.6.tar.gz
tar xzvf git-1.6.6.tar.gz
cd git-1.6.6
./configure
make
make install
-- Install mercurial
@mikeclarke
mikeclarke / Install python2.6 from source
Created December 12, 2010 22:05
Installing python2.6 from source
# Create a directory to store all the sources we will need to compile/install
mkdir ~/src
cd ~/src
wget http://www.python.org/ftp/python/2.6.4/Python-2.6.4.tgz
tar xzvf Python-2.6.4.tgz
cd Python-2.6.4
yum install apr-devel zlib-devel postfix mod_ssl openssl-devel sqlite sqlite-devel bzip2-devel
# These switches ensure python is compiled with threading, as a shared library, and reference zlib
./configure --with-threads --enable-shared --with-zlib=/usr/include
@mikeclarke
mikeclarke / Compile psycopg2
Created December 12, 2010 22:03
Compile psycopg2 from source
wget http://initd.org/pub/software/psycopg/psycopg2-2.0.13.tar.gz
yum install postgresql-devel
tar xzvf psycopg2-2.0.13.tar.gz
cd psycopg2-2.0.13
python2.6 setup.py build
python2.6 setup.py install
@mikeclarke
mikeclarke / sitemap-old.xml
Created December 12, 2010 22:18
Example old sitemap.xml
<url>
<loc>http://olddomain.com/2009/06/01/old-random--name.aspx</loc>
<changefreq>daily</changefreq>
</url>
@mikeclarke
mikeclarke / new-sitemap.xml
Created December 12, 2010 22:20
Example new sitemap.xml
<url>
<loc>http://newdomain.com/2009/06/old-random-name.html</loc>
<lastmod>2009-09-09T19:35:36-08:00</lastmod>
<changefreq>monthly</changefreq>
<priority>1.0</priority>
</url>
@mikeclarke
mikeclarke / .bash_history
Created October 28, 2011 18:21
Here's what happens when you set an awful default password for a simple username
ls
mkdir .ssh
chmod 600 .ssh/
cd ssh
vim .ssh/authorized_keys
cd .ssh/
ls
ls -al
chmod .ssh 700
chmod 700 .ssh
#!/bin/bash
#
# A git hook for automatically running commands
# based on the name of files modified in the
# previous changeset
#
# To install as a post-merge hook (on `git pull`):
# $ cp hook.sh .git/hooks/post-merge && chmod 755 $_
#
# To install as a post-checkout hook (changing branches):
@mikeclarke
mikeclarke / gist:2932816
Created June 14, 2012 20:41
VirtualBox / sshuttle kernel panic
Interval Since Last Panic Report: 1037400 sec
Panics Since Last Report: 5
Anonymous UUID: C0E2044C-7010-42EB-8653-592AF0EE242D
Thu Jun 14 13:39:49 2012
panic(cpu 0 caller 0xffffff80002c266d): Kernel trap at 0xffffff80003b5781, type 14=page fault, registers:
CR0: 0x000000008001003b, CR2: 0x000000000000017c, CR3: 0x0000000000100000, CR4: 0x00000000000206e0
RAX: 0x0000000000000000, RBX: 0x0000000000000000, RCX: 0x0000000000000130, RDX: 0xffffff80003b52e1
RSP: 0xffffff80e962ba00, RBP: 0xffffff80e962bc10, RSI: 0xffffff80e962bb0c, RDI: 0xffffff8020fa2a88
R8: 0x0000000000000000, R9: 0x0000000000000000, R10: 0x8000000000100000, R11: 0xffffff80002d8200