Instructions — Page 17

14.04.2023
75 413
Knowledge base / Instructions
Search files by content in Linux

File content in Linux is data that is stored in a file and can be read or modified using various utilities and the command line. Often you need to search for files by them, here's how to do it.

13.04.2023
9 257
Knowledge base / Instructions
How to clear a table in MySQL

A table in MySQL is a structured data store that is used to store and organize information in a database. Each table consists of columns (fields), which define the type of data, and rows (records), which contain the actual values. In some cases, a table needs to be cleaned up. How do I do this in Linux?

11.04.2023
41 879
Knowledge base / Instructions
How to copy in the Linux terminal

Copying files in the Linux terminal is an important operation that allows you to move data between directories or create copies of them for backup storage. The copying process can be useful both for organizing the file structure and for storing important data in a secure location.

27.03.2023
47 188
Knowledge base / Instructions
The usermod command in Linux

The usermod command in Linux allows you to customize user accounts by changing settings such as username, home directory, groups, and passwords. This article details the main functions and examples of how to use this command to effectively manage accounts on your system.

26.03.2023
18 715
Knowledge base / Instructions
GParted: What it is and how to install it

GParted is a tool for managing disk partitions in the Linux operating system. It can be used to resize partitions, create new partitions, format partitions, move partitions, and more. GParted supports most file systems, including ext2/3/4, NTFS, FAT16/32, ReiserFS, XFS, JFS and others.

25.03.2023
34 808
Knowledge base / Instructions
How to find out the number of lines in a Linux file

Lines in a Linux file are sequences of characters that end with a newline character ('n'). Each line usually contains textual information or code. The number of lines in a file can be a useful metric for analyzing files with textual content, such as logs, configuration files, and program source code. The wc command in Linux can be used to count the number of lines in a file, as well as word and character counts.

24.03.2023
32 115
Knowledge base / Instructions
Installing DBeaver in Ubuntu 22.04

DBeaver provides a graphical user interface (GUI) for querying databases and for managing databases and their objects, such as tables, procedures, and views.

21.03.2023
33 172
Knowledge base / Instructions
How to remove a package in Linux

To remove a package in Linux, you can use your operating system's package management tool. Which tool to use depends on the Linux distribution you are using. Here are some examples of commands to remove a package in different Linux distributions.

20.03.2023
18 137
Knowledge base / Instructions
What are linux package dependencies?

Linux package dependencies are necessary for the proper installation and operation of software on the Linux operating system. Each software package that needs to be installed on Linux may have its own dependencies, that is, other packages that are required for it to work.

19.03.2023
16 006
Knowledge base / Instructions
Let's talk about the Linux package repository

Linux package repositories are software repositories that contain binary packages, metadata, and dependency information for installing and managing programs on Linux.