@xcombinator
- I realize there are a million already, but I created another git cheatsheet: http://bit.ly/bfAKlZ 2010/09/01
-
Recent Posts
Recent Comments
- ActiveRecord from_json and from_xml (5)
- Terence: Dude, you are the bomb. Thanks for your fix. Helped us out heaps.
- djb daemontools with Ubuntu’s upstart (2)
- sorcess: such config may lead to data loss… consider above configuration with this little change start on...
- Mac OS X color showing ESC[whatever for git-diff colors (and more) (15)
- automate installing tripwire using expect (1)
- Trey Henefield: I came across this as useful. But I found an even easier solution. There is an option that disables...
- ActiveRecord from_json and from_xml (5)
Categories
- bookmarks (2)
- cascading (2)
- code (2)
- crawling (2)
- deployment (6)
- ec2 (3)
- erlang (2)
- gems (3)
- git (7)
- hadoop (3)
- java (1)
- merb (1)
- music (1)
- osx (2)
- poolparty (3)
- processing (1)
- programming (50)
- rails (11)
- ruby (21)
- scalability (5)
- shell (8)
- sysadmin (16)
- tips (13)
- Uncategorized (3)
- useless (1)
Archives
Pages
Blogroll
Category Archives: tips
tweet twitter util – cli feedback on tweet length
One of the nice things about the Twitter web-interface is that it gives you feedback on the number of characters you’ve typed so far.
Since I use the command-line twitter gem (by John Nunemaker) I miss out on this feature and find myself using echo and wc to make sure I’m not over the limit.
To [...]
Also posted in ruby, shell Leave a comment
cp a symlink to multiple directories
Today I wanted to copy a symlink to many different directories. So I tried the following:
for f in `find . -regex ''.*cp.*snippets''` ; do cp bbb.html $f/ ; done
Which returned:
cp: cannot stat `bbb.html': No such file or directory
bbb.html is a symlink and the default behavior of cp (I think) is to try and copy the [...]
Also posted in osx, shell, sysadmin Leave a comment

adding macruby to multiruby versions