Ubuntu black screen after driver installation on Nvidia 630M
Let's try to cure the black screen when booting Ubuntu after installing proprietary nvidia-340 driver on Nvidia 630M laptop.
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 try to cure the black screen when booting Ubuntu after installing proprietary nvidia-340 driver on Nvidia 630M laptop.
When USB 2.0-3.0 stopped working after updating Ubuntu on a laptop.
Ability to run Skype in multiple windows. Installed on Ubuntu skypeforlinux run in 2 windows.
Let's consider one of the ways to dos-attack on bluetooth through the basic l2ping tools in linux. Let's analyze a simple python script.
Consider a script that saves e-mail to a file. Sendmail stub, setup in Ubuntu.
Let's analyze one of the reasons for the initramfs error when starting Linux Ubuntu 18.04. Let's try a system restore. fsck exited with status code 4.
Unsatisfied links when installing npm, after installing node.js. Consider an alternative installation option.
Let's consider one of the possibilities to set the monitor resolution via xrandr. Analysis of a connected second monitor via VGA. Unknown display in Ubuntu 18.04.