How to install Mongodb 5 | latest MAC installation

  Рет қаралды 73,731

Hitesh Choudhary

Hitesh Choudhary

Күн бұрын

Welcome to a youtube channel dedicated to programming and coding related tutorials. We talk about tech, write code, discuss about cloud and devops. That’s what we do all day, all year. We roll out a lot of series and videos on our channel.
All the learning resources such as code files, documentations, articles and community discussions are available on our website:
chaicode.com/
You can find our discord link, github link etc on the above website.
Twitter/X link: x.com/hiteshdotcom
Discord link: hitesh.ai/discord
Learn React with 10 projects: • Let's learn react from...
Learn Docker: • A practical guide on D...
Learn Kubernetes: • Complete Kubernetes Co...
How does a browser works: • How does a browser wor...
How nodejs works: • How node JS works | En...
Learn Redux-toolkit: • Learn Redux Toolkit in...
Learn NextJS: • Nextjs Full stack course
Learn Typescript: • Why to learn Typescript
Learn Javascript: • Welcome to new JavaScr...
Learn React Native: • React Native Mastery: ...
Learn Zustand: • React state management...
Learn Golang: • How to get started wit...

Пікірлер: 155
@HiteshChoudharydotcom
@HiteshChoudharydotcom 2 жыл бұрын
After brew installation, here are commands: xcode-select --install brew tap mongodb/brew brew install mongodb-community@5.0 brew services start mongodb-community@5.0 brew services stop mongodb-community@5.0 mongod --config /opt/homebrew/etc/mongod.conf --fork mongosh
@kushagrakesav
@kushagrakesav Жыл бұрын
MongoDB compass
@PerpetualPreponderer
@PerpetualPreponderer Жыл бұрын
This is interesting, in that there is something programming related that's actually EASIER to install on Windows than Mac!
@Antobarbunz
@Antobarbunz Жыл бұрын
i don't have the "/opt/homebrew/etc/mongod.conf" file... during the installation i saw this: "/usr/local/etc/mongod.conf" so i used that path.. but the result is: ERROR: child process failed, exited with 1 EDIT: i had to use "sudo"... howevere the last version (6.0.x) seems to be different someway... so installed the 5.0 as in the video, and i also had to export this to PATH with: export PATH="$PATH:/usr/local/Cellar/mongodb-community@5.0/5.0.11/bin" Without this, "mongod" command was an uknown command
@venkatasaiprasadbhumireddy2314
@venkatasaiprasadbhumireddy2314 Жыл бұрын
When installing Homebrew I got error: git ...[file..]
@tgbois
@tgbois Жыл бұрын
Sir , Enterted in termial : mongod --config /opt/homebrew/etc/mongod.conf --fork showing an error : Error opening config file '/opt/homebrew/etc/mongod.conf': No such file or directory
@emrealca5538
@emrealca5538 Жыл бұрын
This was super helpful, I was getting really frustrated trying to install mongodb, and this walked me right through the steps I needed
@liliyao317
@liliyao317 Жыл бұрын
Thanks so much for the help, I've been struggling with the whole MongoDB installation thing, after watching your video, everything is fixed. Subscribed!
@abdulkaderlokhandwala7737
@abdulkaderlokhandwala7737 2 жыл бұрын
Best Video! I was struggling so bad! Thanks a ton Hitesh!
@ashwin.kulkarni
@ashwin.kulkarni Жыл бұрын
This was a saviour. Thanks Hitesh for this video
@albertomenendezrodriguez6439
@albertomenendezrodriguez6439 Жыл бұрын
Man, your video save me from hours looking for a answer, thank you very much for your very helpull explanation!
@HiteshChoudharydotcom
@HiteshChoudharydotcom Жыл бұрын
Happy to help
@taha7shaikh
@taha7shaikh 7 ай бұрын
THanks a million! this is what i needed from past 2 hours
@Nikhil-qi4oz
@Nikhil-qi4oz 2 жыл бұрын
very clear and comprehensive explanation
@abcreation8371
@abcreation8371 Жыл бұрын
Thanks Really struggled installing it to start learning MongoDB
@daniyaragaltsov531
@daniyaragaltsov531 Жыл бұрын
Wow! Very Clear explanation
@arefinhossain9758
@arefinhossain9758 Жыл бұрын
Thanks Hitesh. It was realy helpful
@zafariqbal92
@zafariqbal92 Жыл бұрын
Thank you Hitesh Choudhary !!!
@jamathchakka5279
@jamathchakka5279 Жыл бұрын
Really it's a good video, Loved the tutorial :P
@Surviving_With_Nthangeniph
@Surviving_With_Nthangeniph Жыл бұрын
Thanks for putting effort in your craft
@user-ly5zd2ro7h
@user-ly5zd2ro7h Жыл бұрын
Thanks friend, it helped me a lot, prosperity to your channel and more subscribers! Liked it =) All the best!
@anirudhcodes
@anirudhcodes 2 жыл бұрын
Always latest and updated 👌
@lakshyasadhwani9694
@lakshyasadhwani9694 8 ай бұрын
Thanks bhaiya for this. Was trying to install this from last 1 hour. Love from hindi channel chaiaurcode
@HiteshChoudharydotcom
@HiteshChoudharydotcom 8 ай бұрын
Welcome 👍
@nurikimchi
@nurikimchi Жыл бұрын
7:55 For macOS running Intel processors, use this command instead: mongod --config /usr/local/etc/mongod.conf --fork The other command shown in the video is for M1 processors, Mac computers made during and after 2020 use this chip.
@023_srayanchakraborty3
@023_srayanchakraborty3 Жыл бұрын
but still its showing: Error opening config file '/usr/local/etc/mongod.conf': Is a directory try 'mongod --help' for more information
@Aman-Verma
@Aman-Verma Жыл бұрын
@@023_srayanchakraborty3 brew link mongodb-community@5.0
@sumittoppo5522
@sumittoppo5522 Жыл бұрын
thank you brother for helping🤍
@gangadharannadar258
@gangadharannadar258 Жыл бұрын
Thanks
@023_srayanchakraborty3
@023_srayanchakraborty3 Жыл бұрын
@@Aman-Verma Thank you
@michaelrandle3370
@michaelrandle3370 Жыл бұрын
not to be dramatic but i almost had a mental break down trying to get this sh*t, thank you so much
@akashrana8874
@akashrana8874 Жыл бұрын
at last it is saying "mongod command not found after typing this code , "mongod --config ................" etc etc PLEASE HELP
@sultanbaimukhanov8823
@sultanbaimukhanov8823 Жыл бұрын
thank you, the video has helped me
@ProlificOldGuy
@ProlificOldGuy Жыл бұрын
Thank you very helpful
@sidforreal
@sidforreal 2 жыл бұрын
In the tools tier list, Brew should definitely come in God Tier. BTW have you watched that Programming Language tier list Video by Clement? It's hilarious!!
@Pavankumar_Mhaske
@Pavankumar_Mhaske 2 жыл бұрын
❤️ thanks sir
@binet23
@binet23 Жыл бұрын
Not sure if I'm supposed to create a file or directory I got the following error message Error opening config file '/opt/homebrew/etc/mongod.conf': No such file or directory when I entered the following command mongod --config /opt/homebrew/etc/mongod.conf --fork
@wassup102
@wassup102 Жыл бұрын
thank you so much sir
@ranaimranahmed2532
@ranaimranahmed2532 2 жыл бұрын
Plz complete series on mongo
@WEOOLTECNOLOGY
@WEOOLTECNOLOGY Жыл бұрын
Thank You sir
@mansidongre8384
@mansidongre8384 Жыл бұрын
hello i am trying to do it but after ls -la , its not showing .zshrc anywhere ...what to do now
@Dt1234a
@Dt1234a 10 ай бұрын
Hi Hitesh, Awesome video, you just save me countless hours here try to get this mongodb server install. Everything works as the video said, but when I run this command, mongod --config /opt/homebrew/etc/mongod.conf --fork I got an error message as follow : zsh: command not found: mongod Could you please advice on why I got this error message ? Thanks
@shangeethss5012
@shangeethss5012 Жыл бұрын
% mongod --config /opt/homebrew/etc/mongod.conf --forK zsh: command not found: mongod WHAT TO DO ??
@harshdasila6680
@harshdasila6680 Жыл бұрын
kuch pta chala bhai iska?
@daniyaragaltsov531
@daniyaragaltsov531 Жыл бұрын
1) run echo 'export PATH="/opt/homebrew/opt/mongodb-community@5.0/bin:$PATH"' 2)run source ~/.zshrc 3) run/check "mongo --version"
@mahbubhussain7992
@mahbubhussain7992 Жыл бұрын
Thanks for the video. requesting to continue this by mentioning the data location and log location.
@mohamedahmedfouda6714
@mohamedahmedfouda6714 Жыл бұрын
For Macbook M1 Data Directory /opt/homebrew/var/mongodb Configuration file /opt/homebrew/etc/mongod.conf Log directory /opt/homebrew/var/log/mongodb
@muhammadtalhabaig4908
@muhammadtalhabaig4908 Жыл бұрын
Thank You!
@shivbhanpatel2727
@shivbhanpatel2727 Жыл бұрын
Thanks hundreds of ton
@IT_PrajwalJanbandhu
@IT_PrajwalJanbandhu Жыл бұрын
after starting mongodb community the background process command is not working in mac m1, it says zsh: command not found: mongod , can you please tell me what is the problem with this and how can i resolve i had this issue from the last 4 5 days but unable to resolve please help me out.
@abekaid9527
@abekaid9527 Жыл бұрын
Whats the difference between mongod and this method?
@suraj4522
@suraj4522 Жыл бұрын
Finally after 2-3 days successfully installed it Quick tip if you are using intel processor then use this for config - mongod --config /usr/local/etc/mongod.conf
@randa5839
@randa5839 Жыл бұрын
about to fork child process, waiting until server is ready for connections. forked process: 9076 ERROR: child process failed, exited with 48 To see additional information in this output, start without the "--fork" option.
@eh9278
@eh9278 Жыл бұрын
when I type xcode-select --install or xcode-select ... it says that xcode-select is not a command, but I have command line tools installed in the right place, I even reinstalled it. Any thoughts?
@sams_sharma
@sams_sharma Жыл бұрын
for intel chip user the path and command will be mongod --config /usr/local/etc/mongod.conf --fork.
@ks8411
@ks8411 Жыл бұрын
thank you man
@vireshkariappa2732
@vireshkariappa2732 Жыл бұрын
There is an error called - No available formula with the name "mongodb-community@5.0" in the mac
@saibalaji4713
@saibalaji4713 Жыл бұрын
Is MongoDB native M1 version or it runs on rosetta?
@rheza6496
@rheza6496 Жыл бұрын
what is the xcode tools for? is it necessary?
@AnshumanBisoyi
@AnshumanBisoyi Жыл бұрын
Thanks but why "mongo --version" command doesnt work? It says zsh: command not found: mongo
@TheRahulrko
@TheRahulrko Жыл бұрын
Use "mongod --version"
@vimalsuresh541
@vimalsuresh541 2 жыл бұрын
Can you make a video on installation of VM's on m1.
@usamafiaz4629
@usamafiaz4629 Жыл бұрын
mongod --config /opt/homebrew/etc/mongod.conf --fork The above command generates an error... Error opening config file: Is a directory try 'mongod --help' for more information What should i Do?
@gauravbawa5609
@gauravbawa5609 Жыл бұрын
in my directory after installing the command from brew, .zshrc (folder not there) other two forlder of zsh are there what should i do now?
@tanishqnegi7468
@tanishqnegi7468 Жыл бұрын
kya krein bhai mera bhi same sawaal hai
@vaibhav_naik
@vaibhav_naik 2 жыл бұрын
Hi Hitesh sir, sorry for asking a question unrelated to the video but I am not able to watch the lco content on my Google Chrome in linux recently. The error message mentions that it is accessible on Chrome OS, windows or Mac. But the majority of developers use Linux as their go to OS. So it is getting very hard to watch the content on the laptop. I had raised a support query for this on lco support page as well but never received any reply from the team. Could you please allow the videos to be watched on linux as well?
@HiteshChoudharydotcom
@HiteshChoudharydotcom 2 жыл бұрын
You need to install DRM packages for your linux distro. and update, that's it. Or you can use widewine or similar package
@vaibhav_naik
@vaibhav_naik 2 жыл бұрын
@@HiteshChoudharydotcom thank u sir for such an instant response 🙏🫡. Will try that out.
@srbinod
@srbinod 8 ай бұрын
i can not find a file with the .zshrc
@jeancarlosinisterra9725
@jeancarlosinisterra9725 Жыл бұрын
I would like to add this process give you a clear process to install MongoDB only in MacOs with the new M1 chips. I had some troubles installing it because there is not longer bash. If you are using bash, you need to change the Path (Can consult with echo $PATH in your Terminal) after that you must edit your files in .zshrc
@luckykritya941
@luckykritya941 Жыл бұрын
Can you please elaborate? I am using Mac with M1 chip and when I'm opening .zshrc it contains data like this: # !! Contents within this block are managed by 'conda init' !! __conda_setup="$('/Users/luckykritya/opt/anaconda3/bin/conda' 'shell.zsh' 'hook' 2> /dev/null)" if [ $? -eq 0 ]; then eval "$__conda_setup" else if [ -f "/Users/luckykritya/opt/anaconda3/etc/profile.d/conda.sh" ]; then . "/Users/luckykritya/opt/anaconda3/etc/profile.d/conda.sh" else export PATH="/Users/luckykritya/opt/anaconda3/bin:$PATH" fi fi unset __conda_setup #
@_Soulzeal
@_Soulzeal Жыл бұрын
Brew is installed but Can not find .zshrc file on mac !! Can u help?
@siddojisaiprathyusha5579
@siddojisaiprathyusha5579 Жыл бұрын
Did u find .zshrc file
@julazac
@julazac Жыл бұрын
Same issue. Can somebody help with this? Error says : no such file or directory
@OptimusPrime-js1zf
@OptimusPrime-js1zf Жыл бұрын
Make sure u r looking In Correct directory. Use `cat ~/.zshrc` Also verify which shell u r working on using `echo $0`
@gauravkale2377
@gauravkale2377 Жыл бұрын
i Like it bro
@BANDLAHYNDAVIBCE
@BANDLAHYNDAVIBCE 8 ай бұрын
can you please help me with this issue mongod --config /opt/homebrew/etc/mongod.conf --fork about to fork child process, waiting until server is ready for connections. forked process: 10477 ERROR: child process failed, exited with 1 To see additional information in this output, start without the "--fork" option.
@aniketjoshi7817
@aniketjoshi7817 Жыл бұрын
sir plz tell us how to install Cassandra Database on MAC
@harshdasila6680
@harshdasila6680 Жыл бұрын
8:00 its showing mongod command not found
@olegmaz3969
@olegmaz3969 Ай бұрын
Thanks
@pranitha4772
@pranitha4772 3 ай бұрын
I don't have zshrc in my hidden files what can I do?
@vasanthreddy8361
@vasanthreddy8361 11 ай бұрын
i was unable connect mongodb with nodejs .But the mongodb is working properly .
@khaftabuddinahmed1634
@khaftabuddinahmed1634 2 жыл бұрын
Use docker instead :)
@vaishnomatabhaktamandali2000
@vaishnomatabhaktamandali2000 2 жыл бұрын
where to check mongo db logs
@zsoltardai
@zsoltardai Жыл бұрын
Yeey, a video that explains everything and I should not read the documentation. 🤣
@buzzedbrain
@buzzedbrain Жыл бұрын
I have Anaconda 3 set up already. Does that change anything for me as far as the path reassignment goes?
@lianaaghamalyan6211
@lianaaghamalyan6211 Жыл бұрын
same issue, even deleted Anaconda but the content of the file didn't change
@isi1044
@isi1044 2 жыл бұрын
please help .... i do not have that .zshrc file after installing home brew
@andrewvarela4387
@andrewvarela4387 Жыл бұрын
I have same problem. Were u able to figure this out?
@kmaximoff
@kmaximoff Жыл бұрын
Now question is, how to uninstall it?
@js2070
@js2070 Жыл бұрын
Hello Sir, it's showing zsh command not found. How to get rid of this? Plz help sir.
@vaibhavverma480
@vaibhavverma480 Жыл бұрын
Sir I am having error that says child process failed and exited with error no 48... Do you have any solution for this? Please answer
@nikhilyadav3987
@nikhilyadav3987 Жыл бұрын
first stop the mongodb services as Hitesh did before fork command
@deepakksingh1306
@deepakksingh1306 Жыл бұрын
i am not getting the path i am getting :wq at that place at 2:41 time
@arunmohanty6725
@arunmohanty6725 Жыл бұрын
How install jdk in mac air
@HimanshuYadav-2414
@HimanshuYadav-2414 9 ай бұрын
I am not getting the .zshrc file
@heisenberg3488
@heisenberg3488 4 ай бұрын
mongod --config /opt/homebrew/etc/mongod.conf --fork ,,, after this command its saying zsh: command not found: mongod can anyone help? what to do other process is done similarly as in video
@abhishekkumar7205
@abhishekkumar7205 Жыл бұрын
Helpful
@saxzphone
@saxzphone 10 ай бұрын
It is much easier to install MongoDB using docker for local development. But there are downsides of course.....
@tanmaywani4474
@tanmaywani4474 Жыл бұрын
mongod command not found
@imamansoni
@imamansoni 2 жыл бұрын
Hmm MacBook pro m1 struggling to stream 4k, intresting 😀
@albertabhisheksingh9567
@albertabhisheksingh9567 Жыл бұрын
When i'm typing cat .zshrc, i'm getting bash fg: %: no such job, can someone help
@iam_ram_
@iam_ram_ Жыл бұрын
Yes same here
@BANDLAHYNDAVIBCE
@BANDLAHYNDAVIBCE 8 ай бұрын
when i have used mongod --config /opt/homebrew/etc/mongod.conf --fork it is showing like mogod not found
@AlejandroHuertasjah29
@AlejandroHuertasjah29 Жыл бұрын
Tks!!
@sohailmirzadeveloper
@sohailmirzadeveloper Жыл бұрын
thanks❤
@vrajCpatel
@vrajCpatel Жыл бұрын
zsh: command not found: mongod
@anonymousking9076
@anonymousking9076 2 жыл бұрын
Hello sir I have enrolled in your job guarantee js program. I am a college student thinking of buying a M1. Can I run all software for web Dev and machine learning on m1.
@HiteshChoudharydotcom
@HiteshChoudharydotcom 2 жыл бұрын
Absolutely
@nathanzagaurangga1247
@nathanzagaurangga1247 Жыл бұрын
why i can't find .zshrc file on my laptop?
@smokinlao7369
@smokinlao7369 Жыл бұрын
same problem for me :(
@abhasoni2642
@abhasoni2642 7 ай бұрын
I'm also not able to find it on my laptop
@anurag.social
@anurag.social 3 ай бұрын
command + shift + .
@udhamyadav5591
@udhamyadav5591 2 ай бұрын
You can create your own
@daanyal-rahila-memon
@daanyal-rahila-memon Жыл бұрын
Sir, There's not any .zhrc file in my Mac. Can you please help me out?
@daanyal-rahila-memon
@daanyal-rahila-memon Жыл бұрын
.zshrc file* But there are .zsh_history & .zsh_session
@oleg07010
@oleg07010 Жыл бұрын
@@daanyal-rahila-memon Same issue with my mac. M1 Mac Pro
@fdlrahman07
@fdlrahman07 Жыл бұрын
@@daanyal-rahila-memon just follow the steps its gonna be ok
@neontuts5637
@neontuts5637 2 жыл бұрын
Hi Hitesh sir, Please can you make the same video for Windows? without loosing any data on mongodb.
@HiteshChoudharydotcom
@HiteshChoudharydotcom 2 жыл бұрын
Need to buy a windows system for that 😁
@neontuts5637
@neontuts5637 2 жыл бұрын
@@HiteshChoudharydotcom No sir, I will google 😅
@HarisKhan-uo5kl
@HarisKhan-uo5kl Жыл бұрын
ERROR: child process failed, exited with 14 I need help
@satyamsingh3
@satyamsingh3 Жыл бұрын
have you got solution?
@abhicomic
@abhicomic Жыл бұрын
Dbeaver is the best
@shashank1146
@shashank1146 2 жыл бұрын
Bhai JavaScript wala to continue karo
@HiteshChoudharydotcom
@HiteshChoudharydotcom 2 жыл бұрын
Looks like you don’t listen, just put comment 🙂
@jahezjohn7776
@jahezjohn7776 Жыл бұрын
mongod --config /opt/homebrew/etc/mongod.conf --fork is not working for me ... its showing command not found : mongod
@normc.1118
@normc.1118 Жыл бұрын
Don't know why I purchase macbook air. Should have sticked with old windows and none of the issues i've run into trying to get this mongdb working would have happened. Really frustrating trying to get this to work. Think I'm giving up. Don't have the time for this crap.
@lakshminarayanananbalagan7065
@lakshminarayanananbalagan7065 Жыл бұрын
mongo compass
@developmenttesting9625
@developmenttesting9625 Жыл бұрын
mongodb compash
@harshitgupta2305
@harshitgupta2305 2 жыл бұрын
it says ERROR: child process failed, exited with 48
@satyamsingh3
@satyamsingh3 Жыл бұрын
@@vaibhavverma480 have you got solution?
@shariquebahar2968
@shariquebahar2968 Жыл бұрын
any solution yet bro?
@shariquebahar2968
@shariquebahar2968 Жыл бұрын
@@satyamsingh3 hey bro, got any solution yet?
@sadev0
@sadev0 2 жыл бұрын
postgress redis mysql
@lostsunrises7495
@lostsunrises7495 Жыл бұрын
you are a monGOD
@KrishnaSingh-ci9zz
@KrishnaSingh-ci9zz Жыл бұрын
MongoDB Compass
@SaiRushik
@SaiRushik 6 ай бұрын
Is this ur default accent or r u just trying to be cool
@Aman-Verma
@Aman-Verma Жыл бұрын
make sure to run this command -> brew link mongodb-community@5.0
@wilfriedmambou5200
@wilfriedmambou5200 Жыл бұрын
if you have zsh command not found : mongo make vim .zshrc and add export PATH=/usr/local/opt/mongodb-community@5.0/bin:$PATH for intel or for M1 /opt/homebrew/Cellar/mongodb-community@5.0/5.4.13/bin/mongo (or someting like this iam not sure ) and run source ~/.zshrc for reload the terminal
@mohammedfaraazahmed2234
@mohammedfaraazahmed2234 Жыл бұрын
mongod --config /opt/homebrew/etc/mongod.conf --fork Error opening config file '/opt/homebrew/etc/mongod.conf': No such file or directory try 'mongod --help' for more information I am getting this err, please help me out someone
@luckykritya941
@luckykritya941 Жыл бұрын
When I'm opening the .zshrc that file doesn't contain any path instead it contains this: # >>> conda initialize >>> # !! Contents within this block are managed by 'conda init' !! __conda_setup="$('/Users/luckykritya/opt/anaconda3/bin/conda' 'shell.zsh' 'hook' 2> /dev/null)" if [ $? -eq 0 ]; then eval "$__conda_setup" else if [ -f "/Users/luckykritya/opt/anaconda3/etc/profile.d/conda.sh" ]; then . "/Users/luckykritya/opt/anaconda3/etc/profile.d/conda.sh" else export PATH="/Users/luckykritya/opt/anaconda3/bin:$PATH" fi fi unset __conda_setup #
@smarikamalviya57
@smarikamalviya57 Жыл бұрын
hey, i am getting the same error how u worked on it?? pls help
@tanushsingh2782
@tanushsingh2782 9 ай бұрын
mine consists the path to anaconda but still brew is working fine. Just curious cat .zshrc : # >>> conda initialize >>> # !! Contents within this block are managed by 'conda init' !! __conda_setup="$('/Users/tanush/opt/anaconda3/bin/conda' 'shell.zsh' 'hook' 2> /dev/null)" if [ $? -eq 0 ]; then eval "$__conda_setup" else if [ -f "/Users/tanush/opt/anaconda3/etc/profile.d/conda.sh" ]; then . "/Users/tanush/opt/anaconda3/etc/profile.d/conda.sh" else export PATH="/Users/tanush/opt/anaconda3/bin:$PATH" fi fi unset __conda_setup #
Grouping in mongodb
24:51
Hitesh Choudhary
Рет қаралды 21 М.
How to Install MongoDB on Mac | Install MongoDB on macOS (2024)
15:47
ProgrammingKnowledge
Рет қаралды 40 М.
Must-have gadget for every toilet! 🤩 #gadget
00:27
GiGaZoom
Рет қаралды 12 МЛН
The child was abused by the clown#Short #Officer Rabbit #angel
00:55
兔子警官
Рет қаралды 21 МЛН
My little bro is funny😁  @artur-boy
00:18
Andrey Grechka
Рет қаралды 13 МЛН
МАМА И STANDOFF 2 😳 !FAKE GUN! #shorts
00:34
INNA SERG
Рет қаралды 4,2 МЛН
Setting up M2 MacBook Air For Programming
16:28
Andres Vidoza
Рет қаралды 1 МЛН
How to install mongoDB on MAC
12:43
Hitesh Choudhary
Рет қаралды 87 М.
Installing MongoDB on Mac | Step By Step Guide | MongoDB Shell [mongosh]
13:23
EmbarkX | Learn Programming
Рет қаралды 1,7 М.
How to setup your Mac Terminal to be beautiful
6:56
typecraft
Рет қаралды 204 М.
How To Make Your Boring Mac Terminal So Much Better
10:42
Josean Martinez
Рет қаралды 712 М.
Advance logging with Morgan and Winston
18:24
Hitesh Choudhary
Рет қаралды 8 М.
Install MySql Server in Macbook M1 / M2
9:27
Learn Programming Yourself
Рет қаралды 32 М.
How to install MongoDB 7 on Windows 11 | Amit Thinks
6:15
Amit Thinks
Рет қаралды 54 М.
Linux on Windows......Windows on Linux
23:54
NetworkChuck
Рет қаралды 83 М.
Express crash course with postman testing
52:51
Hitesh Choudhary
Рет қаралды 20 М.
Asus  VivoBook Винда за 8 часов!
1:00
Sergey Delaisy
Рет қаралды 1,2 МЛН
Best mobile of all time💥🗿 [Troll Face]
0:24
Special SHNTY 2.0
Рет қаралды 1,9 МЛН
cute mini iphone
0:34
승비니 Seungbini
Рет қаралды 6 МЛН