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.

Kay88

Members
  • Joined

  • Last visited

  1. This is the script i used. Make sure to replace "/path/to/files" with the actual directory path where your files are located. #!/bin/bash # Set the directory where the files are located files_directory="/path/to/files" # Change to the files directory cd "$files_directory" || exit # Iterate over each file in the directory for file in *; do # Check if the item is a file (not a directory) if [[ -f $file ]]; then # Extract the file name without the extension file_name=$(basename "$file") file_name_without_extension="${file_name%.*}" # Create a folder with the same name as the file (if it doesn't exist) mkdir -p "$file_name_without_extension" # Move the file into the newly created folder mv "$file" "$file_name_without_extension" fi done

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.