Skip to content

Instantly share code, notes, and snippets.

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

Prahlad Timalsina prahladtimalsina

🏠
Working from home
View GitHub Profile
@prahladtimalsina
prahladtimalsina / vscode.md
Created July 10, 2021 08:31
setting.json file vscode
{
    "files.autoSave": "afterDelay",
    "tabnine.experimentalAutoImports": true,
    "workbench.colorTheme": "Cobalt2",
    "editor.fontLigatures": true,
    "editor.cursorBlinking": "expand",
    "diffEditor.maxComputationTime": 50000,
    "liveServer.settings.donotShowInfoMsg": true,
    "liveshare.presence": false,
@prahladtimalsina
prahladtimalsina / mongo-db-install-artix-linux.md
Last active July 8, 2021 11:39
Mongo Db installation in Artix linux & their derivatives

==Mongo Db installation in Artix linux MongoDB has been removed from the official repositories (Arch Linux) due to its re-licensing issues.

PKGBUILDs are provided in AUR: {mongodb-bin}^aur

[prahlad@artix ~]$ git clone https://aur.archlinux.org/mongodb-bin.git

[prahlad@artix ~]$ cd mongodb-bin

@prahladtimalsina
prahladtimalsina / mongo-db-install-linux.md
Last active June 11, 2023 16:34
Mongo Db installation in Artix linux

it's just the same with Manajro or Arch Linux. Some GUI package managers would be also available, alternatively. Reference

The official documentation by Arch Linux (https://archlinux.org)

==Mongo Db installation in Artix linux

MongoDB has been removed from the official repositories (Arch Linux) due to its re-licensing issues.

PKGBUILDs are provided in AUR: {mongodb-bin}^aur