Run node.js app as a daemon process (Linux)

We have a node.js server/app and we start it by using npm start & (background mode) command through Putty. But the problem is that if we close Putty (or any other SSH client) the server will be stopped after sometime. We can use pm2 of forever process managers to address/fix this scenario. Read More …

MacOS X – Managing Gatekeeper (Terminal)

Gatekeeper is a feature available on MacOS X systems to block, by default, any application that is not installed from the Apple Store, for security reasons (all apps on Apple Store are validated and certified by the original developers). Let’s see how to manage this feature on MacOS X systems by accessing to it using command line (using Terminal). Read More …