Hi there! Welcome to mmp-notes. Here, I note some of "my" thoughts, hacks ideas and much more. You may find some of it useful or interesting. Let me know your thoughts/comments on the content here by commenting them on the posts.

The old version of this blog can be found here

Thanks to


Posts

Sorting and Sanitizers
sorting, algorithms
Title is misleading isn’t it? What has sanitizers to do with insertion sort? Well one fine day, I was trying to brush-up algorithms and implementation skills so I started with insertion sort. The implementation took around 2 mins but the testing rui...

Remote control machines in VPN
remote zoom hack
Do you experience slowness when using the RDP over VPN? Or can’t you connect (don’t want to connect) to VPN but access services in the VPN? We can use internet based remoting applications to do this. Few examples are Zoom, Skype. Zoom RDP in...

Sanskrit scripts in HTML
html sanskrit
Do you want to embed Sanksrit scripts in your HTML page? There are many ways to do this and this blog just tries to explore more on these methods and their advantages. 1. Pasting Sanskrit text directly in the HTML page. You can do ITrans and get t...

Hadoop and no auth?
Have you setup a hadoop cluster and enabled no authentication for it (kerberos)? You definitely need to read this. Recently I was working with an engineer who was setting up a HBase cluster and restore some data into it. He uploaded the data to HDFS...

Adding a tag cloud page to jekyll blog
Hmm… you have created a jekyll based blog and moved / added content to it? You notice there is no tags page in the default theme like in Blogger? Here is a simple solution to add them Add a tags frontmatter to all your posts --- title: My f...