0% found this document useful (0 votes)
11 views

Common Commands

Copyright
© © All Rights Reserved
Available Formats
Download as ODT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
11 views

Common Commands

Copyright
© © All Rights Reserved
Available Formats
Download as ODT, PDF, TXT or read online on Scribd
You are on page 1/ 1

Jupyter notebook

conda config --set auto_activate_base false

Mongod Server

sudo dpkg -i mongodb-compass_1.40.4_amd64.deb (Install any package)

sudo systemctl status mongod


sudo systemctl start mongod -> Start server
sudo systemctl stop mongod

mongosh -> Start the shell

You might also like