-
visual studio code – how to insert current date time in vscode? – Stack Overflow
“Insert Date String extension.
Usage
To insert current date and/or time at the cursor position you can:
Press ⇧+⌘+I (OS X) or Ctrl+Shift+I (Windows and Linux”
-
node.js – Wait for mongodb to be ready before starting pm2 process on reboot – Stack Overflow
“the solution I finally found was to have pm2 also start mongodb.”
pré: servicectl disable mongodb-
#!/bin/bash sudo mongod
-
pm2 start ~/mongod.sh pm2 start npm
-
pm2 save pm2 unstartup pm2 startup
-