2022年10月5日星期三

Linux 几个命令的替代,更现代化版本的替代


find 命令  ->   fd 替代

simple, fast and user-friendly alternative to 'find'

项目地址: https://github.com/sharkdp/fd


cat 命令  ->  bat 替代

cat(1) clone with wings.

项目地址: https://github.com/sharkdp/bat


du 命令  ->  dust 替代

du + rust = dust. Like du but more intuitive.

项目地址: https://github.com/bootandy/dust


df 命令 -> duf 替代 

Disk Usage/Free Utility - a better 'df' alternative

项目地址: https://github.com/muesli/duf


ls 命令  ->  exa 替代

A modern replacement for ‘ls’.

项目地址: https://github.com/ogham/exa


man 命令  -> tldr 替代

simpler, more approachable complement to traditional man pages.

项目地址: https://github.com/tldr-pages/tldr


ps 命令 -> procs 替代

Modern replacement for ps written in Rust

项目地址: https://github.com/dalance/procs


IPv6 的 fe80开头的地址

fe80开头的 ipv6 地址不是公网地址,没人给你分ip,自动协商的地址,通常无法用于上网。 现在各大运营商用的ipv6: 电信是240e开头的(240e::/20) 移动是2409开头的(2409:8000::/20) 联通是2408开头的(2408:8000::/20)