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.

BRiT

Members
  • Joined

Everything posted by BRiT

  1. Anyone have a clue why this may be? Most likely it's due to a bug/feature in the MB BIOS implementation of S3.
  2. I think you at least want to grep for the actual network interface. If you don't, you may never go to sleep because of non-network traffic on the loopback device. The cut may not be needed, but I wanted to show some advanced possibilities for determining bytes send and received.
  3. That includes information for loopback, which isn't purely network activity. Standard unRAID tends to only support a single NIC so it would be: NetSnapshot=$(cat /proc/net/dev | egrep eth0 | cut -d: -f2) NetBytesRecv=$(echo $NetSnapshot | cut -d\ -f1) NetBytesTran=$(echo $NetSnapshot | cut -d\ -f9) The last two lines are 'cut -d\[space][space]-f#'
  4. uuuhmmm? Is that a compile yourself kinda thing? Yes, exactly.

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.