Home

Places to see in Lourdes

Lourdes is a town in southwestern France, in the foothills of the Pyrenees mountains with Ousse river running through the centre of it. I have visited Lourdes as a religious place. It is the most visited pilgrimage shrine in the Christian world. It is the site of a Marian apparition in 1858. The origins of…

Best Overview of Azure Certifications

Below is the best pictorial overview of Microsoft Azure certifications I have seen so far. Certification paths are clearly shown with pre-requisites (shown as ‘required’ in the picture) and recommendations. With the rise of the cloud technologies, cloud certifications are in high demand. Decide on your destination and make the journey. Good luck! 🙂 Ref:…

Git Tips: Make Sublime as editor for git operations in macOS

I would like to use Sublime editor for git (esp. rebase) editing operations rather than default vi editor in macOS. The following steps will help you to configure Sublime as your git editor. Make Sublime accessible from anywhere in the terminal In macOS, subl command that can be used to invoke Sublime (version 3) from…

Java Hacks: Make a Java version installed in macOS NOT accessible system wide

To make a Java version not accessible system wide in macOS i.e. to make it only invocable from the terminal: Go to /Library/Java/JavaVirtualMachines and then inside specific JDK directory Inside /Contents rename Info.plist to Info.plist.disabled Restart the system Ref: https://stackoverflow.com/questions/21964709/how-to-set-or-change-the-default-java-jdk-version-on-os-x This is useful if you want to run an application in macOS that needs for e.g.…

Loading…

Something went wrong. Please refresh the page and/or try again.