Run Mongo as a service – detaching from terminal

Run Mongo as a service – detaching from terminal

You might start mongo demon as

mongod

but, as you close the terminal this will terminate your session.

So, to start it as a service so that it would continue running

mongod --fork --logpath /path/to/log/file

You can specify the log file as you wish

See how you would solve these known algorithm problems

Find the first occurence of number in the sorted array

Check if two strings are anagrams or not

Flatten nested javascript array

Implementing tokenizer and adding tokens to the linked list

Finding missing numbers from billion sequential number list file

Find the pairs that makes K Complementary in the given array java solution

find longest word in the sentence

Find longest palindrom from sequence of characters

testing k complementary pairs algorithm with junit

Array reversal in Recurrsion

Leave a Reply

Your email address will not be published. Required fields are marked *

*
*