Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Symon

Members
  • Joined

  • Last visited

Everything posted by Symon

  1. Tried these points on my computer and finally solved the stutter problems while gaming (TR1950) What I did: Changed Bios Ram settings (Asus Rog Zenith Extreme): Advanced > DF common options > Memory interleaving: Auto > Channel Added CPU patch: <cpu mode='custom' match='exact' check='partial'> <model fallback='allow'>EPYC-IBPB</model> <topology sockets='1' cores='3' threads='2'/> <feature policy='require' name='topoext'/> </cpu> And Numatune: <numatune> <memory mode='interleave' nodeset='1'/> </numatune> Thanks for your help guys! 👍
  2. Planning works again! Thank you!
  3. Same here .. as soon as i hit the "Plan" button it gets stuck with "PLANNING: Getting items ... "
  4. Thanks for your work, this script works perfectly. I changed it a little bit so I can disable backups for certain disks of a VM. In my case I didn't want to backup a disk where I store games on, as it would take forever and use a lot of space, but backup the rest of the VM. So with the following entry, a vdisk will not be backed up if it's named nobak.img. This part can be added after the .img / .qcow code around line 971. # ----------------------------------------------------------- # check if filename is "nobak.img" and if so don't create a backup of this vdisk # ----------------------------------------------------------- if [ "$new_disk" == "nobak.img" ]; then echo "warning: $disk of $vm is not backed up because it is named nobak.img" continue fi

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.