September 2008
1 post
1 tag
With a local only git repo, push to empty remote...
Assuming you’ve already been working on your project locally and there’s no origin repo that you cloned from, rather than zip it and then unzip it on your server, create an empty repo on the server and push to it. $ cd my_local_repo $ git remote add origin remote_server:/remote/path/on/server.git $ git push origin master
Sep 4th
August 2008
2 posts
3 tags
Aug 27th
3 tags
Installing Passenger on OS X Leopard
$ sudo gem install passenger $ sudo passenger-install-apache2-module and then… -------------------------------------------- The Apache 2 module was successfully installed. Please edit your Apache configuration file, and add these lines: LoadModule passenger_module /usr/local/lib/ruby/gems/1.8/gems/passenger-2.0.3/ext/apache2/mod_passenger.so PassengerRoot...
Aug 27th
April 2008
3 posts
“less verbose, more consise”
– Geoffrey Grosenbach
Apr 10th
“If you lend someone $20 and never see that person again, it was probably worth...”
– My Karma Blog  » Blog Archive  » Zen Sarcasm
Apr 5th
Copy file to stdout, pipe to clipboard
cat file | pbcopy
Apr 3rd
March 2008
2 posts
“Would God be worthy to be worshipped, would you give your whole life to seeking...”
– Dave Stockton
Mar 12th
Mar 8th