Microsoft Windows – “The specified service has been marked for deletion” error [New Question]

A quick question, answered on Heelpbook, about “Microsoft Windows – “The specified service has been marked for deletion” error”, a scenario that could arise while automating configurations and/or deployments (but also on simple standalone systems) on Windows systems. Read More …

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 – The cp command

One of the most common command to use (and need to be used) on Linux systems, especially when working on CLI only systems (with no GUI installed), is the cp (copy) command. The following section of this article will show several common and advanced ways to use cp command on Linux systems on files and folders.
Read More …

Linux – Monitor Disk I/O on Terminal

Monitoring Disk I/O on Linux systems is one of the most common task to follow when analyzing the current performance status of a system and trying troubleshoot/optimize an existing environment, when talking about storage and volumes. Read More …