A complete reference for Markdown syntax supported on GitHub Gist (GitHub Flavored Markdown).
# H1 Heading
If you want to learn Open-WebUI, how it works, or you want to set up a server for more than one computer on your network to access or you want maximum performance (because running Ollama in Docker for Mac doesn't use your GPU) then follow this guide. This was tested on MacOS Tahoe 26.4.1
Note: Visit my GitHub Repo to download a script to update Ollama and Open-WebUI to their latest versions https://github.com/andrewpayne68/ollama-openwebui-macos26
Steps to fix it:
Relax the security restriction (immediate fix): Open your terminal and run:
sudo sysctl -w kernel.apparmor_restrict_unprivileged_userns=0
Clear the "failed" thumbnail cache: This forces Nautilus to retry generating thumbnails for files that previously failed:
Set kitty as the default Terminal app in Gnome 50/Ubuntu 26.04 LTS in a single command line:
sudo ln -s ~/.local/kitty.app/bin/kitty /usr/bin/kitty~ && gsettings set org.gnome.desktop.default-applications.terminal exec kitty
If you start an application, such as Nautilus or Gparted as sudo or root and it has the default GTK theme, here is a solution: simply run the following commands:
sudo ln -s ~/.themes /root/.themes
sudo ln -s ~/.icons /root/.icons
sudo ln -s ~/.fonts /root/.fonts
This will create a symbolic link for your themes, icons and fonts in the root folder for the respective folders and will allow the root applications to to use the theme that you have set.
Clear the apt package cache: This removes downloaded package files that are no longer needed.
sudo apt clean
Remove unused packages: This command removes packages that were automatically installed to satisfy dependencies for other packages but are no longer needed.
The issue of being unable to use gfxmode in GRUB2, resulting in a console-only display, typically stems from a lack of compatible video modes supported by your hardware's firmware (BIOS/UEFI) or a misconfiguration in the GRUB settings. GRUB uses VESA BIOS Extensions (VBE) to display graphics, and the maximum resolution might be lower than expected. Troubleshooting Steps: Here are the steps to diagnose and fix the issue in Ubuntu: