Instructions — Page 30

21.02.2022
6 740
Knowledge base / Instructions
Installing IDLE Python in Ubuntu

IDLE or Integrated Development and Learning Environment is called integrated development and learning environment, that is, it is an integrated development environment in Python language.

08.02.2022
6 794
Knowledge base / Instructions
Installing Docker Compose in Ubuntu

Docker Compose is a special tool that is required to run and use many Docker container applications. When using Compose, a single YAML file named docker-compose.yml is created and the required applications are defined in it.

28.01.2022
15 875
Knowledge base / Instructions
How to install Cinnamon in Debian 11

Many users know about such a graphical shell as Cinnamon. It is intended for operating systems based on Linux and FreeBSD. The decision to create a new graphical shell was made by the developer right after the release of GNOME 3. In fact, it is an offshoot of the GNOME Shell code base.

27.01.2022
14 746
Knowledge base / Instructions
Why does Linux share a VmWare folder?

A shared folder for the virtual machine and the host system is required to share files between the host and guest operating systems. VMware is a very popular virtual machine. In this article, let's see how to make a VMware Player shared folder on the system.

26.01.2022
17 505
Knowledge base / Instructions
Drawing a rectangle in GIMP

GIMP is a popular image editor that is interesting for its wide range of features, plus it's completely free. The only drawback of the program is that some of its functions are arranged in a non-obvious way. All this causes certain difficulties and users, who in turn have to look for guidance, for example, in the same toolbar there is nothing for creating geometric shapes.

25.01.2022
64 062
Knowledge base / Instructions
Installing TWRP via Fastboot

TWRP is called a popular recovery menu for Android with which you can flash various third-party firmware, do root, system backups, restore your phone in case of problems.

24.01.2022
5 958
Knowledge base / Instructions
How to install Vivaldi in Ubuntu

Not so long ago, the Vivaldi browser appeared, which became a new development after the appearance of large and famous Google Chrome, Opera, Mozilla Firefox. The developers released the first version in 2015. But despite this, it proved itself perfectly because of the great emphasis on protecting user data and preserving privacy on the Internet. Now the browser is supported on all current operating systems, including various Linux distributions. In this instruction, we will tell you how to install Vivaldi in Ubuntu 20.04.

16.01.2022
27 602
Knowledge base / Instructions
Change the color in the Linux terminal

Most of the tasks in Ubuntu are easier and more convenient to do through the terminal. This applies to managing the file system, various settings, installing applications. It is very important for the user to have a comfortable to read text.

31.12.2021
57 784
Knowledge base / Instructions
Unlock the bootloader via FastBoot

To connect your phone to a computer and control it, the adb utility is suitable. This is quite a useful command, but if you want to flash root rights, third-party recovery menu or other firmware to the device, you will have to unlock the bootloader of the device first.

26.11.2021
6 316
Knowledge base / Instructions
Team Man

Terminal commands are the main advantage of the Linux operating system. The problem is that the user is not always able to figure out all the commands on his own. This is useful, because with the help of commands you can do much more, and importantly, much more conveniently, compared to the graphical interface. The developers have created a special help system where you can find information about any command. Most of the commands contain help pages in their packages, which are added to the common database during installation. In this article we will talk about what man is and how to use this utility.