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 …

Linux – Disabling a webcam or USB ports

Disabling the access to a specific USB device or storage by terminal, in Linux Ubuntu, can be quite useful sometimes, so here is a specific article: disabling a webcam or USB ports, on Linux. Read More …

SSH X-Forwarding (a more secure alternative to VNC)

X is a popular window system for Unix/Linux workstations (similar to explorer.exe for Windows systems), and one of its best features is its transparency. A great feature about using X is that you can run remote X applications that open their windows on your local display (and vice versa, running local applications on remote displays). Read More …