I want to move whole mongo databse to linux [closed] - linux

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 2 years ago.
Improve this question
Now I am using windows, But I want to move on Ubuntu. I have Some mongo dbs in windows. How can I use them when I install linux on my pc?

Dump the database in windows
Copy the files to linux
Restore the database
See https://docs.mongodb.com/database-tools/mongodump/

Related

How can I installed Remix IDE for offline use? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 11 months ago.
Improve this question
How can I installed remix IDE on desktop for offline use because sometimes I don't have internet. I'm not be able to find it.
This is where you can download the desktop version
https://github.com/ethereum/remix-desktop/releases/
this is the guide:
https://medium.com/remix-ide/getting-started-with-remix-desktop-5f6380568d12

Linux doesn't save changes [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 1 year ago.
Improve this question
I am new to Kali-linux and I am using it from a USB, my problem is when I shut down my computer and downloaded scripts or changes I have made are gone
That is probably because you are using it from Live mode which is only useful when you want to test few things out. It does not save anything
You can always look into this
persistent kali usb

what is the linux command to check ram usage for a service? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 4 years ago.
Improve this question
I am using Ubuntu OS. When I do service --status-all then it lists all services running.
I would like to find RAM usage of the marked tomcat instances. How can I do so? Thanks!
run command top in your terminal you can see the PID and process-name and ram-usage and lots of more stuff

How can i can find the most frequently applications used by a user in Linux? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 6 years ago.
Improve this question
Is there any way that i can find the most frequently applications used by a user in Linux? In Windows you can read this information from registry.
Make sure that accounting is turned on:
chkconfig psacct on && /etc/init.d/psacct start
...and then get summary info with sa. Look at examples here or here.
My own experience is that the most frequent command in the account is a shell.

Accessing windows folder or file in ubuntu [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 8 years ago.
Improve this question
Lets say I want to access a windows file C:\Users\Documents\Myfolder\whatever.txt on Ubuntu. Is there any command existing that I can open whatever.txt on Ubuntu ? Also What will be the format of path ?
Your C partition should be mounted somewhere in /media. The rest of the path is pretty straightforward.

Resources