Pular para o conteúdo principal

6 postagens marcadas com "linux"

Ver todas os Marcadores

Basic work with journald

· Leitura de 2 minutos
Customer Care Engineer

read-journald-logs-and-learn-how-to-clear-it

Journald is a logging system used in modern Linux-based operating systems to record system events. It collects information about the operation of various services, applications, and system processes to help administrators monitor system health and diagnose errors.

Unlike standard text logs, journald stores data in a binary format. This allows logs to be stored more compactly and managed more efficiently, but at the same time, you cannot simply open these logs in a text editor. Special tools are required to view and analyze them.

In this article, we will look at how to view the records maintained by journald and how to clear them to save disk space.

Working with TAR Archives in Linux Command Prompt

· Leitura de 2 minutos
Customer Care Engineer

The TAR format is extremely popular in the Linux world and is the de facto data archiving standard. It can’t compress files by itself but perfectly cooperates with such compression utilities as gzip or bzip2. Therefore, most archives packed with this format that you can find on the web will look as archive_name.tar.gz.

If you also work with ZIP or RAR archives, check out our guides on handling them in the Linux command line.

Working with RAR Archives in Linux Command Prompt

· Leitura de 2 minutos
Customer Care Engineer

The RAR format is famous for its high compression level, support for data recovery, and high tamper resistance, which made it quite popular in the Windows community. But yet, it’s less popular among Linux users and administrators than a number of other archives. However, you may need to be able to work with it on the server, so let’s take a look at the basic commands and options you’ll need to confidently work with RAR archives in a command prompt.

If you also work with ZIP or TAR archives, check out our guides on handling them in the Linux command line.

Working with ZIP Archives in Linux Command Prompt

· Leitura de 2 minutos
Customer Care Engineer

ZIP is one of the most popular archiving formats. Unlike a home PC that allows you to work with such archives in a convenient graphical interface, most servers don’t provide such an opportunity. So, be sure to know the basic commands to perform typical tasks via a command prompt.

If you also work with TAR or RAR archives, check out our guides on handling them in the Linux command line.

Linux VPS Hosting - What is and How to Choose?

· Leitura de 3 minutos
Customer Care Engineer

What is a Linux VPS?

VPS (Virtual Private Server) is a virtual dedicated server, which is part of a physical server divided into several virtual machines. VPS with Linux is a virtual server running the free and open source Linux operating system. It is a go-to solution for 95-99% of cases.