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.

valasg

Members
  • Joined

  • Last visited

Everything posted by valasg

  1. Hi, I can see the ffmpeg was copied there in /usr/bin, but while running it I got : "ffmpeg: error while loading shared libraries: libopenal.so.1: cannot open shared object file: No such file or directory" Thanks
  2. Thanks for your reply. I would like to go to solution (1) for sake of simplicity and as it is a one off. However you lost me with "put in the existing /boot/extra folder on the USB" Indeed browsing the USB Flash key, there is no /boot/extra folder. May I ask you for more details ? Many thanks again.
  3. Hi, My python script uses ffmpeg as a command line dependancy, and I would like to know how to install it properly on my unraid. On my regular Linux machine, I would use "sudo apt install ffmpeg" thanks
  4. Hi, I used to run a script to compress and save a folder on a weekly basis : #!/bin/bash # params SRC=/mnt/user/ DST=/mnt/user/backup/snapshots/ TDY=$(date +"-%Y-%m-%d") MAX_DAYS=50 PWD=xxxx # remove older files find $DST* -mtime +$MAX_DAYS -exec rm {} \; # back up directories for dir in documents photos do 7z a -mhe -mx0 -t7z -p$PWD $DST$dir$TDY.7z $SRC$dir done It looks not to run anymore (likely for a while), as 7z is no more there, and as far as I remember it was part of the NerdPack that looks deprecated. How can I get 7z back ? Or change my script to something more up-to-date maybe ? Many thanks G

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.