Skip to main content

Posts

Showing posts from March, 2017

Java keytool to create keypair

Use following command to create a public/private keypair using java keytool command. keytool -genkey -keyalg RSA -alias mykeystore -keystore keystore.jks -validity 30 -keysize 2048 Once you run the command follow the steps to complete generation of keypair, make sure you remember the password that you provide during generation.

Windows to Mac cheatsheet

For any user who moves from windows to Mac here are some frequently used shortcuts that we commonly use on windows Task Manager Command+Option+Esc Screenshot Shift+Command+4 Eclipse Preferences Unlike Windows where they are under Window -> preferences, on mac they are under eclipse -> preferences