Instructions — Page 36

09.03.2021
32 191
Knowledge base / Instructions
How to restart the network in Ubuntu

In Ubuntu Debian, a special networking service is responsible for initializing network interfaces and configuring the network. You can familiarize yourself with the network configuration and network settings by looking at the /etc/network/interface file

08.03.2021
56 291
Knowledge base / Instructions
How to view and monitor Linux temperature

Do you often have to worry about the temperature of your computer? Probably not if the machine is in good working order and running smoothly. The temperature will not rise above the maximum value set by the manufacturer if there are no factory defects

07.03.2021
6 801
Knowledge base / Instructions
Finding the Squid version

If you need a powerful cross-platform proxy server, you will probably not find anything better than Squid. It supports traffic filtering and caching. As new versions are released, more and more tools are added. The latest version already has ssl filtering, new filtering and caching options. Often users ask how to find out the version of Squid installed in the system. It is quite easy to do, and a professional is unlikely to encounter difficulties, which is not the case with beginners.

07.03.2021
16 142
Knowledge base / Instructions
Find out the version of the Ubuntu distribution

Canonical regularly releases new versions of the distribution, or rather twice a year - in April and October. Each new version is labeled with numbers that indicate the year and month of release.

07.03.2021
48 036
Knowledge base / Instructions
How to disable the password for the Sudo command

A utility called Sudo allows a regular user to operate the program with superuser rights. To prevent an outside user, the utility asks for a password each time it runs.

06.03.2021
18 352
Knowledge base / Instructions
Emptying the Recycle Bin in Linux

At first glance, it may seem that there is nothing easier than emptying the Recycle Bin in the Linux operating system. However, beginners may have some difficulties at first.

06.03.2021
15 876
Knowledge base / Instructions
See process threads in Linux

Threading is a program abstraction for parallel execution in modern OS. The following happens with multithreaded program execution: RAM address space and open files are shared between threads in order to minimize overhead and use CPU time more efficiently.

06.03.2021
62 278
Knowledge base / Instructions
Making a file executable in Linux

What makes Linux different from Windows in terms of file execution is that the former system defines executable files as program files not by their extension, but by a special executability flag. Thus, each file has three modes of executability: read, execute and write.

06.03.2021
26 114
Knowledge base / Instructions
Watching free TV on a Linux system

Do you want to watch TV programs on a Linux system, and for free? This opportunity appeared with the release of Freetuxtv, a free online player that was originally developed for subscribers of French providers. But after a while, free channels and radio stations were added to it. Now there is an opportunity to watch TV programs absolutely free. So the player offers watching TV programs in more than 50 languages of the world.

05.03.2021
14 757
Knowledge base / Instructions
How to disable Ubuntu auto-update

Every Windows user is familiar with such a notification as "Do not turn off your computer, a system update is in progress". Now this situation can also happen when using Ubuntu system.