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

Essential Guide to Yum and Vim Tools for Linux Beginners

Essential Guide to Yum and Vim Tools for Linux Beginners

Linux | Red Hat Certified | IT Technology | Operations Engineer 👇1000-person technical exchange QQ group, please note 【public account】 for faster access 1. Linux Package Manager Yum Common methods for installing software in Linux include: yum/apt, rpm package installation, and source code installation. Among them, CentOS uses yum by default, while Ubuntu uses apt. … Read more

Common Linux Inspection Commands

Common Linux Inspection Commands

In Linux systems, various commands are used for system inspections to check system status, performance, configuration, and security. Here are some commonly used Linux inspection commands and their descriptions: 1. System Information ● uname -a:Displays all system information, including kernel version, hostname, etc. ● hostname:Displays or sets the system’s hostname. 2. System Load and Performance … Read more

Unveiling Linux Package Management: RPM vs DEB Tips

Unveiling Linux Package Management: RPM vs DEB Tips

Linux | Red Hat Certified | IT Technology | Operations Engineer 👇Technical exchange QQ group with 1000 members, note “public account” for faster approval 1. Differences Between RPM and DEB Some systems only support installing with RPM packages, while others only support DEB packages. Mixing installations can lead to system issues. About RPM and DEB … Read more

Differences Between Apt and Apt-Get

Differences Between Apt and Apt-Get

Friends using Ubuntu must have encountered a command called apt-get. Using this tool to install various applications is quite enjoyable. After the release of Ubuntu 16.04, apt began to be used more frequently. So, what exactly is the difference between apt-get and apt commands? If they have similar command structures, why is there a need … Read more

Kubernetes Learning Path for 2025

Kubernetes Learning Path for 2025

Welcome to click the button below 👇 to follow me, and remember to star it~ There will be huge benefits at the end of the article Recently, I spent some time organizing my Kubernetes learning process.Through several stages of learning, we can gradually deepen our understanding from the basics of Kubernetes to source code analysis … Read more

TinyBPT And Buildroot Binary Package Management Service (3): Server Description

TinyBPT And Buildroot Binary Package Management Service (3): Server Description

Corrector: TinyCorrect v0.2-rc2 – [tounix spaces header]Author: Chai Zixuan [email protected]: 2024/09/27Revisor: falcon [email protected]: RISC-V Linux Kernel AnalysisSponsor: PLCT Lab, ISCAS This week continues the serialization of the TinyBPT series of articles. Remember to bookmark, share, and follow. Collection: https://tinylab.org/riscv-linux Zero-threshold transition to RISC-V + Embedded Linux, follow TaiXiao Technology’s Bilibili open class, prepare a RISC-V … Read more