Proxmox
Install
Nodes
Ceph
Lvm
Vm
Create a vm
Using proxmox webUI, don't forget to check Qemu agent.After having installed it EACH vm, don't fo...
Resize vm disk
Resize disk in the vm's hardware tab using proxmox webUI Find disk's name (usually for us sda)...
Disable swap
If you have GParted open, close it. Its Swapoff feature does not appear to to be permanent. Open...
SSH setup
28 sudo vim /etc/ssh/sshd_config.d/disable_root_login.conf 29 /etc/init.d/ssh reload 30 ...
Arch install
fdisk /dev/sda g n w mkfs.ext4 /dev/sda1 pacman -Syy pacman -S reflector cp /etc/pacman.d/...