Monthly Archives: August 2019

Check SSL certificate content from command line

openssl x509 -text -noout -in /path/to/SSLCert.crt

Posted in Uncategorized | Leave a comment

ISO images in Proxmox

are in: /var/lib/vz/template/iso/  

Posted in Uncategorized | Leave a comment

Return to ap-get / dpkg when ssh connection cuts out

It’s good idea to use “screen”, so you can recover easily your session if the ssh connection breaks. Otherwise just kill the dpkg process, then run # dpkg –configure –pending

Posted in Uncategorized | Leave a comment