Profile
Achievement
cczona's Recent Snippets
- All /
You can turn off warnings for a section of your code by setting $VERBOSE to nil. Even better is to codify this in a method. Since this method takes a block as its parameter, you can now pass it arbitrary chunks of code to execute without warnings.
1
723
posted 16 years ago by cczona
Forces a recalcitrant port to install by *uninstalling* it completely first
0
503
posted 16 years ago by cczona
//for options available, see:
http://www.ss64.com/bash/shopt.html
1
850
posted 16 years ago by cczona
When Apache under OS X throws 'Forbidden' errors on files under the ~/Sites path, and the error log report 'Permission denied: access to /somefile/blah failed because search permissions are missing on a component of the path', check a missing Other E...
1
916
posted 16 years ago by cczona
To find out how much swap you are using at any given time.
If there's more than 1 swapfile you could benefit from more RAM.
0
673
posted 16 years ago by cczona