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

312 total results found

vzdump Backups

Proxmox

proxmox
backups
vzdump

Troubleshooting

Proxmox Proxmox Backup Server (PBS) on Synology

PBS Backup Proxy Fails to Start Overview This issue affects the ability for the user to log into the GUI / API SSH access still works In previous experience, this was due to mnt-synology_backups.mnt unit failing to start Triage Log into PBS via SSH or VM co...

Inspect Guest Disk Contents

Proxmox VM Management

This procedure only works for unencrypted disks, or disks where the encryption key is known! List VMs qm list List VMs on PVE node Get VM disk storage path On a default installation, you'd swap Guest_Disks with local-lvm -- e.g. local-lvm:vm-9990-disk-0 pvesm ...

Smallstep

Certificates and Encryption

Saving CA over HTTPS

Certificates and Encryption Smallstep

PKI Hierarchy [Root CA Host (Offline Later)] |--- root_ca.crt-------------------------Copy to Intermediate CA-. '--- root_ca_key <--------------------. | | | ...

ACME Certificates on PVE HTTPS

Proxmox Cluster Management

NOTE: The instructions on this page pertain to setting up ACME certificates for the PVEProxy service which terminates TLS on tcp/8006. This does not alter certificates for node-to-node cluster trusts. Background In my environment, I have: STEP CA Intermediate...

ACME Certificates on PBS HTTPS

Proxmox Proxmox Backup Server (PBS) on Synology

NOTE: The instructions on this page pertain to setting up ACME certificates for the proxmox-backup-proxy service which terminates TLS on tcp/8007. This does not alter certificates for node-to-node cluster trusts. Background In my environment, I have: STEP CA ...

Node Management

Proxmox

VM Management

Proxmox

LXC Management

Proxmox

Docker

Linux Administration

Docker Credential Helper on Headless Linux

Linux Administration Docker

Install Prerequisites sudo apt update && sudo apt install -y gpg pass pinentry-tty curl Setup Password Store Configure GPG Agent for Headless Linux [ -d "$HOME/.gnupg" ] || ( mkdir "$HOME/.gnupg" && chmod 700 "$HOME/.gnupg" ) cat > ~/.gnupg/gpg-agent.conf <<...

Git

Linux Administration

git
gitlab
github

Git Credential Manager on Headless Linux

Linux Administration Git

Debian Derivatives Install Prerequisite Packages sudo apt update && sudo apt install -y libicu-dev gpg pass pinentry-tty curl libicu-dev -- International Components for Unicode for string operations (Dotnet needs this) gpg -- encrypts credentials pass -- pas...

GitLab SSH Authentication

Linux Administration Git

Generate SSH Keypair ssh-keygen -t ed25519 -C "gitlab-user@domain.tld" -f ~/.ssh/git-ssh-key Enter your GitLab email address in the comment, if desired cat ~/.ssh/git-ssh-key.pub Output the public key string, which will be added in GitLab user profile Add Pub...

Get Raw Command Output from qm guest exec

Proxmox VM Management

sudo apt update && sudo apt install -y jq VM_ID='201' COMMAND='cat /etc/hosts' qm guest exec 201 -- $COMMAND | jq -r '."out-data"'

Read QR Code from Image File

Steganography

zbarimg file.png

Certbot

Certificates and Encryption

certificates
x.509
encryption