Knowledge base — Page 58

01.12.2023
3 608
Knowledge base / Programs
GNURoot Debian Emulator: how to install, functions

GNURoot Debian is an Android application that allows you to run Debian Linux on devices without having to root. To use it, you will need a Linux emulator.

30.11.2023
12 954
Knowledge base / Programs
Termux terminal emulator: how to install and use it

Termux is a terminal emulator and Linux command execution environment for mobile devices. With Termux you can install and use various Linux tools and applications.

28.11.2023
8 632
Knowledge base / Information
What to do if index file is not specified in Nginx settings

If the index file is not specified in Nginx settings, the server will return a 403 Forbidden error when accessing the root directory. To fix this problem, add the index directive to the server configuration and specify the desired file (usually index.html or index.php). The 403 Forbidden error in Linux means that the user who accesses the server does not have access rights to the requested resource. This can be caused by incorrect access rights to a file or directory, server security settings, or Nginx configuration.

27.11.2023
22 084
Knowledge base / Commands
The touch command on Linux

The touch command in Linux is used to create new files or change the time of the last modification of existing files.

26.11.2023
10 343
Knowledge base / Information
Dconf editor utility: functions and installation

The Dconf editor utility is designed to customize system settings in the Linux operating system. With its help you can change desktop settings, design themes, window behavior and many other parameters.

25.11.2023
7 149
Knowledge base / Information
Purpose of the wget utility

The wget (Web GET) utility is a free, non-interactive console program for downloading files over a network. It supports HTTP, HTTPS and FTP protocols, as well as the use of proxy servers.

24.11.2023
5 834
Knowledge base / Information
Configuring a virtual machine

VM VirtualBox is free and open source virtualization software that allows users to run multiple operating systems on a single computer. It was created by Oracle Corporation and is available for Windows, macOS, Linux and Solaris.

23.11.2023
7 579
Knowledge base / Commands
Man utility: functions and installation

The man(manual ) utility is a command utility in the Unix operating system and its derivatives that gives the user access to manuals for using various commands and programs installed on the system.

21.11.2023
5 266
Knowledge base / Information
What is a virtual machine and how to use it

A virtual machine has many advantages. Since a physical computer creates a virtual machine inside itself, it is possible to work with several OS on one device. Each virtual machine will have a separate operating system and the necessary programs for it.