Tag: speed up

  • file server backup times: lxc and vm

    THE OLD: I have been using a fileserver in a Turnkey debian 11 container for several months. I allocated 8gb of the ssd for bootdrive and 2TB of my zfs pool for storage. The zfs pool is comprised of 3 old Western Digital green drives, WDEARS20, in a raidz1 configuration. It is connected with a…

  • speed up your nextcloud server

    By default, Nextcloud has object caching disabled. It also triggers the background tasks to be run on every page load by default, using AJAX instead of using a cron job on a timer. This was causing a significant delay for my friends accessing my server. Following a couple other guides on the internet, I found…