Essential Advanced Linux Commands for Operations Teams

Essential Advanced Linux Commands for Operations Teams

Reply “001” below in the public account to obtain the 154-page Linux study notes compiled by Ke Gan. Introduction I have been struggling in the operations and maintenance field for several years. I still remember when I started, I only knew how to use some simple commands, and when writing scripts, I made them as … Read more

Overview of Common Linux Commands

Overview of Common Linux Commands

Click the blue text above to follow us Overview This article discusses the relationship and role of the system kernel and the Bash interpreter, how to correctly execute Linux commands, and common troubleshooting methods. Experienced operations and maintenance personnel can appropriately combine commands and parameters to make Linux character commands more flexible while relatively reducing … Read more

Summary of Common Linux Commands (Part 1)

One of the more complicated aspects of Linux is that many tasks must be controlled via commands. However, this is also a reason many people enjoy it, as the commands tend to be concise yet powerful. The author has compiled relevant articles to gradually summarize for future learning and reference. If there are any errors, … Read more

Essential Linux: Mastering Fourteen Basic Commands!

Linux | Red Hat Certification | IT Technology | Operations Engineer 👇Join our technical exchange QQ group with the note 【Official Account】 for quicker access 1. What is Linux 1. System Programming & Network Programming: Linux itself provides some APIs for programmers to call to complete more complex programming tasks (such as file operations, multithreading, … Read more

Sharing TCP/IP Illustrated (3 Volumes) PDF

Sharing TCP/IP Illustrated (3 Volumes) PDF

01 Content Summary Content validity TCP/IP Illustrated, Volume 1: Protocols mainly discusses the TCP/IP protocol, explaining the reasons for the definition of the TCP/IP protocol suite with numerous examples, as well as its application and operation in various operating systems. The second edition retains Stevens’ excellent knowledge system and writing style, while new author Kevin … Read more

Linux Software Package Management: RPM

Linux Software Package Management: RPM

1 Overview In our daily development and operations work, we encounter various software packages; software packages can be broadly divided into two categories: binary files, such as (exe, rpm, bin, etc.); the other category is source files (various tarballs). This article will introduce the most commonly used RPM software package in Linux systems, discussing the … Read more

10 Essential Linux Commands to Remember in 2022

10 Essential Linux Commands to Remember in 2022

1. Commands for Managing Files and Directories in Linux 1.1 pwd Command The English explanation of this command is print working directory. When you enter the pwd command, Linux will output the current directory. 1.2 cd Command The cd command is used to change the current directory. cd / to switch to the root directory … Read more

Managing User Accounts in Linux

Managing User Accounts in Linux

The Linux system is a multi-user, multi-tasking time-sharing operating system. Any user who wants to use system resources must first apply for an account from the system administrator and then log into the system with this account. A user’s account can help the system administrator track users who use the system and control their access … Read more

10 Essential Linux Concepts Every Beginner Should Know

10 essential Linux concepts that every beginner must master. It is said that understanding more than 8 of them is considered passing.?Without further ado, let’s get started with the learning! 1 GNU and GPL The GNU Project (also known as the GNU Project) was publicly launched by Richard Stallman on September 27, 1983, as a … Read more

Detailed Explanation of Linux Account and Permission Management – Part 1

Detailed Explanation of Linux Account and Permission Management - Part 1

Click the blue text above to follow us Managing User Accounts 1. Overview of User Accounts 2. Group Accounts 3. UID and GID UID: User Identifier GID: Group Identifier The UID and GID numbers for the root user account are fixed values of 0. The UID and GID numbers for system user accounts default to … Read more