In this article, we will see how to get CentOS version, see the level of updates, and also find out the kernel version that is currently in use. The instruction is written for CentOS 7, …
70mai Smart Dash Cam Pro have inside lithium-ion battery for parking mode and unfortunately this kind of battery can last can last about 1-2 years. This means that soon you need to replace it. In …
In Ubuntu Linux (and a number of other systems) it is customary to use sudo to obtain root privileges, and often there is the task of writing (for example, via echo) any value to a …
From Ubuntu 17, the swap partition was replaced by a swap file. The main advantage of the swap file is easy resizing. In the following example, we will change the swap size from 2 GB …
RAM is very important for the computer normal operation. It contains all data of the working programs. When the memory is full, the program may produce various errors or even stop working. The response time …
The DNS (Domain Name System) is used to determine which IP belongs to the required domain on the Internet. When a program needs to access the site by its domain name, the operating system sends …
To access the MySQL or MariaDB database, you need to enter a username and password. During installation, a root user account is automatically created, which is an analog of superuser in Linux for MySQL. It …
User groups are used to configure file system access of the operating system. Since in Linux all objects of the OS are files, then with the help of groups you can configure or restrict access …
The Linux operating system was originally created as a multi-user system. To control access rights for each user, three flags are used: read, write and execute. But this was not enough, so Linux user groups …
As known, in Debian/Ubuntu Linux, it is possible to remove package with remove and purge command. purge command removes package and all its files from the system, including configuration files too. remove command removes only binary files. …