zingo


Member since 06/17/2007

zingo

Location: Berlin/Germany

17 snippets

6839 profile views

4 Comment(s) Posted

View their favorites

Profile

Achievement

first submission:submitting first snipplet popular snippet:having a snipplet with 20 favorites

zingo's Recent Bash Snippets



« Prev 1 Next »
Get a list of providers for DTrace that OSX supports. (DTrace is a probe/profiling tool created by Sun that came with Mac OS X starting with Leopard.)
0 771 posted 12 years ago by zingo
grep through all history from within a Subversion working directory, like: $ svngrep SecItemCopyMatching *
0 694 posted 14 years ago by zingo
Put this into your ~/.bashrc script and you should see the Git/SVN status in your prompt if your working directory is a sandbox.
0 844 posted 14 years ago by zingo
Place this in your ~/.bash_profile then type tab in your terminal window to see some magic happen.
0 650 posted 15 years ago by zingo
0 680 posted 15 years ago by zingo
Recursively SVN rename (move) all thtml-files to ctp-files . Fires this up in CakePHPs /views path.
0 831 posted 15 years ago by zingo
recover to normal speed with /sbin/ipfw delete 100 /sbin/ipfw delete 200 ... or reboot
0 751 posted 16 years ago by zingo
0 744 posted 16 years ago by zingo
0 715 posted 16 years ago by zingo
2 729 posted 16 years ago by zingo
If you set the NSObjCMessageLoggingEnabled environment variable to "YES", the Objective-C runtime will log all dispatched Objective-C messages to a file named /tmp/msgSends-.
0 611 posted 16 years ago by zingo
List the current version and installation date of every application on a OS X system, using of Spotlight.
1 532 posted 16 years ago by zingo
for .bashrc, a function that cd's to a directory and lists the contents it takes ls arguments and a directory. for example, cl goes to home dir and lists contents. cl -l goes to ~/ and long lists contents. and cl -lrt public_html shows the contents o...
0 568 posted 16 years ago by zingo
updates (svn up) a working copy and displays the changes
4 672 posted 16 years ago by zingo
« Prev 1 Next »