Instructions — Page 31

26.01.2022
17 922
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 482
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
6 353
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
28 005
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
58 210
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 696
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.

13.11.2021
7 589
Knowledge base / Instructions
Installing WIRESHARK in UBUNTU

Wireshark is a popular program that allows you to analyze network traffic. The program allows the user to view the contents of network packets at different levels of network operation. In addition to directly analyzing traffic, the program has the ability to decrypt encrypted wireless network packets. Unlike the console utility tcpdump, Wireshark has a very convenient graphical interface.

11.11.2021
6 356
Knowledge base / Instructions
How to install FFmpeg in Ubuntu 20.04

FFmpeg is a tool for converting files in most known video formats. The FFmpeg program has no graphical interface, but it allows you to perform tasks that other video converters are simply powerless to do. In this article, let's see how to install FFmpeg in Ubuntu 20.04 from the official repositories, as well as using the snap package. And then let's talk about how to use it to convert a small video from one format to another.

07.11.2021
7 964
Knowledge base / Instructions
Installing RABBITMQ in UBUNTU 20.04

This is the name of a queue server that can handle messages using AMQP (Advanced Message Queuing Protocol). Several other protocols are also used with the help of plugins. Most often used as a broker of text messages, it receives messages from programs that generate them and delivers them to programs that are ready to receive them. The server itself is written in Erlang.

30.10.2021
17 022
Knowledge base / Instructions
Adding a user in Debian

In Linux, users and groups are used to access the file system. Each file has an owner user and a group from which users can access it. This is a very simple yet flexible privilege system. Users are used not only for people working on the PC but also for running processes, allowing you to limit their sphere of influence. Next we will look at how to add new users to Debian.