Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sivagao/server-essentials

translation of servers for hacker
https://github.com/sivagao/server-essentials

Last synced: 23 days ago
JSON representation

translation of servers for hacker

Awesome Lists containing this project

README

        

---
title: 【Review】 高效的服务端指南?
categories: Review
keywords: review,book, effective, engineer
---

Servers for Hackers
server administration for programmers 写给程序员的服务器管理指南

## 介绍
- 开发者的突发系统管理综合征
- Linux 发行版
- 沙箱

## [安全](./server-hacker-security.md)
- 用户和权限
- 设置防火墙:iptables
- Fail2Ban

## 包管理

## 权限和用户管理

## Web 服务器
- Http,Web 服务器和 Web 网站
- DNS & Hosts 文件
- 托管 Web 应用
- Apache
- Nginx
- PHP
- 多租户应用的服务器设置

## SSL 证书
- SSL 概述
- 创建自签名的证书
- 额外 SSL 技巧

## [多服务器环境](./server-hacker-multi-server.md)
- 多服务器的含义
- 静态资源管理
- 会话
- 丢失的客户端信息
- SSL 流量
- 日志
- 用 Nginx 来负载均衡
- 均衡算法
- 配置
- 用 HAProxy 来负载均衡
- 常用配置
- 安装
- 配置
- 监控
- node.js 的例子
- SSL 和 HAProxy
- HAProxy 和 SSL 终止(termination)
- HAProxy 和 SSL 通过
- node.js 的例子

## [日志](./server-hacker-logs.md)
- Logrotate
- 它是干什么的
- 配置
- 进一步了解
- Rsyslog
- 配置
- 使用
- 我需要使用它吗?
- 从应用服务器发送日志

## [文件管理,部署和配置管理](./server-hacker-management.md)
- 管理文件
- 复制本地文件
- SCP:安全的复制
- Rsync:在不同主机间同步文件
- 部署
- 用 Github 自动部署
- 用 Ansible 管理配置
- 安装
- 管理服务器
- 基础:运行命令
- 基础的 Playbook
- 角色
- 事实
- Vault

## SSH
- 登录
- 配置
- 隧道
- 多机器,单命令

## [进程监控](./server-hacker-process-manager.md)
- 简单的脚本
- 系统服务
- Supervisord
- Forever
- Circus

## 部署和服务器