linux

Get Started. It's Free
or sign up with your email address
linux by Mind Map: linux

1. benchmark

1.1. webbench 压力测试

1.2. namebench DNS

2. code

2.1. bash

2.1.1. stty 换行

2.1.2. mkfifo

3. hardware

3.1. storage

3.1.1. disk

3.1.1.1. SAS

3.1.1.2. RAID

3.1.1.2.1. 电池

3.1.1.2.2. cache

3.1.1.2.3. firmware

4. distro

4.1. redhat

4.1.1. security

4.1.1.1. CVE 漏洞

4.2. gentoo | arch | debian | centos

5. arch

5.1. load balance

5.1.1. LVS

5.1.2. nginx haproxy keepalive hearbeat

6. server

6.1. dhcp

6.1.1. dhcrelay

6.1.2. dhcpd

6.1.2.1. /var/lib/dhcpd/dhcpd.leases

6.2. devops | CM

6.2.1. old

6.2.1.1. cfengine | puppet | chef

6.2.2. python

6.2.2.1. salt (github 2012 notable)

6.2.2.2. ansable

6.3. SQL

6.3.1. RDBMS

6.3.1.1. postgreSQL

6.3.1.2. mysql

6.3.2. NoSQL

6.3.2.1. redis | Dynomite (DB)

6.3.2.2. CouchDB | MongoDB

6.3.2.3. Big Table (google) | Cassandra (FB,TW)

6.4. ssh

6.4.1. obfuscated-openssh 混淆 handshake 没有被官方接受

7. system

7.1. disk

7.1.1. MBR

7.1.1.1. grub

7.1.1.1.1. 446 bytes bootloader

7.1.1.1.2. 64 bytes partition table

7.1.1.1.3. 2 byte signature

7.1.2. 4k sector

7.1.2.1. partition

7.1.2.1.1. fdisk

7.1.2.1.2. parted

7.1.2.2. raid5 | raid6

7.1.2.3. GPT UEFI

7.1.3. 配置 iscsi 并实现自动挂载

7.1.4. data recovery

7.1.4.1. testdisk | extundelete

7.1.5. file system

7.1.5.1. ext4

7.1.5.2. btrfs

7.1.5.3. xfs

7.1.5.4. zfs

7.1.6. DMA

7.1.7. I/O scheduler

7.2. virt

7.2.1. xen

7.2.2. kvm

7.2.2.1. storage

7.2.2.1.1. qcow2

7.2.2.1.2. raw

7.2.3. manager

7.2.3.1. openstack

7.2.3.2. convirt 集中管理 kvm vm

7.3. xorg

7.3.1. startx

7.3.1.1. xinit

8. security

8.1. sshguard

8.2. fail2ban

8.3. kerberos 身份认证

8.4. GNU gpg

8.5. openssl

8.6. DNSSEC 解决 DNS 欺骗和缓存污染的安全机制

8.7. 漏洞扫描 nessus

9. monitor

9.1. psacct acct

9.1.1. 监视用户活动 资源占用

9.2. inotify 实时监控文件变更,做完整性检查

9.3. smartctl S.M.A.R.T.

9.3.1. Current_Pending_Sector

9.3.2. Reallocated_Sector_Ct

9.3.3. SN

10. network

10.1. arp 绑定 /etc/ethers

10.2. ip alias | secondary ip

10.2.1. vconfig | iproute

10.3. bonding

10.3.1. ifenslave

10.4. bridge

10.4.1. brctl

10.5. wireless

10.5.1. iwconfig

10.5.2. wpa_supplicant

10.6. vpn client

10.6.1. vpnc

10.6.2. openconnect

11. OPS

11.1. standard

11.1.1. login

11.1.1.1. /etc/mtod | message of the day 主机分类

11.1.1.1.1. ops tool

11.1.1.1.2. DB

11.1.1.1.3. web

11.1.1.1.4. compute

11.1.1.1.5. testing

11.1.1.1.6. storage

11.1.1.2. /etc/issue | login 提示符之前 console

12. IDC

13. tool

13.1. apps

13.2. soft