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
August 2008
2 posts
3 tags
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...
April 2008
3 posts
less verbose, more consise
– Geoffrey Grosenbach
If you lend someone $20 and never see that person again, it was probably worth...
– My Karma Blog » Blog Archive » Zen Sarcasm
Copy file to stdout, pipe to clipboard
cat file | pbcopy
March 2008
2 posts
Would God be worthy to be worshipped, would you give your whole life to seeking...
– Dave Stockton