Proxmox: Difference between revisions
Jump to navigation
Jump to search
(43 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
==Ubuntu== | |||
<syntaxhighlight lang="bash"> | |||
lxc image ls images:debian bookworm $(dpkg --print-architecture) | |||
lxc ls -f=json|jq -r '.[]|select(.name == "proxmox")|.name' | |||
lxc launch images:debian/12 proxmox --vm | |||
lxc ls -f=json|jq -r '.[]|select(.state.status == "Running")|[.name, .status]|@tsv' | |||
lxc ls -f=json|jq -r '.[]|select(.state.status == "Running")|.name' | |||
cat << EXE | lxc exec proxmox -- bash | |||
apt-get update;echo | |||
apt list -a --upgradable; apt-get upgrade -y | |||
apt-get install -y apt-transport-https ca-certificates curl software-properties-common | |||
EXE | |||
</syntaxhighlight> | |||
===Ubuntu » LXD=== | |||
<syntaxhighlight lang="bash"> | |||
cat << EXE | lxc exec proxmox -- sudo bash | |||
curl -fsSL http://download.proxmox.com/debian/proxmox-release-bookworm.gpg\ | |||
| gpg --dearmor -o /etc/apt/trusted.gpg.d/proxmox.gpg >/dev/null | |||
DISTRIBUTION=\$(. /etc/os-release && echo "\${VERSION_CODENAME}") | |||
cat << SRC | tee /etc/apt/sources.list.d/proxmox.list >/dev/null | |||
deb [arch=\$(dpkg --print-architecture)\ | |||
signed-by=/etc/apt/trusted.gpg.d/proxmox.gpg]\ | |||
http://download.proxmox.com/debian/pve \${DISTRIBUTION} pve-no-subscription | |||
SRC | |||
apt-get update;echo | |||
apt list -a --upgradable | |||
EXE | |||
</syntaxhighlight> | |||
==References== | ==References== | ||
{| | {| | ||
| valign="top" | | | valign="top" | | ||
* [https://forum.proxmox.com/threads/opt-in-linux-6-8-kernel-for-proxmox-ve-8-available-on-test-no-subscription.144557/ Proxmox » Kernel » 6.8 Available On VE 8] | |||
* [https://forum.proxmox.com/threads/opt-in-linux-6-2-kernel-for-proxmox-ve-7-x-available.124189/ Proxmox » Kernel » 6.2 Available On VE 7] | |||
* [https://www.reddit.com/r/Proxmox/comments/16wiai9/3_node_proxmox_ceph_cluster_with_26gbs/?rdt=49024 Proxmox » Thunderbolt » Ceph Cluster] | |||
* [https://forum.proxmox.com/threads/proxmox-cpu-allocation-with-p-and-e-cores.137861/ Proxmox » CPU » Allocate P + E Cores] | |||
* [https://www.proxmox.com/en/proxmox-virtual-environment/requirements Proxmox » Hardware » Requirements] | |||
* [https://pve.proxmox.com/pve-docs/pve-admin-guide.html#qm_virtual_machines_settings Proxmox » Virtual Machines Settings] | |||
* [https://forum.level1techs.com/t/installing-proxmox-on-intel-nuc-13-pro/197217/7 Proxmox » Install » Intel Nuc 13 Pro] | |||
* [https://gist.github.com/scyto/76e94832927a89d977ea989da157e9dc Proxmox » Thunderbolt » Cluster] | |||
* [https://www.reddit.com/r/Proxmox/comments/122ign9/proxmox_alder_lake_cpu_pcores_and_ecores/ Proxmox » CPU » P + E Cores] | |||
* [https://www.proxmox.com/en/ Proxmox] | * [https://www.proxmox.com/en/ Proxmox] | ||
| valign="top" | | | valign="top" | | ||
* [https://forum.proxmox.com/threads/generic-solution-when-install-gets-framebuffer-mode-fails.111577/ Proxmox » Install » FrameBuffer Mode Fails] | |||
* [https://github.com/Telmate/terraform-provider-proxmox Proxmox » PVE » Terraform Provider Plugin] | |||
* [https://draculaservers.com/tutorials/how-to-install-proxmox-in-ubuntu/ Proxmox » Install » Qemu Virtual Machine] | |||
* [https://vsys.host/how-to/how-to-install-proxmox-on-debian-12-bookworm-2 Proxmox » Install » Debian 12 Bookworm] | |||
* [https://pve.proxmox.com/pve-docs/ Proxmox » PVE » Documentation] | |||
* [https://pve.proxmox.com/pve-docs/api-viewer/ Proxmox » PVE » API » Viewer] | |||
* [https://github.com/Telmate/proxmox-api-go Proxmox » PVE » API » Go] | |||
* [https://pve.proxmox.com/wiki/Proxmox_VE_API Proxmox » PVE » API] | |||
| valign="top" | | |||
|- | |||
| colspan="3" | | |||
---- | |||
|- | |||
| valign="top" | | |||
* [https://www.intel.com/content/www/us/en/products/sku/236849/intel-core-ultra-9-processor-185h-24m-cache-up-to-5-10-ghz/specifications.html Intel » Ultra 9 » 185H » 24M » 2L+8E+6P] | |||
* [https://www.intel.com/content/www/us/en/products/sku/236851/intel-core-ultra-7-processor-165h-24m-cache-up-to-5-00-ghz/specifications.html Intel » Ultra 7 » 165H » 24M » 2L+8E+6P] | |||
* [https://www.intel.com/content/www/us/en/products/sku/236847/intel-core-ultra-7-processor-155h-24m-cache-up-to-4-80-ghz/specifications.html Intel » Ultra 7 » 155H » 24M » 2L+8E+6P] | |||
* [https://www.intel.com/content/www/us/en/products/sku/236848/intel-core-ultra-5-processor-125h-18m-cache-up-to-4-50-ghz/specifications.html Intel » Ultra 5 » 125H » 18M » 2L+8E+4P] | |||
* [https://www.intel.com/content/www/us/en/products/sku/232130/intel-core-i713620h-processor-24m-cache-up-to-4-90-ghz/specifications.html Intel » i7 » 13620H » 24M » 0L+04E+6P] | |||
* [https://www.intel.com/content/www/us/en/products/sku/230500/intel-core-i713700k-processor-30m-cache-up-to-5-40-ghz/specifications.html Intel » i7 » 13700K » 30M » 0L+08E+8P] | |||
* [https://www.intel.com/content/www/us/en/products/sku/232146/intel-core-i71370p-processor-24m-cache-up-to-5-20-ghz/specifications.html Intel » i7 » 1370P » 24M » 0L+08E+6P] | |||
* [https://www.intel.com/content/www/us/en/products/sku/232155/intel-core-i71360p-processor-18m-cache-up-to-5-00-ghz/specifications.html Intel » i7 » 1360P » 18M » 0L+08E+4P] | |||
* [https://www.intel.com/content/www/us/en/products/sku/232126/intel-core-i51340p-processor-12m-cache-up-to-4-60-ghz/specifications.html Intel » i5 » 1340P » 12M » 0L+08E+4P] | |||
| valign="top" | | |||
* [https://www.intel.com/content/www/us/en/products/sku/235995/intel-core-i9-processor-14900hx-36m-cache-up-to-5-80-ghz/specifications.html Intel » i9 » 14900HX » 36M » 0L+16E+8P] | |||
* [https://www.intel.com/content/www/us/en/products/sku/230496/intel-core-i913900k-processor-36m-cache-up-to-5-80-ghz/specifications.html Intel » i9 » 13900K » 36M » 0L+16E+8P] | |||
* [https://www.intel.com/content/www/us/en/products/sku/232135/intel-core-i913900h-processor-24m-cache-up-to-5-40-ghz/specifications.html Intel » i9 » 13900H » 24M » 0L+08E+6P] | |||
* [https://www.amd.com/en/products/processors/laptop/ryzen/300-series/amd-ryzen-ai-9-hx-370.html AMD » AI 9 » HX 370 » 24M » 4A+8B] | |||
* [https://www.amd.com/en/products/processors/laptop/ryzen/300-series/amd-ryzen-ai-9-365.html AMD » AI 9 » 365 » 24M » 4A+6B] | |||
| valign="top" | | |||
|- | |||
| colspan="3" | | |||
---- | |||
|- | |||
| valign="top" | | |||
* [https://www.lenovo.com/my/en/configurator/cto/index.html?bundleId=83E2CTO1WWMY1 Yoga Pro 7i 14.5" Gen 9 » 🟢] | |||
* [https://www.lenovo.com/my/en/configurator/cto/index.html?bundleId=21G2CTO1WWMY1 ThinkPad P14s Gen 5 » 🔴] | |||
* [https://www.lenovo.com/my/en/configurator/cto/index.html?bundleId=21MLCTO1WWMY1 ThinkPad T14 Gen 5 » 🟢] | |||
* [https://www.lenovo.com/my/en/configurator/cto/index.html?bundleId=21L1CTO1WWMY1 ThinkPad L14 Gen 5 » 🟡] | |||
| valign="top" | | |||
* [https://www.lenovo.com/my/en/configurator/cto/index.html?bundleId=83E3CTO1WWMY1 Yoga Pro 7 14.5" Gen 9 » AMD » 🟡] | |||
* [https://www.lenovo.com/my/en/configurator/cto/index.html?bundleId=21MECTO1WWMY1 ThinkPad P14s Gen 5 » AMD » 🟠] | |||
* [https://www.lenovo.com/my/en/configurator/cto/index.html?bundleId=21MCCTO1WWMY1 ThinkPad T14 Gen 5 » AMD » 🟡] | |||
* [https://www.lenovo.com/my/en/configurator/cto/index.html?bundleId=21L5CTO1WWMY1 ThinkPad L14 Gen 5 » AMD » 🟡] | |||
| valign="top" | | | valign="top" | | ||
Line 18: | Line 111: | ||
* [[Linux Kernel]] | * [[Linux Kernel]] | ||
* [[Multipass]] | * [[Multipass]] | ||
* [[Podman]] | |||
* [[Vagrant]] | * [[Vagrant]] | ||
* [[Docker]] | * [[Docker]] | ||
* [[MAAS]] | * [[MAAS]] | ||
Line 25: | Line 118: | ||
| valign="top" | | | valign="top" | | ||
* [https://en.wikipedia.org/wiki/USB4#Thunderbolt_3_compatibility USB4 » Thunderbolt 3 compatibility] | |||
* [[OpenMediaVault]] | |||
* [[Thunderbolt]] | |||
* [https://nextcloud.com/ Nextcloud] | |||
* [[VirtualBox]] | * [[VirtualBox]] | ||
* [[CasaOS]] | |||
* [[Qemu]] | * [[Qemu]] | ||
* [[MinIO]] | |||
* [[CIDR]] | |||
* [[UFW]] | |||
| valign="top" | | | valign="top" | | ||
* [[Minikube Systemd]] | |||
* [[Minikube Tunnel]] | |||
* [[Free Up RAM]] | |||
|} | |} |
Latest revision as of 01:31, 7 November 2024
Ubuntu
lxc image ls images:debian bookworm $(dpkg --print-architecture)
lxc ls -f=json|jq -r '.[]|select(.name == "proxmox")|.name'
lxc launch images:debian/12 proxmox --vm
lxc ls -f=json|jq -r '.[]|select(.state.status == "Running")|[.name, .status]|@tsv'
lxc ls -f=json|jq -r '.[]|select(.state.status == "Running")|.name'
cat << EXE | lxc exec proxmox -- bash
apt-get update;echo
apt list -a --upgradable; apt-get upgrade -y
apt-get install -y apt-transport-https ca-certificates curl software-properties-common
EXE
Ubuntu » LXD
cat << EXE | lxc exec proxmox -- sudo bash
curl -fsSL http://download.proxmox.com/debian/proxmox-release-bookworm.gpg\
| gpg --dearmor -o /etc/apt/trusted.gpg.d/proxmox.gpg >/dev/null
DISTRIBUTION=\$(. /etc/os-release && echo "\${VERSION_CODENAME}")
cat << SRC | tee /etc/apt/sources.list.d/proxmox.list >/dev/null
deb [arch=\$(dpkg --print-architecture)\
signed-by=/etc/apt/trusted.gpg.d/proxmox.gpg]\
http://download.proxmox.com/debian/pve \${DISTRIBUTION} pve-no-subscription
SRC
apt-get update;echo
apt list -a --upgradable
EXE