Skip to main content
Advanced Search
Search Terms
Content Type

Exact Matches
Tag Searches
Date Options
Updated after
Updated before
Created after
Created before

Search Results

11 total results found

USB & External Devices Shut Off Peridocally

PROXMOX PROXMOX Troubleshooting and Known Issues

On any smaller machines which PROXMOX is run on, you may be reliant on external USB devices to operate the server reliably. For instance, you may need to use an external hard drive to have adequate storage for ISOs or non-I/O-critical VMs, or you may need an e...

Pushing to your Repository

Making and Using Docker Containers Docker Hub & Uploading Containers

Once you have your repository created in hub.docker.com, you can begin tagging and uploading your created docker images. For instance, assuming we have a container called myrepo/myimage, you may want to build a version of your image tagged with the correct ve...

Backup & Restore

BookStack Backup and Restore

This applies exclusively to the bare-metal BookStack install, not the Docker version. It also assumes you installed via the Ubuntu Installation script:https://www.bookstackapp.com/docs/admin/installation/#requirements  ----------------------------------------...

Error Troubleshooting

Self-Hosted AI Open WebUI

If you have an error such as the following: Ollama:500, message='Internal Server Error', url=URL('http://127.0.0.1:11434/api/chat') Likely you need to update Ollama, as Open WebUI has been updated too far to be able to interact with your current Ollama versi...

AUTOMATIC1111

Self-Hosted AI Stable Diffusion

Making Docker see NVIDIA GPUs on Linux

Self-Hosted AI Open WebUI

    Fedora Linux: Run sudo dnf install nvidia-container-toolkit nvidia-driver to install NVIDIA's toolkit for interacting with containers, as well as the proprietary drivers for your NVIDIA GPU. sudo nvidia-ctk runtime configure --runtime=docker configure...

Mounting Drives & fstab

Linux

fstab, my old foe...  Will update this more later, just note that when adding additional properties such as "default,user,uid=1000,gid=1000" etc, the "user" property implies "noexec". If you need to include the "user" property, add "exec" after it (since fsta...

Building Your Image

Making and Using Docker Containers Dockerfiles and Making Images

To build your Docker image, make sure you are building within the same directory as your Dockerfile. docker build -t myusername/myimage:tag . Multi-platform builds, with multiple tags, and auto-push: docker buildx build --push \ --platform linux/arm/v...

Ensuring Containers Run at Startup

Making and Using Docker Containers Running and Maintaining Docker Deployments

You can run a Docker container that is downloaded to your system with: docker run --restart=always container-name-or-ID However, to ensure that the Docker Engine service runs at startup (which is needed for containers to run), also ensure that said service i...

Wireguard can connect on some networks, but not others

Wireguard & VPNs Known Issues & Troubleshooting

UDP Blocked There is a chance that UDP connections are blocked on the network that you are on. You will have to do your own research regarding "disguising" UDP traffic; the Wireguard website has some input on this: https://www.wireguard.com/known-limitations/...

Set up Windows without online account

Windows Tweaks & Tricks

On Windows setup, Windows often asks for an online account to set up your computer. If you're like me, and hate Microsoft, and want as little involvement from them as possible, you can press Shift+F10 (or possibly Shift+Fn+F10, if your keyboard has a shared se...