Author: Mithun

  • Happy New Year 2019

    Happy New Year 2019

    It’s another new year and here is my blog post 😀 This is my first post using gutenberg editor for wordpress. Now let’s talk about last year in the usual way. Professionally: This was an awesome year with product launches and all 😀 Coding: Little leisure coding and more professional coding 🙂 Personal: This had…

  • init script for mongodb 4 on WSL in ubuntu 18.04

    If you try to start mongodb on WSL using systemd you will be getting this error. System has not been booted with systemd as init system (PID 1). Can’t operate. There seems to be no init script for mongodb 4 on ubuntu 18.04(may be other versions too). This makes it complicated for starting mongodb in…

  • Install flameshot on ubuntu 16.04

    Update 2 In ubuntu 18.04, flameshot can be installed directly sudo apt install flameshot Update There is a ppa for this now. Follow the below link https://launchpad.net/~harish2704/+archive/ubuntu/ppa1 First check whether you have git installed sudo apt install git Clone the repository using this command git clone https://github.com/lupoDharkael/flameshot.git Go to the clone directory cd flameshot Install…

  • 2018: Happy New Year

    2018: Happy New Year

    Yup, Another year in the passing. Here is a graph(not really :D). I will talk about this down below So, How was my year? Well, professionally it was great. Coding, It was good. Personally? Look the above graph. I am taking all my previous resolutions (like from 2009. I don’t remember many but I will…

  • An ordeal with ethx.in

    An ordeal with ethx.in

    One fine morning my phone went into a reboot loop, probably because of out of memory. Tried to adb, but wasn’t working but fastboot seems to be working. Attempted to boot a bootloader with fastboot which failed. I gave up, went to recovery and did factory reset. I was hoping that would be the end…