MacOS QuckLook Plugin for Java class
Quick Look at Java classes!
This Quick Look plugin allows you to decompile Java class and look at the content.
…
Chef resources failing with wrong constant name
When trying to add a custom resource, no matter what, I always got a wrong constant name error, for example:
resolving cookbooks for run list: ["01_test-cookbook"] Synchronizing Cookbooks: - test-cookbook (0.1.0) Installing Cookbook Gems: Compiling Cookbooks... ================================================================================ Recipe Compile Error…
Prevent Mac hidden files being written to a shared storage
MacOS tends to trash mounted disks with number of useless hidden files (e.g. ._* or .DS_Store ). There were number of recipes in the Internet, some of them were working at some of time but are not anymore.
Below notes …
Oracle 12c 32-bit client and direct GOT relocation R_386_GOT32 against `lxecerr’
Edit 12/09/2018
As Ivan commented below:
with binutils release 27.28 it seems to be solved.
But see the workaround below in case it’s not…
When trying to install Oracle 12c 32-bit Client (12.1 or 12.2) on Oracle Linux 7.3 or …