mreschke / Music 2026-Q1
0 likes
0 forks
1 files
Last active 1 month ago
Some cool music for 2026 Q1
Ronald Jenkees New Stuff
- Clear Creek (Wintry Mix) - https://on.soundcloud.com/NJWAygio91bYS2tLmK
From Z
- https://m.soundcloud.com/m-zinednb/goodmorningbasslines02e01?ref=clipboard&p=a&c=0&si=b0b5b66decb9414ab9d4a99f527dc6c5&utm_source=clipboard&utm_medium=text&utm_campaign=social_sharing
mreschke / Proxmox secondary_vm.sh
0 likes
0 forks
1 files
Last active 2 months ago
Adjust Nvidia Passthrough Device to Secondary Card
| 1 | #!/bin/bash |
| 2 | |
| 3 | # Set a secondary VM to use second NVIDIA card as PCI Passthrough |
| 4 | # And the bottom USB card. And REMOVE those 2 PCI devices from any other VM |
| 5 | # mReschke 2025-03-16 |
| 6 | |
| 7 | # Input |
| 8 | secondary_vmid="$1" |
| 9 | #primary=109 |
mreschke / Proxmox primary_vm.sh
0 likes
0 forks
1 files
Last active 2 months ago
Adjust Nvidia Passthrough Device to Primary Card
| 1 | #!/bin/bash |
| 2 | |
| 3 | # Set a primary VM to use first NVIDIA card as PCI Passthrough |
| 4 | # And REMOVE those 2 PCI devices from any other VM |
| 5 | # mReschke 2025-03-16 |
| 6 | |
| 7 | # Input |
| 8 | primary_vmid="$1" |
| 9 | primary=109 |
Newer
Older