Debian with Proxmox: Difference between revisions
mNo edit summary |
mNo edit summary |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
== Why not the Proxmox Installer? == | |||
* The Proxmox installer does not allow for manual partitioning and wipes the whole disk | |||
* The Debian allows manual partitioning | |||
== Installation of Debian == | == Installation of Debian == | ||
* https://www.debian.org/download.en.html | * https://www.debian.org/download.en.html | ||
Line 9: | Line 13: | ||
apt upgrade | apt upgrade | ||
apt install sudo mc nmap powertop fail2ban | apt install sudo mc nmap powertop fail2ban | ||
<pre> | </pre> | ||
* /etc/hosts | * /etc/hosts |
Latest revision as of 16:47, 25 October 2024
Why not the Proxmox Installer?
- The Proxmox installer does not allow for manual partitioning and wipes the whole disk
- The Debian allows manual partitioning
Installation of Debian
- https://www.debian.org/download.en.html
- AMD64 netinst
Config basics
su apt update apt upgrade apt install sudo mc nmap powertop fail2ban
- /etc/hosts
127.0.0.1 localhost 192.168.111.10 proxmox.local proxmox