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…
uwsgi is a high performance, low-resource usage web server for deploying python application. In this post, i am going to show how to serve a simple HelloWorld application in flask using uwsgi Prerequisites pip install flask pip install uwsgi Now…
This occurs when GPG is not specified in the path. Excellent solution for this problem is given by Thomas Muntaner here He gave me the solution, I am not going to copy paste it here. Enjoy smile
Torrent-time is a browser plugin to stream torrents directly from your browser. During the past week, many popular torrent sites have incoporated it to their sites. If you have installed them by mistake, and wants to remove them, you can…
You need to submit your app for review with required permission to access Facebook posts of page in which you aren’t admin; in live mode This is a basic example of scrapping comments of a facebook post using python and…
Issue One of the most annoying things that I have encountered while using mac was the inability of os x to close the finder window with the default quit button(cmd+q) . The default button to close finder in os x…
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…
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 wink (i hope so) …
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…
Page Timer is a nice tool from Google which allow us to track the time we spend on a website or tab. All the data that Page Timer counts is stored in ram and doesn’t store anywhere else. So if…