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.
The article is based on an already installed docker package.
Official installation page .
I will consider installing on ubuntu 14.04. Be sure to visit the docker-compose website as the install link is dynamic and subject to change. The most recent link is taken from offsite.
1. We take a link from offsite and run it in the console :
sudo curl -L https://github.com/docker/compose/releases/download/ 1.21.2 /docker-compose-$(uname -s)-$(uname -m) -o /usr/local/bin/docker-compose
in my case it is release 1.21.2 .
2. Set up privileges :
sudo chmod +x /usr/local/bin/docker-compose
chmod +x - allows you to open only read the script, without the ability to edit it.
3. Installation is completed, check the version :
docker-compose -v
in my case it is docker-compose version 1.21.2, build a133471

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.