Detailed Explanation of the Output from ‘ls -l’ in Linux

Detailed Explanation of the Output from 'ls -l' in Linux

In the Jiangsu Province Computer Major Transfer Examination, the scope of Linux command assessment is clear, and the difficulty and depth of the professional course assessments are increasing year by year. It is essential to master important concepts in Linux. The output of the <span>ls -l</span> command is a key focus, and below, Uncle Aries … Read more

Two Universal Methods to Reset Linux Root Password on CentOS 7 and 8 (Essential for Operations)

Two Universal Methods to Reset Linux Root Password on CentOS 7 and 8 (Essential for Operations)

Hello everyone, I am Derek, focusing on practical operations, cutting-edge technology analysis, and career growth stories. If you are interested in “practical operational skills”, “popular interpretations of new technologies”, or “real workplace advancement experiences”, feel free to follow and share, let’s avoid detours on the technical road together~ In operational work, forgetting the root password … Read more

25 Linux Server Security Tips You Can Always Use!

25 Linux Server Security Tips You Can Always Use!

Everyone thinks that Linux is secure by default, and I generally agree (this is a controversial topic). Linux does indeed have a built-in security model. You need to enable it and customize it to achieve a more secure system. Linux is harder to manage, but correspondingly more flexible, with more configuration options. For system administrators, … Read more

Complete Guide to Magisk Module Development: From Basics to Practical Applications

This article will take you from zero to mastering the core knowledge of Magisk module development, and through practical case studies, you will learn how to write your own modules. Table of Contents 1. What is a Magisk Module 2. How Magisk Modules Work 3. Basic Structure of a Module 4. Detailed Explanation of Core … Read more

Linux Identity and Access Control

Linux Identity and Access Control In Linux systems, Identity and Access Control (IAC) is at the core of security management. It ensures secure access to resources through users, groups, permissions, and advanced mechanisms such as SELinux, preventing unauthorized operations and data breaches. According to an OWASP report, access control vulnerabilities are the primary risk in … Read more

Security Hardening of Linux Systems

Security Hardening of Linux Systems

Security Hardening of Linux Systems Linux is a free and open-source Unix-like operating system. As an open-source operating system, Linux servers are widely used due to their significant advantages in security, efficiency, and stability. However, if permissions are not properly allocated, the security of the Linux system cannot be adequately guaranteed. Below, we will primarily … Read more

How to Install OpenGauss on OpenEuler (ARM Architecture)

System Version Introduction The openGauss installation in this case is based on the openEuler-20.03-LTS version. The current best compatible Python versions for openGauss are Python 3.6 and Python 3.7. The openEuler version used in this experiment comes with Python 3.7.4 pre-installed, so no additional installation is required. Modify System Configuration (Both primary and standby need … Read more

Ansible: From Introduction to Abandonment (Part 12)

Ansible: From Introduction to Abandonment (Part 12)

Node Environment Management Node • System Version: Rocky Linux release 8.10 (Green Obsidian), minimal installation • Python Environment: python3.12 • Ansible-core Version: 2.15.13 For demonstration purposes, we are installing <span>ansible-core</span> (which includes only the basic modules). For normal use, you can install <span>ansible</span> (which includes some extended modules) for easier usage. This installation is done … Read more

25 Linux Server Security Tips You Can Always Use!

25 Linux Server Security Tips You Can Always Use!

链接:https://blog.csdn.net/2401_84578953/article/details/144244011? ☞The course by Liang Xu has completely exploded!☜ Everyone thinks that Linux is secure by default, and I generally agree (this is a controversial topic). Linux does indeed have a built-in security model. You need to enable it and customize it to achieve a more secure system. Linux is harder to manage, but correspondingly … Read more

Basic Optimization of Linux

Basic Optimization of Linux

1. SELinux and Firewall Optimization 1. SELinux SELinux, or Security-Enhanced Linux, is a Linux kernel module and a security subsystem for Linux, primarily developed by the National Security Agency (NSA). Its main purpose is to minimize the resources accessible to service processes in the system (principle of least privilege). Due to this principle, many operations … Read more