Linux性能分析 2018-12-15 Linux 8326 words 17 mins read 💠 Linux性能分析和管理 基准测试 运行状况信息 3.1. 分析工具 内核参数 内存情况 5.1. free 5.2. smem 性能监测 6.1. perf 6.2. top 6.3. smem 6.4. vmstat 6.5. pidstat 6.6. mpstat 6.7. iostat 6.8. ifstat 进程管理 7.1. pidof 7.2. pgrep 7.3. sar Read more...
Linux网络管理 2018-12-15 Linux 7508 words 15 mins read 💠 Linux网络管理 1.1. 内核配置 1.2. DNS 1.2.1. nslookup 1.2.2. dig 1.2.3. 修改DNS 1.3. Route 1.3.1. traceroute 1.4. IPv4和IPv6 1.5. Bridge 1.6. Socket 1.7. TCP/UDP 工具 1.7.1. 进程和端口互查 1.7.2. tcpdump 1.8. 复合工具 1.8.1. ping 1.8.2. tc 流量 Read more...
Linux 命令手册 2018-12-15 Linux 31 words 1 min read 💠 Linux Command Manual 💠 2024-09-05 11:52:54 Linux Command Manual man troff pls go 实现 终端man中文手册 tldr Too Long, Don't Read cheat Read more...
Linux文件系统 2018-12-15 Linux 6577 words 14 mins read 💠 IO 1.1. IO中断 1.2. DMA 1.3. 零拷贝 文件管理 2.1. 查找文件 2.1.1. find 2.2. 查看文件 2.2.1. stat 2.2.2. file 2.2.3. tree 2.2.4. ls 2.2.5. wc 2.2.6. cat 2.2.7. less 2.2.8. tail 2.2.9. head 2.2.10. ldd 2.3. 比较文件内容 2.3.1. diff 2.3.2. meld 2.3.3. VsCode 2.4. 文件变更命令 2.4.1. Read more...
Linux目录结构 2018-12-15 Linux 3468 words 7 mins read 💠 Linux 目录结构 1.1. /boot 1.2. /bin 和 /sbin 1.3. /root 1.4. /run 1.5. /home 1.6. /lost+found 1.7. /proc 1.7.1. process 1.7.2. net 1.7.3. swaps 1.7.3.1. 设置交换内存文件 1.8. /usr 1.8.1. /usr/local 1.9. /etc 1.9.1. /etc/passwd 1.9.2. /etc/shadow 1.9.3. /etc/alternatives 1.9.4. /etc/apt 1.9.5. /etc/fstab 1.9.6. /etc/systemd 1.10. /lib 1.11. /dev 1.12. /tmp 1.13. /usr 1.14. /var 使用 2.1. 查看 Read more...
Linux平台上压缩和解压工具 2018-12-15 Linux 1193 words 3 mins read 💠 Linux操作压缩文档 1.1. tar 1.1.1. tar归档和压缩 1.2. rar 1.3. zip 1.4. gzip 1.5. xz 1.6. 7Z 1.7. Zstd 压缩文件内容预览搜索 压缩文件密码 💠 2024-09-11 14:55:54 Linux操作压缩文档 Linux Read more...
Linux基础命令 2018-12-15 Linux 1040 words 3 mins read 💠 Linux 基础命令 1.1. 系统内置命令 1.1.1. Shell内建命令 1.2. 输入输出 1.2.1. 重定向 1.3. 管道 1.3.1. xargs 1.4. time 1.5. date 1.6. grep 1.7. script 1.8. 定时任务 1.8.1. crontab 1.8.2. Systemd 💠 2024-12-12 15:04:18 Linux 基础命令 Linux 命令大全 The Art of Read more...
Linux基础 2018-12-15 Linux 10497 words 21 mins read 💠 Linux系统 1.1. Boot 1.1.1. grub 1.2. 用户管理 1.2.1. 用户 1.2.2. 用户组 1.2.3. sudo 1.3. Terminal 终端 1.3.1. 终端对比 1.3.2. 终端中渲染图片 1.3.3. 终端的彩色输出 1.3.3.1. ls配置彩色输出 1.3.4. 终端快捷键 1.4. 环境变 Read more...