PM2 Cheatsheet Commands Action pm2 start app.js Start a process pm2 start app.js -name App1 Start a process with a…
Import Mongodb from csv: All data should be comma separated and each rows are line separated mongoimport --db dbname --collection…
dateDisplays the current date and time of the systemcalDisplays the current month's calendaruptimeshows the uptime of the systemwhoamicurrent user's nameuserslogged…
CREATE DATABASE database_name; GRANT ALL PRIVILEGES ON DATABASE database_name TO user_name; ALTER DATABASE database_name OWNER TO new_user; ALTER DATABASE database_nameRENAME…
Here Let me use this page as git command cheat sheet. Git global setup git config --global user.name "Administrator" git…
Problem: Add a text at the start of every line Solution: Press Ctrl+H keysIn search and replace boxsearch for ^…
This website uses cookies.