sync has block and filter.
block is generic lemmy, filter is sync specific.
you can filter keywords, users, communities and instances.
you can only block users and communities.
sync has block and filter.
block is generic lemmy, filter is sync specific.
you can filter keywords, users, communities and instances.
you can only block users and communities.
i don't think you can subscribe to lemmit.online, the only user is the bot, and the only purpose of the instance is to archive stuff.
i don't think this is foss https://play.google.com/store/apps/details?id=com.notebloc.app
it has ads, but you can pay one time to remove them.
i do it... and that's bad right?
for docker the syntax is --gpus all
https://docs.docker.com/config/containers/resource_constraints/#expose-gpus-for-use
bonus: syntax to expose the gpu in a docker compose
deploy:
resources:
reservations:
devices:
- driver: nvidia
count: 1
capabilities: [gpu]
thank you for the link, i actually understood what this does.
wait till you hear that in Italy we have 14
but only if you are lucky and it's heavily taxed.
check if zswap is already enabled:
zgrep CONFIG_ZSWAP_DEFAULT_ON /proc/config.gz
i have 8gb on my server, and i need stuff like zram / zwap to keep all the services running. still swaps out ~10gb. but it is on ssd and is fast enough.
Isn't zswap enabled by default?
having zram + swap on disk isn't the same as having zswap + swap on disk? the difference should be only that zram show as a swap device while zswap does not.
having only zram, you are still confined by the total ram you have. idk how the average compression ratio is, but you can gain 1.5x ram max. to get more, you need a physical swap device.
is there an advantage of using zram instead of zwap? when you still have a physical swap with lower priority.
bonus question: What if I use all 3 of them? would this just be redundant?
when you reinstall, try to use btrfs (idk if kde neon support it in the installer)
then use timeshift to do a snapshot every day and a snapshot before upgrade. but set it up so that there are not more than ~10 snapshots.
next time something goes wrong you can restore the last snapshot.
Some distros also set it so you have previous snapshots as boot entries in grub.