
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
- github pages for this easy to use platform
- jekyll for their static page generator and blogger exporter
- utteranc.es for github comments
Posts
Today I was debugging some SPNEGO auth issue and didn’t have the tcpdump capture… How do I proceed? I noticed that I had the HTTP headers logged by the client (curl). > GET /webhdfs/v1/?op=LISTSTATUS HTTP/1.1 > Authorization: Negotiate YIICmgY...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...
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...
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...
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...
