Understanding Crontab in Linux With Examples

The crontab is used to automate all types of tasks on Linux systems. This is an especially important skill for aspiring system administrators to learn. It can be somewhat challenging to get started if you’re a beginner. The syntax is different than most other commands. For this reason, this lesson will include a little more […]

Linux performance optimization using Tuned configuration optimization solution

Write in front Organizing notes related to exams The blog post covers a simple understanding of Linux tuned tuning tools A brief description of tuning configuration files and an introduction to custom tuning solutions If you don’t understand enough, please help me correct it. There is only one true responsibility for everyone: to find themselves. […]

[Linux] Stop 16: Process Address Space

Article directory 1. Program address space 1. Memory distribution 2. Why is it not released after static modification? 3. A strange phenomenon 2. Process address space 1. The reason for the previous phenomenon 2. What exactly is an address space? 3. Why is there a process address space? 4.Page table 5. What is process? 6. […]

Linux file system fsck disk repair

Linux File System Everything is a file Linux file system is an endogenous software that manages files stored on storage devices. Linux supports several types of file systems for storing applications, data files, configuration files, etc. on the hard drive. File system type: Linux supports a variety of file systems, such as ext4, xfs, btrfs, […]

Five major IO models in Linux and three IO models in Java

The five major IO models in Linux and the three IO models in Java IO model background 1. Kernel state, user state 2. The general process of the application receiving data from the network 3. Synchronous/asynchronous, blocking/non-blocking Five major Linux IO models Blocking IO Non-blocking IO Multiplexed IO Signal driven IO Asynchronous IO Three IO […]