Written by Philipp on 2017-05-04
solving Security Error while starting Java WebStart (e.g. IPMI Remote)
Mac . Security . ToolingMost of the IPMI Systems out there still using good old Java based Remote Applications to connect to the remote console. Sine Java 8 update 111, the MD5 singing algorithm was marked as insecure (aka disabled) by Oracale (see Relase Notes for that Release ” Restrict JARs signed with weak algorithms and keys”). You will
Written by Philipp on 2016-02-25
Fixing Error installing cocoa-pods on MacOS
CoderwallIf you installing cocoapods on a vanilla MacOS System you might get some error like this: The important error is make: /opt/local/bin/gmkdir: No such file or directory You need to install coreutils for fixing this. With MacPorts: For Homebrew: Original Post: https://coderwall.com/p/ehijxg/fixing-error-installing-cocoapods-on-macos