Arumugam Jeganathan

A Java developer by profession, everything* developer at pastime, a Linux enthusiast, hobbyist photographer, F.R.I.E.N.D.S fanatic and Hollywood aficionado.

GPG cheatsheet

To generate keypair : gpg --gen-key Listing: To list all public keys gpg --list-keys gpg -k To List private keys - gpg --list-secret-keys gpg -K Encrypt/Decrypt: The option -a is for armor (Base64

Java Config with YAML

If you have ever worked with Spring Framework in Java, know the comfort and flexibility of the application configuration that comes with Spring. * Have the configuration stored in properties or YML files * Overriding