Make sure disk using lsblk, say, /dev/sdc
sudo dd if=/dev/zero of=/dev/sdc bs=64M status=progress
Make sure disk using lsblk, say, /dev/sdc
sudo dd if=/dev/zero of=/dev/sdc bs=64M status=progress
cf: https://linuxconfig.org/how-to-configure-sudo-without-password-on-ubuntu-26-04
$ sudo visudo -f /etc/sudoers.d/chiao-nopasswd
chiao ALL=(ALL) NOPASSWD: ALL
$ sudo chmod 0440 /etc/sudoers.d/chiao-nopasswd
cf: https://github.com/open-webui/open-webui#troubleshooting
Open WebUI: Server Connection Error
If you're experiencing connection issues, it’s often due
to the WebUI docker container not being able to reach the Ollama server
at 127.0.0.1:11434 (host.docker.internal:11434) inside the container .
Use the --network=host flag in your docker command to resolve this. Note that the port changes from 3000 to 8080, resulting in the link: http://localhost:8080.
Example Docker Command:
docker run -d --network=host -v open-webui:/app/backend/data -e OLLAMA_BASE_URL=http://127.0.0.1:11434 --name open-webui --restart always ghcr.io/open-webui/open-webui:mainyt-dlp --embed-subs --sub-langs "zh-Hant,zh-TW" --write-subs -o <output fname> -f 'bestaudio+bv' --merge-output-format mp4 <https://some/web>
rclone config involves creating a "remote" connection through an interactive terminal wizard. rclone config
n for New remote and press Enter.gdrive) and press Enter.drive) and enter its corresponding number or type drive. client_id and client_secret.1 for Full access to all files (recommended) and press Enter.n and press Enter.y if you are on a computer with a web browser. A browser window will open; log in to your Google account and click Allow.n if you are on a headless server (SSH). Rclone will provide a link to open on another computer and a code to paste back into the terminal. n for a personal drive.y to confirm the settings.q to Quit the config wizard. rclone ls gdrive:
rclone and run rclone config to set up your Google Drive as a "remote" (e.g., named gdrive).mkdir ~/google_drive
rclone mount gdrive: ~/google_drive &
One more
thing: Inside krusader, it is easy to access google_drive just like an
ordinary folder. That means, I can sync, copy, delete ... files in
google_drive.
However, sync indside krusader is slow.