This guide walks you through installing the NVIDIA driver on Proxmox with Secure Boot enabled, including automatic signing of DKMS modules and troubleshooting tips.
mokutil --sb-state| import http.client | |
| import http.cookies | |
| import json | |
| import base64 | |
| import hashlib | |
| from cryptography.hazmat.primitives import serialization | |
| from cryptography.hazmat.primitives.asymmetric import x25519 | |
| from cryptography.hazmat.primitives.asymmetric import ec | |
| from cryptography.hazmat.primitives import hashes |
VMDK is a virtual disk file from VMWare, reading without any "special" software is rather useful specially because I didn't want to install VMWare software
It's possible that this works with vhd and vhdx but I didn't test it... If someone does test it let me know
The steps are rather easy
This exemplary initial setup uses two devices /dev/sdb and /dev/sdc but can be applied to any amount of devices by following the steps with additional devices.
Create keyfile:
dd bs=64 count=1 if=/dev/urandom of=/etc/cryptkey iflag=fullblock
chmod 600 /etc/cryptkeycoral tpu, usb, proxmox, lxc container, unprivileged, docker, frigate, home assistant, debian, python
This guide is how I got a Coral TPU (USB) working in an unprivileged LXC container.
At the end, you should be able to use the Coral TPU for inferencing inside of an unprivileged LXC container as well as Docker containers within the LXC, such as Frigate.
This does NOT require privileged LXC or docker container.
| <NotepadPlus> | |
| <UserLang name="Cypher" ext="cypher" udlVersion="2.1"> | |
| <Settings> | |
| <Global caseIgnored="yes" allowFoldOfComments="yes" foldCompact="no" forcePureLC="0" decimalSeparator="0" /> | |
| <Prefix Keywords1="no" Keywords2="no" Keywords3="no" /> | |
| </Settings> | |
| <KeywordLists> | |
| <Keywords name="Comments">00// 01 02 03// 04</Keywords> | |
| <Keywords name="Operators1">( ) , = : [ ] { }</Keywords> | |
| <Keywords name="Folders in comment, open">CASE</Keywords> |
| #!/bin/bash | |
| # Ubuntu_Kernel_Upgrader_Script | |
| # Forked from https://gist.github.com/mmstick/8493727 | |
| #set -x | |
| rc=n # release candidate | |
| lowlatency=n # low latency | |
| verbose=n # be verbose |
| #!/bin/bash +x | |
| # Source: http://www.gabsoftware.com/tips/automatically-reconnect-to-your-vpn-on-linux/ | |
| # Description: | |
| # Make the script executable "chmod +x /path/to/the/script.sh | |
| # Put the script in .profile or .bashrc so it can be run on user login: | |
| # Example: echo "/path/to/the/script.sh start &" >> .bashrc | |
| # The script can be bound to shortcut keys with these commands: | |
| # /path/to/the/script.sh start # starts and monitors VPN connection |