Knowledge base — Page 98

09.03.2022
9 570
Knowledge base / Instructions
List of network interfaces

In Linux OS, not only network interfaces, but also hard disks and SSD disks are represented by files in a special file system. There are several ways to see the list of Linux network interfaces,

08.03.2022
16 536
Knowledge base / Instructions
How to switch between consoles in Linux

Linux has twelve TTY consoles that can be used to execute commands, restore the system, start Wine or the optional X server. Let's see what these consoles are, where they come from, and how to switch between Linux consoles.

06.03.2022
9 322
Knowledge base / Instructions
Enable Apache Mod Rewrite

When a user enters a specific URL in a browser and presses Enter, the web server that receives the request tries to find a file on the server at the path specified in the URL. If nothing is found along the path, an index file such as index.html or index.php is opened. if nothing is found, a 404 error is returned. We wouldn't have beautiful and easy to understand URLs if things didn't work the way they do now. These URLs are used on many sites. The apache mod rewite. module is designed to solve this problem In this tutorial we will see how to enable it.

05.03.2022
7 177
Knowledge base / Instructions
Installing Brave in Ubuntu 20.04

Brave is a popular open source web browser and is designed to be fast and secure on mobile devices and computers. Brave can be discovered with a built-in ad blocker, preventing tracking and providing security protection with optimized performance.

01.03.2022
15 479
Knowledge base / Instructions
Find out the version of php

PHP language in the field of programming is considered one of the most popular languages for creating websites and various web applications. After installing almost any website management system, such as WordPress, Joomla, ModX, there is usually a certain need and need for PHP version functionality. Sometimes you need to find out the PHP version installed on the server. This can be done in several ways, but in both cases you must have access to the server.

24.02.2022
21 720
Knowledge base / Instructions
Installing PgAdmin4 in Ubuntu 20.04

Everyone knows that pgAdmin is an open source application that was developed to facilitate the administration of the PostgreSQL database management system (DBMS). This program is based on the Python and Javascript languages. This program is based on Python and Javascript. It is implemented as an embeddable framework. Its peculiarity is that it is possible to extend its functionality by connecting additional modules.

23.02.2022
23 972
Knowledge base / Instructions
Find out the MySQL version

Knowing the current version of MySQL or its fork, such as MariaDB, is necessary to manage databases, configure settings and check compatibility with applications. This article will show you how to quickly and easily determine the version of MySQL or MariaDB using the command line, as well as which commands are suitable for Linux servers.

22.02.2022
15 799
Knowledge base / Instructions
How to redirect from WWW to non-WW in Nginx

In order to optimize the site according to SEO rules, it must have one domain. A subdomain with www is considered a separate domain, in case it will be inaccessible, it will lead to the appearance of duplicate content. What does it mean? Duplicates - unwanted elements that often become the reason for the reduction of the site's position in the search engines.

21.02.2022
7 088
Knowledge base / Instructions
Installing IDLE Python in Ubuntu

IDLE or Integrated Development and Learning Environment is called integrated development and learning environment, that is, it is an integrated development environment in Python language.