Linux - Install PHP
Installation Use apt to install PHP. In addition, include some helper packages this time so that PHP code can run under the Apache server and talk to your MySQL database: sudo apt install php lib...
Installation Use apt to install PHP. In addition, include some helper packages this time so that PHP code can run under the Apache server and talk to your MySQL database: sudo apt install php lib...
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 ...
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: ...
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...
Check Proxmox VE cluster status This command will let you know the current status of Proxmox VE Cluster: root@pve:~# pvecm status Quorum information ------------------ Date: Fri Jun 2...
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...