Knowledge base — Page 92

21.03.2022
6 309
Knowledge base / Review
What's new in the Ubuntu 22.04 version

One of the last LTS releases of Ubuntu 21.10 happened back last year. Now the LTS-version 22.04 is already being prepared for release. It is in the final stage of development. So there is more and more information about its innovations.

18.03.2022
9 049
Knowledge base / Instructions
Time command in Linux

Sometimes when working with the Linux terminal you need to know the time of execution of certain commands, for example, to keep track of problems. There is a utility called time for this purpose. We will tell you how the Linux time command works and what its syntax is. Then we will move on to the description of the available options. And at the end we will mention some popular usage scenarios.

15.03.2022
36 009
Knowledge base / Instructions
The best emulators for Android terminal

Terminal emulators for Android are the perfect tool for those who want to learn Linux commands or work with a server directly from their mobile device. They allow you to execute commands, work with files, and learn the basics of administration without having to install a full-fledged operating system.

11.03.2022
7 289
Knowledge base / Instructions
Installing MYSQL WORKBENCH in Ubuntu

MySQL Workbench is a graphical tool for MySQL database management designed primarily for database architects and developers. It allows you to visualize the database, as well as conveniently design large queries to it with full syntax and error highlighting. Next, let's see how to install MySQL Workbench in Ubuntu 20.04 using apt repository from the developers.

09.03.2022
9 166
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 146
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
8 928
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
6 773
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 107
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.