What is the difference between “local” and “local-lvm” on Proxmox VE (PVE)? Which to use? Why use local/local-lvm?
By default, after installation, PVE is configured with local and local-lvm storage locations for storing iso, vztmpl, backup, images…
Snapshot of PVE/TrueNAS
HPmsg10+ Openbox @2020.10.1
Planned usages: Debian+Proxmox as base platform.FreeNASPersonal websitePrivate cloud platformApp servers for clonezilla, syncthing etc.OpenWRTOther VMs
Nginx + Rtmp 实现直播推流
示例可用于Ubuntu 18/19/20 + Nginx平台。 安装nginx模块:nginx-rtmp-module 配置 /etc/nginx/nginx.conf: rtmp { server { listen 1935; notify_method get;…