Detailed Guide to Setting Up Crontab on OpenWrt Router

Detailed Guide to Setting Up Crontab on OpenWrt Router

Background Currently, many universities implement a one-device policy in dormitories, where each person must have their own internet connection, and only two devices are allowed to connect. This is said to be for better network management and to trace individual usage. However, it is quite absurd, as the internet fees are high, and usage is … Read more

Essential Skills for Linux Experts: A Comprehensive Guide to Environment Variables

Essential Skills for Linux Experts: A Comprehensive Guide to Environment Variables

Linux | Red Hat Certified | IT Technology | Operations Engineer 👇 Join the 1000-person technical communication QQ group. Note: [Public Account] for faster approval 1. Basic Concepts Environment variables (environment variables) generally refer to parameters used to specify the operating environment of the operating system. For example: when we write C/C++ code, we never … Read more

Commonly Used Linux Commands You Will Always Need

Commonly Used Linux Commands You Will Always Need

Linux commands are used to manage the Linux system. For the Linux system, everything, including the CPU, memory, disk drives, keyboard, mouse, and users, is treated as a file. The commands for managing the Linux system are the core of its normal operation.Below are 166 of the most commonly used commands; there is bound to … Read more

Common Linux Commands Collected Over the Years

Common Linux Commands Collected Over the Years

Although most of my work is related to networking, I also deal with Linux systems, especially after using Mac, where I work daily in a command-line environment with a black background. My memory is not very good, and I can’t remember many useful Linux commands. Therefore, I am gradually summarizing them for future reference. Basic … Read more

Comprehensive Guide to Common Linux Commands

Comprehensive Guide to Common Linux Commands

Editor’s Recommendation Linux commands are used to manage the Linux system. In the Linux system, everything from the central processing unit, memory, disk drives, keyboard, mouse, to users is treated as files. The commands for managing the Linux system are the core of its normal operation. One important point to note is that unlike DOS … Read more

Comprehensive Guide to Common Linux Commands

Comprehensive Guide to Common Linux Commands

Click the "Little White Learns Vision" above, select "Star" or "Top" Heavy content, delivered to you in real time Editor’s Recommendation Linux commands are the commands used to manage the Linux system. For the Linux system, whether it is the central processing unit, memory, disk drives, keyboard, mouse, or users, everything is a file. The … Read more

Linux System Programming: Basic Concepts

Linux System Programming: Basic Concepts

Click the above“Mechanical and Electronic Engineering Technology”to follow us Host Machine The host machine (Host Machine) usually refers to the computer used for developing and compiling embedded software. The host machine is typically a high-performance desktop or laptop that runs standard operating systems such as Windows, Linux, or macOS. The main functions of the host … Read more

How to Build RPM Packages

How to Build RPM Packages

Saving time and effort on installing files and scripts across multiple hosts. — David Both Useful original links Please visit the “Original Link” at the end for clickable in-text links, full-size original images, and related articles. Acknowledgments Compiled from | https://opensource.com/article/18/9/how-build-rpm-packages Author | David Both Translator | Liang Chen (Flowsnow) 🌟🌟🌟🌟 Total translated: 28.0 Contribution … Read more

Essential Linux Commands for Hackers: 10 Practical Tips

Essential Linux Commands for Hackers: 10 Practical Tips

During penetration testing, the Linux command line is like a Swiss Army knife: compact yet powerful. Today, we will discuss ten particularly useful Linux commands that can make a hacker’s work more efficient and open the eyes of network security enthusiasts. Explore System Information: uname -a Want to know about your target machine? uname -a … Read more

Essential Linux Server Scripts

Essential Linux Server Scripts

Follow+Star Public Account Number, don’t miss exciting content System Settings Common Mirror Sources Mirror site addresses Official list provided: https://www.debian.org/mirror/list Some domestic ones: ftp.cn.debian.org mirror.bjtu.edu.cn mirror.lzu.edu.cn mirror.nju.edu.cn mirrors.163.com mirrors.bfsu.edu.cn mirrors.hit.edu.cn mirrors.huaweicloud.com mirror.sjtu.edu.cn mirrors.tuna.tsinghua.edu.cn mirrors.ustc.edu.cn Usage: (generally similar) Tsinghua Source –mirror 'https://mirrors.ustc.edu.cn/debian/' Tencent Source –mirror 'https://mirrors.aliyun.com/debian/' Aliyun Source –mirror 'https://mirrors.aliyun.com/debian/' Huawei Source –mirror 'https://mirrors.huaweicloud.com/debian/' SWAP & … Read more