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 
        
        
            1142 
        
                    posted 17 years ago by cczona
            Forces a recalcitrant port to install by *uninstalling* it completely first
        
        
        
            0 
        
        
            844 
        
                    posted 17 years ago by cczona
            //for options available, see:
http://www.ss64.com/bash/shopt.html
        
        
        
            1 
        
        
            1357 
        
                    posted 17 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 
        
        
            1668 
        
                    posted 17 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 
        
        
            1074 
        
                    posted 17 years ago by cczona