Certainly_No_Brit
Downloaded manga in Tachiyomi are saved in a folder called Tachiyomi by default and you can tell the app to save the manga in cbz archives. You can then copy these .cbz files to another drive.
The cheese is not free, it was crowdfunded.
Joined 8 minutes ago, posted 7 minutes ago? 🙃
Two political memes in 2 minutes, less than 10 minutes after joining? 🙃
https://wiki.archlinux.org/title/MongoDB
Do you know what the AUR (Arch User Repository) is? You can install MongoDB that way. (This is NOT an official source, all AUR packages are created by users!)
You can install an AUR manager like yay:
git clone https://github.com/Jguer/yay
cd yay
sudo make install
and install (compile) MongoDB:
yay -S mongodb
(or alternatively mongodb-bin for a pre-compiled version)
I apologize if some of the code doesn’t work, i can’t test it right now.
The OS will wait until the mount is successful with these settings, which is why GNOME doesn’t load. Try adding nofail
to your options. It should continue with the boot process if you are out of the network with that option set. (https://wiki.archlinux.org/title/Fstab#External_devices)