Macbook Set visibility attribute to invisible

Refer: http://www.macworld.com/article/2030765/8-ways-to-hide-files-and-folders-in-os-x.html

If you have Apple’s Developer Tools installed, go to Terminal and enter setfile -a V followed by the name of the file or folder. That sets its visibility attribute to invisible; you can undo this by repeating the command with a lower-case v.

Angular Notes

Image Optimization

https://github.com/JamieMason/ImageOptim-CLI

http://addyosmani.com/blog/image-optimization-tools/

https://halpjira01.flagship.hal.com:8444/confluence/display/SBF/2015/05/19/Responsive+Images

ADA Compliance

https://docs.angularjs.org/api/ngAria

Akamai Error Lookup

Logon to Luna Control Center

Support Link

More Tools...

Translate Error String

Paste in the string to translate

Installing Certificates on Mac

From: "Fnu, Preeti (HA Group)" <PFnu@HollandAmericaGroup.com>
Subject: Re: Lingering cert issues - causing work stoppage
Date: May 5, 2017 at 1:33:50 PM PDT

These steps worked for me on Mac. Below are the steps

# Copy the certificate into the directory Java_home\Jre\Lib\Security
# Change your directory to Java_home\Jre\Lib\Security>
# Import the certificate to a trust store.

$ keytool -import -alias comodoaddtrustexternalcaroot -file COMODOAddTrustExternalCARoot.cer -keystore cacerts -storepass changeit

$ keytool -import -alias comodorsacertauthority -file COMODORSACertAuthority.cer -keystore cacerts -storepass changeit

$ keytool -import -alias addtrustexternalca -file AddTrustExternalCARoot.cer -keystore cacerts -storepass changeit