pureconception-blog
pureconception-blog
Chris McGrath
7 posts
my things.
Don't wanna be here? Send us removal request.
pureconception-blog · 12 years ago
Photo
Tumblr media
402 notes · View notes
pureconception-blog · 12 years ago
Photo
Tumblr media
0 notes
pureconception-blog · 12 years ago
Photo
Tumblr media
0 notes
pureconception-blog · 13 years ago
Photo
Tumblr media
662K notes · View notes
pureconception-blog · 13 years ago
Text
When someone says they don't need to drink to have fun
1K notes · View notes
pureconception-blog · 14 years ago
Text
Installing wkhtmltopdf on Ubuntu 10.04 Server for PDFKit
install dependencies
apt-get install xvfb
cd
cd /usr/bin
download
curl -C - -O http://wkhtmltopdf.googlecode.com/files/wkhtmltopdf-0.9.9-static-amd64.tar.bz2
tar -xvjf wkhtmltopdf-0.9.9-static-amd64.tar.bz2
rename
mv wkhtmltopdf-amd64 wkhtmltopdf
create sym link if PDFKit isn't looking in /usr/bin. my case /bin
cd /bin && ln -s /usr/bin/wkhtmltopdf wkhtmltopdf
thanks to http://blog.structuralartistry.com/post/2327213260/installing-wkhtmltopdf-on-ubuntu-server
0 notes
pureconception-blog · 14 years ago
Text
Updating Passenger prefPane for OS X Lion
clone passengerpane
git clone https://github.com/Fingertips/passengerpane.git
cd
cd passengerpane
build
xcodebuild
open finder to build/Release
open Passenger.prefPane
20 notes · View notes