Installation Use apt to install MySQL server: sudo apt install mysql-server sudo mysql mysql> ALTER USER 'root'@'localhost' IDENTIFIED WITH mysql_native_password BY 'new_password'; Start ...
Linux - Install MySQL
Linux - Install Apache
Installation Install Apache using Ubuntu’s package manager using apt: sudo apt update sudo apt install apache2 Check and adjust the Firewall rules to allow all web traffic to Apache using ufw: ...
Proxmox - Increase VM Disk Size
Steps These are the steps to increase the disk size of the VMs in Proxmox Add new disk in Proxmox VE UI Partition the new disk Create a new physical device (using pvcreate) Extend the ex...
Proxmox - Cluster Status
Check Proxmox VE cluster status This command will let you know the current status of Proxmox VE Cluster: [email protected]:~# pvecm status Quorum information ------------------ Date: Fri Jun 2...
Proxmox - Resize PVE Root
Why? When installing proxmox from iso its give a lot storage to pve-data which is a volume-storage and not a lot for pve-root, and pve-root it’s where your filesystem is mounted. Check current st...