PM2 Cheatsheet – Important Commands

6 years ago

PM2 Cheatsheet Commands Action pm2 start app.js Start a process pm2 start app.js -name App1 Start a process with a…

MongoDB Terminal commands – Cheatsheet

6 years ago

Import Mongodb from csv: All data should be comma separated and each rows are line separated mongoimport --db dbname --collection…

Ubuntu 20.04 commands for Beginners

6 years ago

dateDisplays the current date and time of the systemcalDisplays the current month's calendaruptimeshows the uptime of the systemwhoamicurrent user's nameuserslogged…

All important PSQL Commands

6 years ago

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…

Git Command Cheat Sheet from basic to advance

6 years ago

Here Let me use this page as git command cheat sheet. Git global setup git config --global user.name "Administrator" git…

Add Text Start or End in each line – Notepad++

6 years ago

Problem: Add a text at the start of every line Solution: Press Ctrl+H keysIn search and replace boxsearch for ^…

This website uses cookies.