Gokul Deepak S

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…

4 years ago

MongoDB Terminal commands – Cheatsheet

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

4 years ago

Ubuntu 20.04 commands for Beginners

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

4 years ago

All important PSQL Commands

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…

4 years ago

Git Command Cheat Sheet from basic to advance

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

4 years ago

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

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

4 years ago

This website uses cookies.