Linux 运维必备的13款实用工具 https://blog.csdn.net/m0_46426259/article/details/121681374
2023 适用于安全专业人士的十款 Linux 发行版 https://www.sysgeek.cn/linux-distributions-for-security/#google_vignette
6个用于黑客攻击的最佳Linux发行版 https://zhuanlan.zhihu.com/p/398822427
11 个不可变 Linux 发行版,适合那些想要拥抱未来的人们 https://linux.cn/article-15841-1.html
64个Linux运维必备命令行工具 https://blog.csdn.net/wade1010/article/details/129387959
运维必备 实用脚本工具合集
Linux运维工程师频繁使用的10款工具 https://zhuanlan.zhihu.com/p/686432977
运维使用频率超高的4个Linux监控工具 link
Linux运维工程师的10个日常使用工具分享 https://blog.csdn.net/m0_60259116/article/details/134445041
Linux运维常用的5款工具详解 https://blog.csdn.net/coderOnline/article/details/113253435
Linux 运维必备的13款实用工具 https://zhuanlan.zhihu.com/p/399727406
Linux运维工程师必备的80个监控工具全集 https://zhuanlan.zhihu.com/p/30444390
运维人员须熟悉的38个运维工具汇总 https://cloud.tencent.com/developer/article/1481647
----------------------------------------------------------------------
coderofsalvation / undelete-for-linux << 只作参考,更好:trash-cli 命令行回收站
https://github.com/coderofsalvation/undelete-for-linux
Usage
$ rm
usage:rm <file_or_dir> # move to trashrrm <file_or_dir> # real remove (using /bin/rm)unrm <file_or_dir> # restore
Installation
Put this in your ~/.bashrc
or /etc/profile
:
trash=~/.trash
[[ ! -d $trash ]] && mkdir $trash
rm(){ rmusage "$@" || mv "$1" $trash/.; }
rrm(){ rmusage "$@" || $(which rm) -r "$@"; }
unrm(){ mv $trash/"$1" . && echo restored $(pwd)/$1 || echo could not restore from $trash; }
rmusage(){ [[ -n "$1" ]] && return 1 || {echo -e "usage:rm <file_or_dir> # move to trashrrm <file_or_dir> # real remove (using $(which rm))unrm <file_or_dir> # restore"return 0}
}
----------------------------------------------------------------------
数据不小心被删除了怎么办?11款最棒的Linux数据恢复工具 https://zhuanlan.zhihu.com/p/336094339
Linux这5大磁盘分区工具 https://zhuanlan.zhihu.com/p/478931881
Knoppix
Knoppix――Linux Live CD领域的老大,是目前使用范围最广、最自由的Linux Live CD。它基于Debian GNU/Linux,兼容NTFS、FAT32分区格式,官方版本(KNOPPIX Linux Live CD)只有西欧语言和日语支持。但由于Knoppix十分适合用户自行定制,目前台湾和香港的爱好者已经成功制作出多个不同版本的繁体中文Knoppix。简体中文版以国内巨宏科技(http://www.maxidea.org)发行的MaxCapture Linux Live CD最为著名,笔者使用的则是网上高人基于Knoppix 3.6制作的简体中文版。
11 个不可变 Linux 发行版
不可变发行版确保操作系统的核心保持不变。对于不可变发行版来说,根文件系统保持为只读状态使得它可以在多个实例中保持相同。当然,如果你希望更改某些内容,则仍可以进行更改。但默认情况下该能力会被禁用。
Pentoo Linux
Pentoo 基于 Gentoo Linux。它是一个专注于安全性和渗透测试的发行版,可作为具有持久性支持的 LiveCD 使用(这意味着如果您使用 USB 记忆棒,则在下一次启动时可以在实时环境中进行任何更改)。Pentoo 基本上是一个 Gentoo 安装,带有许多定制工具、内核功能等等。它使用 XFCE 桌面环境。
7.Oracle Linux
https://zhuanlan.zhihu.com/p/458707787?utm_id=0
第七个发行版是Oracle Linux,这是一个从 RHEL 源代码编译而来的开源 Linux 发行版,该发行版由 Oracle 打包发行,兼容 RHEL 的应用程序库,它提供了强大的工具,使其适用于内存管理和文件组织,它可用于虚拟环境和数据系统。
甲骨文Linux服务器
这个发行版是完全免费的,但是,Oracle 确实提供付费的高级支持,它是 RHEL 的竞争对手,最适合小型到大型企业。
原文链接:https://blog.csdn.net/weixin_43025343/article/details/132385535
常用Linux发行版操作系统大盘点 https://zhuanlan.zhihu.com/p/139874681