Technical notes, my online memory
Friday, June 29, 2012
JAVA CA store on OS X
›
To get the list of CAs trusted by Java on OS X: keytool -v -list -keystore /System/Library/Java/Support/CoreDeploy.bundle/Contents/Home/lib...
Thursday, June 28, 2012
Ruby foo: flatten a hash into a string
›
Flatten a ruby hash into a string. In this case the comma is the key value delimiter and the semicolon is the entry delimiter. irb(main):0...
Tuesday, June 26, 2012
Ruby Dir.glob to provides some of the python os.walk functionality
›
The ruby Dir.glob command is pretty nice. It provides some of what os.walk provides for python and is a reasonable choice for working with...
Thursday, June 21, 2012
Ruby string manipulation: struct, split, join
›
Every time I write ruby it seems like I have to re-learn everything. To shortcut the process for next time here is a snippet that demonstra...
Thursday, June 14, 2012
Adjust log level of python logger in a library (pyactiveresource)
›
My logging was being polluted by pyactiveresource that was writing a lot of useless logs at the 'INFO' level. I wanted my own loggi...
Wednesday, June 6, 2012
Mac OS X pkg, bom files, package installation and utilities
›
List all installed packages: pkgutil --pkgs --volume / What files does this package install? pkgutil --files com.vmware.fusion Verify fi...
4 comments:
Gatekeeper, XProtect and the Quarantine attribute
›
Apps can opt-in to Gatekeeper and Xprotect protection by adding LSFileQuarantineEnabled to their Contents/Info.plist . This means that any ...
‹
›
Home
View web version