Advanced Search
Search Results
26 total results found
Docker
proxmox
Useful commands
How to check logs To view the last logs entries of a given container, run the following command: docker logs --tail 50 --follow --timestamps container_name
Barrier
Rocketchat
Common issues
Mouse uncontrollably spins in games This usually happens in games and no matter what you change you can't play. The solution is to tick the "Use relative mouse moves" in the server advanced settings and add a hotkey where you "Lock cursor to screen". You can...
Server
Nextcloud
CPU Pinning
How to do CPU pinning (work in progress) Create a file under /etc/pve/qemu-server/$vmid.cpuset for the VM which you want to set the CPU pinning for. Examples: 0-1 0-1,6-7 Depending on your CPU topology assign the proper cores to your VM. You can find out ...
Proxmox GPU Passthrough
GPU Passthrough This configuration worked for me, you might need to change things around Keep in mind I have an AMD CPU and Nvidia GPU, if you have other config, you might have to use different commands After upgrading Proxmox to 7.2, passthrough wasn't wor...
Linux
Useful Proxmox commands
Useful Proxmox commands/scripts pct cpusetsPrints the assigned CPU sets to the LXC containers. systemctl status <VMID>.scopeDisplays the process of a specific VM lscpu -ePrints CPU topologyMore details qm showcmd <VMID>Displays the command that Proxm...
ddclient
ZFS pool
ZFS Pool couldn't be mounted If after a system update the ZFS pool can't be mounted, the issue could be the corrupted ZFS cache.To fix that run the following commands: # First create a backup mv /etc/zfs/zpool.cache /etc/zfs/zpool.cache.bkp # Enable rel...
Bookstack
Nextcloud knowhow
How to share a local folder if Nextcloud is installed using snap? Install the External Storage app then make sure snap has access to removable media. ie run this command:sudo snap connect nextcloud:removable-media
Resetting GPU
Keep in mind I haven't yet tested this with AMD card Hookscript example: #!/bin/bash if [ $2 == "pre-start" ] then echo "gpu-hookscript: Resetting GPU for Vitual Machine $1" echo 1 > /sys/bus/pci/devices/0000\:07\:00.0/remove echo 1 > /sys...
Setting up Home Assistant
Create a normal Linux VM for Home Assistant, but there are some exceptions to the normal procedure: Don't create a disk, not needed since we are going to use the one downloaded from Home Assistant's website Make sure the BIOS id OVMF (UEFI) Also un-tick...