Knowledge base — Page 110

05.09.2021
7 483
Knowledge base / Instructions
How to install VirtualBox in Ubuntu 18.04

Oracle Virtualbox application, a free platform, cross-platform program and set of powerful tools for x86 virtualization. It is primarily designed for desktops, servers and workstations. The program can run on Linux, Solaris, Mac OS X and Microsoft Windows. It is compatible with any version of BSD, IMB OS/2, DOS, Netware, L4, QNX and JRockitVE. Both 32 bit and 64 bit architectures are supported. But at the moment the program can work only on AMD64 and Intel64 and x86 architectures.

04.09.2021
23 087
Knowledge base / Equipment
Deleting the Git branch

In order to ensure the development of various software versions, branches are implemented in Git. Branches are used to develop new functionality in the utility.

03.09.2021
16 052
Knowledge base / Information
Differences between Ubuntu and Debian

In Debian and Ubuntu, you can use the apt-get command to manage applications. DEB packages are used in both distributions. Often the instructions for installing packages are the same for both distributions.

28.08.2021
21 034
Knowledge base / Instructions
How to install Curl in Ubuntu

Sometimes it happens that a script generates the following error: bash: curl: command not found. This error means that there is no such command in the system. What is the solution to this problem? You can install the curl utility. It is designed for downloading files.

28.08.2021
5 953
Knowledge base / Information
Features of the Linux community

Today we know a large number of reasons why people love Linux even more than before. The Linux community is one of the main reasons to use Linux. Yes, a feature of Linux is the community. This may seem like a controversial point for new users because the term itself is very common at the moment. There are even managers for creating and managing a community. Let's take a look at the main key features of the Linux community.

05.08.2021
27 052
Knowledge base / Instructions
See mount points in Linux

A well-known difference between Linux and Windows is that it allows users to transparently control the mounting of disk partitions. In turn, this gives the right to control the flexibility to customize the directory structure, to use multiple file systems, where each will fulfill its own purpose.

05.08.2021
7 103
Knowledge base / Instructions
Installing Gnome 40 in Ubuntu

Not so long ago GNOME received an update. Firstly, the GTK4 library was switched to GTK4, and secondly, the principle of working with applications was changed. Therefore, a new numbering was decided: 3.38 is immediately followed by the 40th version.

25.07.2021
7 167
Knowledge base / Instructions - THE.Hosting
Anycast VPS

Anycast is a network addressing and routing method in which a single IP address is assigned to multiple servers within the same network. These servers may be located remotely from each other, so in the case of Anycast, regardless of the location of the request sources, data is sent to the nearest server.

23.07.2021
52 298
Knowledge base / Instructions
Root in Ubuntu

The Ubuntu distribution policy is such that any user actions and decisions requiring administrative privileges are performed only with the sudo command. No one recommends using root for a beginner, because a novice user is not well oriented in the system and may forget that he is logged in as root and delete an important file.