Debian with Proxmox: Difference between revisions
(Created page with "== Installation of Debian == * https://www.debian.org/download.en.html ** AMD64 netinst Category:Linux/Distribution Category:Linux") |
mNo edit summary |
||
Line 3: | Line 3: | ||
** AMD64 netinst | ** AMD64 netinst | ||
== Config basics == | |||
<pre> | |||
su | |||
apt update | |||
apt upgrade | |||
apt install sudo mc nmap powertop fail2ban | |||
<pre> | |||
* /etc/hosts | |||
<pre> | |||
127.0.0.1 localhost | |||
192.168.111.10 proxmox.local proxmox | |||
</pre> | |||
== Install proxmox == | |||
* https://pve.proxmox.com/wiki/Install_Proxmox_VE_on_Debian_12_Bookworm | |||
[[Category:Linux/Distribution]] | [[Category:Linux/Distribution]] | ||
[[Category:Linux]] | [[Category:Linux]] |
Revision as of 16:40, 25 October 2024
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 <pre> * /etc/hosts <pre> 127.0.0.1 localhost 192.168.111.10 proxmox.local proxmox