The OVF+VMDISK : https://bit.ly/3rLZqMU
All server template are installed with linux LVM to improve the risezable disk
All server template have (+all default things) :
- curl
- screen
- htop
- cockpit
- SSH server
- Increase the disk size inside ur hypervizor
- (hot) Rescan the disk : (root)# echo 1 > /sys/class/scsi_disk/0:0:0:0/device/rescan
- Extend the LVM partition : (root)# cfdisk
- Resize the PV : (root)# pvresize /dev/sda3
- Add some extra size to your LV : (root)# lvresize -L +10G -r /dev/rootVG/homeLV (add 10G to the homeLV partition)
command : sudo nano /etc/network/interfaces
under this line "The primary network interface"
auto <interface_name>
iface <interface_name> inet static
address A.B.C.D
netmask A.B.C.D
gateway A.B.C.D
=> reboot to save
(root)# nano /etc/crontab
put this :
0 0 * * * reboot
0 12 * * * reboot