Skip to content

Instantly share code, notes, and snippets.

View abellmanuell's full-sized avatar
👨‍💻
Remote Developer

Abel Emmanuel Enemona abellmanuell

👨‍💻
Remote Developer
View GitHub Profile
ssh-keygen -t ecdsa-sha2-nistp256 -C "your_email@example.com"
@abellmanuell
abellmanuell / readme.md
Created October 5, 2023 13:38 — forked from litanur/readme.md
Install MongoDB on Manjaro

How to install mongoDB on Manjaro 21 Ornara

  1. Enable AUR
  2. Make sure system is up to date sudo pacman -Syu
  3. To install, use the following command:
pamac build mongodb-bin
pamac build mongodb-tools-bin
pamac build mongodb-compass