Step-1: Install/(Upgrade to Ubunto 22) Ubuntu on your Windows
sudo apt update && sudo apt full-upgrade -y
sudo do-release-upgrade
Step-2: Install Nodejs
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.6/install.sh | bash
Innovation Technology
Step-1: Install/(Upgrade to Ubunto 22) Ubuntu on your Windows
sudo apt update && sudo apt full-upgrade -y
sudo do-release-upgrade
Step-2: Install Nodejs
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.6/install.sh | bash
Select Only the Blank Cells:
At first, be sure that your cPanel has terminal access.
Step-1
mkdir -p ~/bin cd ~ php -r "copy('https://getcomposer.org/installer', 'composer-setup.php');" php composer-setup.php --install-dir=$HOME/bin --filename=composer rm composer-setup.php echo 'export PATH="$HOME/bin:$PATH"' >> ~/.bashrc source ~/.bashrc
Step-2
composer -V
Step-3
cd ~/public_html/myproject composer install
Insert the following line in configuration.php.
$allow_adminarea_invoice_mutation = true;
/usr/local/bin/php -q /home/username/public_html/whmcs/crons/cron.php all --force -vvv
journalctl -u dovecot -g "auth failed"
Step-1: Install/(Upgrade to Ubunto 22) Ubuntu on your Windows sudo apt update && sudo apt full-upgrade -y sudo do-release-upgrade ...