PM2 Cheatsheet – Important Commands
PM2 Cheatsheet Commands Action pm2 start app.js Start a process pm2 start app.js -name App1 Start a process with a name pm2 start app.js -i … Read More
PM2 Cheatsheet Commands Action pm2 start app.js Start a process pm2 start app.js -name App1 Start a process with a name pm2 start app.js -i … Read More
Import Mongodb from csv: All data should be comma separated and each rows are line separated To Find the Range of dates
date Displays the current date and time of the system cal Displays the current month’s calendar uptime shows the uptime of the system whoami current … Read More
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 TO new_name; begin;rollback;savepoint point_name;rollback to … Read More
Here Let me use this page as git command cheat sheet. Git global setup Create a new repository Push an existing folder Push an existing … Read More
Problem: Add a text at the start of every line Solution: Press Ctrl+H keysIn search and replace boxsearch for ^ and in replace text box … Read More