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

Common Commands

Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as ODT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
12 views

Common Commands

Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
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