Advanced Search
Search Results
105 total results found
Install Docker on First Ubuntu
Install Docker apt # Add Docker's official GPG key: sudo apt-get update sudo apt-get install ca-certificates curl sudo install -m 0755 -d /etc/apt/keyrings sudo curl -fsSL https://download.docker.com/linux/ubuntu/gpg -o /etc/apt/keyrings/docker.asc sudo ...
Frigate & Google Coral and Proxmox VM
Bought items: Good Youtube Tutorial: https://www.youtube.com/watch?v=zKk9dnAp8FM In Proxmox Node: lsusb root@orange:/etc/pve/lxc# lsusbBus 008 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hubBus 007 Device 001: ID 1d6b:0002 Linux Foundation 2.0 roo...
Bambu Lab A1 Common Issues: Things You Should Do Before Any Serious Print
These are issues i've experienced and want to take note. Calibration: Calibrate Your Filament Before Usage Learn here Change the K Value to : 0.03 and the value step: 0.001 Pick the best line which has good k factor for the printer The above are ...
Cloudflare Error 521: Proxmox Host and VM with Web Servers Are Down
Cloudflare Error 521: web server is down Things to check: Check Error Logs Check All Services is running ( Nginx, PHP-fpm, mysql ) Check Firewall Forwarding Rules Check Cloudflare DNS Records Check Domain Expired My Host infrastructure: Host Pro...
Proxmox Passthrough - Beelink Ser 7
Tutorials: https://github.com/isc30/ryzen-gpu-passthrough-proxmox/tree/main Additional Information: Turn off Secure Boot on VM: on Host, sudo apt update sudo apt install ovmf cp /usr/share/kvm/OVMF_VARS.fd /var/lib/qemu-server/139-vars.fd or c...