Knowledge base — Page 94

26.01.2022
17 475
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 033
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 906
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 571
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 756
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.

14.12.2021
7 677
Knowledge base / Commands
CHGRP LINUX command

Often when working in Linux, users rarely think about who owns a file. When it comes to running a server, however, the situation changes.

26.11.2021
7 536
Knowledge base / Commands
The more command in Linux

The more utility is suitable for page-by-page viewing of files in the Linux terminal. It owes its name to more, which appears at the bottom of each page. The more linux command is one of the most primitive commands for working with text. Its closest relative, the less command, has a much larger set of options and additional features. Let's take a look at its syntax and examples of its use.

26.11.2021
6 280
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.

26.11.2021
15 490
Knowledge base / Commands
How the ping command works

Surely you have faced a situation when the Internet on your computer suddenly breaks, such behavior can be observed when using ADSL modems, long distance Wifi, GSM and other similar unreliable technologies. You can quickly find out if your computer has internet by using the ping utility.