Installing Multiple Versions of Node.js on Ubuntu Using NVM
Let's look at the nvm tool for ubuntu and its basic commands for switching between node versions.
1. To install, you will need to say libraries with in zip archive:

2. From the archive you will need to take the files necessary for our version of php :

3. Copy the necessary files to the directory, I have it /usr/local/ioncube
4. In /etc/php/7.2/apache2/php.ini we write to the end of the file:
zend_extension = /usr/local/ioncube/ioncube_loader_lin_7.2.so
zend_extension = /usr/local/ioncube/ioncube_loader_lin_7.2_ts.so
5. Restart Apache :
sudo service apache2 restart
Let's look at the nvm tool for ubuntu and its basic commands for switching between node versions.
Consider setting up swap if there is enough RAM available. The effect of the swappiness parameter on the aggressiveness of swap file usage.
Let's consider the possibility of changing the parameters of the configuration file (php.ini) on a hosting that does not have the ability to configure the Cron scheduler (cli) from the panel.
Configuring Apache for high volume Cookies. Let's analyze the error "Bad Request. Your browser sent a request that this server could not understand. Size of a request header field exceeds server limit." and options to configure the server.
Let's try to cure the black screen when booting Ubuntu after installing proprietary nvidia-340 driver on Nvidia 630M laptop.