Skip to content

Instantly share code, notes, and snippets.

View nebiyuelias1's full-sized avatar
🏠
Working from home

Nebiyu nebiyuelias1

🏠
Working from home
View GitHub Profile
@leobeeson
leobeeson / mongodb_6_on_wsl2_ubuntu_2204.md
Last active May 17, 2024 12:21
Installation of MongoDB 6.0 on WSL2 Ubuntu 22.04

Installation of MongoDB 6.0 on WSL2 Ubuntu 22.04

Installed MongoDB using the following guide: Install MongoDB

However, the installation in the guide is for MongoDB 5.0 on WSL with Ubuntu 20.04 (focal) distro.

The following is an adaptation of the guide for installing MongoDB 6.0 on WSL with Ubuntu 22.04 jammy distro.

  1. Open your WSL terminal (ie. Ubuntu) and go to your home directory:: cd ~
  2. Update your Ubuntu packages: sudo apt update
@DevilsAutumn
DevilsAutumn / proposal.md
Last active March 13, 2024 14:18
"Allow moving a model between apps" -- proposal for Google Summer of Code 2023.

"Allow moving a model between apps" proposal for Google Summer of Code 2023.

Table of content

  1. Abstract
    • 1.1 Overview
    • 1.2 Goals
    • 1.3 Benefits
  2. The solution
  • 2.1 Modified CreateModel operation .