Author: Mithun

  • nsurlsessiond consuming bandwidth issue

    This issue is mainly due to the icloud and other things such as photos etc are linked. It’s bascially downloading the files from apple servers. It can be bit annoying at times as it consumes most of the bandwidth making us sit idle for hours. This can be a problem if you are having a…

  • Clear values inside bootstrap modal upon closing

    I don’t know whether this is going to be useful for anyone. Since i wanted to share something in the site after a long time, i am putting things. I will be regular now on 😉 (i hope so)   $(‘#mymodal’).on(‘hidden.bs.modal’, function() { $(this) .find(“input,textarea,select”) .val(”) .end() .find(“input[type=checkbox], input[type=radio]”) .prop(“checked”, “”) .end(); }) Njoy 🙂

  • Live Long the Memories

    [pullquote align=center] A life is like a garden. Perfect moments can be had, but not preserved, except in memory –  Leonard Nimoy [/pullquote] Final tweet by the man who had given us awesome performance as our beloved Mr. Spock. You shall be remembered always.    

  • That was faaast!!!

    That was faaast!!!

      So, 2014 is almost over and I have already changed due date of new year resolutions to 31st December 2015 😎 Was this a great year? In developing? Nah Professionally? ok Personal life? bloody awesome 😀 Lets hope this year brings more joy to you and me. Lets rock on \m/. HAPPY NEW YEAR…

  • USB Live boot Kali Linux on Mac

    Follow the steps to USB Live boot Kali Linux on Mac 1.  Download Kali Linux from www.kali.org/downloads/ 2.  Open Terminal (use spotlight for easier access) 3. Run the following in Terminal (don’t forget to change the path) hdiutil (e.g.,hdiutil convert -format UDRW -o ~/path/to/target.img ~/path/to/Kali.iso) 4. The output file will be target.img.dmg. Change it to target.img 5.…