天天看点

《构建高可用Linux服务器 第3版》—— 导读

《构建高可用Linux服务器 第3版》—— 导读

我的系统架构师之路

撰写此书的目的

第3版与第2版的区别

前 言

<a href="https://yq.aliyun.com/articles/118217">第1章 linux服务器的构建与优化</a>

<a href="https://yq.aliyun.com/articles/118232"> 1.1 使用pxe+dhcp+apache+kickstart无人值守安装centos 5.8 x86_64</a>

<a href="https://yq.aliyun.com/articles/118252/"> 1.2 全面了解linux服务器</a>

  1.2.1 查看linux服务器的cpu详细情况

  1.2.2 查看linux服务器的内存使用情况

  1.2.3 查看linux服务器的硬盘使用情况

  1.2.4 查看linux系统的平均负载

  1.2.5 查看linux系统的其他参数

<a href="https://yq.aliyun.com/articles/118276"> 1.3 linux服务器的网络配置</a>

  1.3.1 配置linux服务器的网络

  1.3.2 查看linux服务器的网络连接

  1.3.3 查看linux服务器的进程

  1.3.4 在centos 5.8、freebsd 8.1及windows下添加静态路由

<a href="https://yq.aliyun.com/articles/118281"> 1.4 linux服务器的日志管理</a>

  1.4.1 系统日志syslog.conf的配置详解

  1.4.2 linux下的日志维护技巧

<a href="https://yq.aliyun.com/articles/118290"> 1.5 linux服务器的优化</a>

  1.5.1 如何根据服务器应用来选购服务器

  1.5.2 centos 5.8最小化安装后的优化

  1.5.3 优化linux下的内核tcp参数以提高系统性能

<a href="https://yq.aliyun.com/articles/118298"> 1.6 用开源工具nagios监控linux服务器</a>

  1.6.1 centos 5.8下的监控工具

  1.6.2 nagios应该监控的服务器基础选项

  1.6.3 工作中的nagios使用心得

<a href="https://yq.aliyun.com/articles/118302"> 1.7 小结</a>

<a href="https://yq.aliyun.com/articles/118308">第2章 生产环境下服务器的故障诊断与排</a>

<a href="https://yq.aliyun.com/articles/118312"> 2.1 快速排障的重要性和必要性</a>

<a href="https://yq.aliyun.com/articles/118326"> 2.2 安装系统时容易发生的错误描述与处理方法</a>

  2.2.1 忘记centos 5.8的root密码怎么办

  2.2.2 正确重设root密码

  2.2.3 安装freebsd 8.1时不要设置/boot分区

  2.2.4 安装centos 5.8时忘了关闭iptalbes和selinux

<a href="https://yq.aliyun.com/articles/118337"> 2.3 网络配置时容易发生的错误描述与处理方法</a>

  2.3.1 安装centos 5.8时忘了激活网卡

  2.3.2 centos 5.8网卡文件备份的正确方法

  2.3.3 在centos 5.8下如何正确配置网关

  2.3.4 防火墙初始化的注意事项

<a href="https://yq.aliyun.com/articles/118343"> 2.4 系统维护时应该注意的地方</a>

  2.4.1 服务器硬件改动进入了emergency模式

  2.4.2 如何以普通用户的身份编辑无权限的文件

  2.4.3 在linux下配置最大文件打开数的方法

  2.4.4 在crontab下正确防止脚本运行冲突

<a href="https://yq.aliyun.com/articles/118348"> 2.5 紧急处理线上服务器故障的办法</a>

  2.5.1 更改administrator密码导致计划任务无法执行

  2.5.2 centos 5.8的root密码被恶意篡改

  2.5.3 bash文件损坏该如何正确处理

  2.5.4 正确操作nohup让程序始终在后台运

  2.5.5 nginx负载均衡器出现故障

<a href="https://yq.aliyun.com/articles/118353"> 2.6 检查机房应注意的位置和细节问题</a>

<a href="https://yq.aliyun.com/articles/118361"> 2.7 系统维护时应注意的非技术因素</a>

<a href="https://yq.aliyun.com/articles/118364"> 2.8 小结</a>

<a href="https://yq.aliyun.com/articles/118368">第3章 生产环境下的shell脚本</a>

<a href="https://yq.aliyun.com/articles/118374"> 3.1 vim的基础用法及进阶心得</a>

<a href="https://yq.aliyun.com/articles/118381"> 3.2 sed的基础用法及实用举例</a>

  3.2.1 sed的基础语法格式

  3.2.2 sed的用法举例说明

<a href="https://yq.aliyun.com/articles/118387"> 3.3 基础正则表达式</a>

<a href="https://yq.aliyun.com/articles/118394"> 3.4 linux下强大的查找命令find</a>

<a href="https://yq.aliyun.com/articles/118395"> 3.5 汇总linux/unix下的bash快捷键</a>

<a href="https://yq.aliyun.com/articles/118412"> 3.6 生产环境下的shell脚本分类</a>

  3.6.1 生产环境下的shell脚本备份类

  3.6.2 生产环境下的开发类shell脚本

  3.6.3 生产环境下的统计类shell脚本

  3.6.4 生产环境下的监控类shell脚本

  3.6.5 生产环境下的自动化类shell脚本

<a href="https://yq.aliyun.com/articles/118415"> 3.7 小结</a>

继续阅读