MacOS: When suddenly, after a system crash, mysql server instance no longer starts. What can I do?
Recently, after a system crash and consequent system reboot, mysql stopped working. I tried to manually start the server but had no luck on this.
Recently, after a system crash and consequent system reboot, mysql stopped working. I tried to manually start the server but had no luck on this.
When we get started with bash scripting, one of the most frequent problems we come across is the incorrect CWD (current working directory). This is
Copying files around is probably one of the most common reasons why we create bash files. We could be using unix cp but there are
Wikipedia describes rsync as follow: “rsync” is a utility for efficiently transferring and synchronizing files between a computer and an external hard drive and across
This is a very common question and I decided to make a short answer for my self and everyone else struggling with the same issue.
PM2 is a process manager for node.js apps. PM2 can be easily installed using npm package manager. Here’s how: $ npm install pm2 -g Once