Useful commands
July 19, 2022
Windows 10 guest best practices
Windows 10 VirtIO Drivers
Remove Storage
- After install Proxmox, we need to remove the
local-lvm
, go toDatacenter > Storage > local-lvm > Remove
- Go to the
node > Shell
and use this commandslvremove /dev/pve/data lvresize -l +100%FREE /dev/pve/root resize2fs /dev/mapper/pve-root
Change IP of a server
nano /etc/hosts
nano /etc/network/interfaces
Wipe Disks and Create Directory Folder
Replace sdb with the drive you need to wipe
fdisk /dev/sdb
g
w
Go to node > Disks > Create directory
Folder FTP
/var/lib/vz/
Update Date and Time
Format YYYY-MM-DD
date --set 1998-11-02
date --set 21:08:00