Modern Alternatives to 5 Common Linux Commands

Modern Alternatives to 5 Common Linux Commands

Original link: https://blog.csdn.net/coderOnline/article/details/113702506 When using Linux/Unix systems in our daily work, we often rely on many command-line tools to accomplish tasks and manage our systems. For instance, du is used for monitoring disk usage, and top displays system resources. Some of these tools have been around for a long time; for example, top was first … Read more

Modern Alternatives to 5 Basic Linux Command Line Tools

Modern Alternatives to 5 Basic Linux Command Line Tools

Author | Ricardo Gerardi Translator | Ping Chuan Editor | Xiao Zhi When using Linux/Unix systems daily, we utilize many command line tools to accomplish our tasks and manage our systems, such as du for monitoring disk usage and top for displaying system resources. Some of these tools have been around for a long time. … Read more

What To Do If Your Server Is Hacked? Follow My Steps

What To Do If Your Server Is Hacked? Follow My Steps

Follow our official account for Java tipsdelivered promptly👇 Source:cnblogs.com/operationhome/p/16637763.html 1. Server Intrusion Symptoms 2. Server Investigation and Response 2.1 Possible Causes of Server Intrusion 2.2 Investigation and Response Steps 3. Lessons Learned from This Intrusion 4. Insights from This Server Intrusion In the following text, locking files and directories means adding certain attributes to them, … Read more

Best Practices for Slimming Docker Images in Kubernetes

Best Practices for Slimming Docker Images in Kubernetes

In production environments, it is often necessary to slim down container images, which means making the images built from the Dockerfile small enough. This article introduces how to elegantly reduce the size of Docker images. Benefits of Slimming Images Reduces build time. Reduces disk usage. Reduces download time, speeding up container startup, which is particularly … Read more

Five New Linux Command Line Tools You Should Try

Five New Linux Command Line Tools You Should Try

Script Home You are with millions of developers Use new alternative tools to improve old command line tools. Author | Ricardo Gerardi Translator | Wan Yue, Editor | Tu Min Produced by | CSDN (ID: CSDNnews) The following is the translation: In the daily use of Linux/Unix systems, we need to use many command line … Read more

Powerful Domestic CPU Running Android, Linux, RTOS

Powerful Domestic CPU Running Android, Linux, RTOS

Follow+Star Public Account, don’t miss exciting content Author | strongerHuang Source | MYIR Official Website Do you still remember the days of chip shortages and price increases? In recent years, due to trade wars and technological suppression, chip localization has become a trend. Today, I recommend a development board that can run Android, Linux,RTOS, and … Read more

How To Change Management Password and Set SSH on OpenWRT

How To Change Management Password and Set SSH on OpenWRT

This chapter mainly explains: the basic usage of OpenWRT firmware to change the management password and set up SSH terminal service. 1. What is OpenWRT firmware Here is a brief introduction to the origins of OpenWRT. Back in the day, Linksys (now acquired by Cisco) released a wireless router product named WRT54G/GS, a classic product. … Read more

OpenWrt Tutorial: Configure Tailscale

OpenWrt Tutorial: Configure Tailscale

Tailscale is a networking tool based on Wireguard that allows point-to-point connections between nodes without the need for a public IP address, achieving decentralization. The configuration is simple and user-friendly, supporting various platforms and clients. Below is the configuration process on OpenWrt. 1. Download Software Download the Tailscale software package to a specified directory. Click … Read more

OpenWrt Compilation Tutorial

OpenWrt Compilation Tutorial

It is recommended to use Ubuntu system, as there are many tutorials available, and troubleshooting becomes easier. You can use WSL, but it is not recommended to compile on NTFS or ReFS file systems, and using PowerShell for compilation is also discouraged. Do not use the root user; the default user in Ubuntu is ‘ubuntu’, … Read more

How to Compile OpenWrt Firmware

How to Compile OpenWrt Firmware

Why Compile OpenWrt Yourself There are several reasons to compile OpenWrt yourself: Customization: Users can choose which software packages to install according to their needs, resulting in a smaller firmware file size. Updates: If you want to use the latest kernel version or other software, you can compile it yourself. Security: If you want to … Read more