Guides 11792 Published by Philipp Esselbach 0

This guide walks the reader through installing NixNote on Ubuntu 22.04 LTS with minimal hassle. After updating and upgrading packages, you pull a list of Electron‑dependent libraries that the installer will need before fetching the latest .deb file from GitHub. The package is then installed via dpkg, followed by an apt fix for any missing dependencies, and you launch NixNote which automatically creates its local database and sync folder. For convenience, a desktop shortcut can be added manually, and the author notes that resolving any library issues on older Ubuntu releases restores full functionality.

Guides 11792 Published by Philipp Esselbach 0

This guide explains how to install MongoDB 5.0 on Debian 11 Bullseye by using the official repository so that package signatures stay intact and security patches are up‑to‑date. It walks you through adding a GPG key, creating the correct repo list entry, updating APT, and then installing the mongodb-org meta‑package before checking the server’s version. Once the service is started and enabled at boot, you can optionally edit /etc/mongod.conf to change bindIp for remote access and restart mongod to apply the new settings. Finally, it demonstrates a quick shell test and warns about potential conflicts when 4.x and 5.0 packages coexist.