传送门(portal)

Linux operation(Linux运维)

#RHEL/CentOS/fedora系列为主

  Basis:

  Kernel:

    常见系统调用

  Commands:

    trouble shooting命令详解目录

  Services:

    SSH:

    各种文件系统FileSystem:

    NFS:

    FTP:

    DNS:

    DHCP:

    syslog:

    OpenSSL

    SpamAssassin:

    

    Tomcat:

    

    Nginx:

    Haproxy:

    Keepalived:

    coresync+peacemake

    Redis:

    RabbitMQ:

    MongoDB:

    MySQL:

    Oracle:

    Docker:

    Kubernetes:

    Ceph:

    ETCD:

    console:

    KVM:

    ansible:

    puppet:

    Cobbler

    Hadoop:

    

     Hive:

    

    Pig:

    

    Zookeeper:

    

    Kafka:

    

    Sqoop:

    

    Flume: 

    

    HBase:

    

    Storm:

    

    Spark:

    

Shell:

  Basic:

    数据类型

    流程控制

    条件测试

    函数

Python:

#Python是我最喜欢的语言,所以要上两张图

  Basic:

    数据类型

    运算符与深浅拷贝

    流程控制

    函数 (别人的连接,不过写的真的挺全了)

    常用模块

    面向对象

    网络编程

C:

  Basis:

C++:

Java:

  Basic

    数据类型

    流程控制

    函数

    常用模块

    面向对象

    网络编程

R:

  Basis:

scala:

ruby:

PHP:

JavaScript:

Perl:

设计模式

中文英文
1.工厂方法模式 Factory Method Pattern
2.抽象工厂模式 Abstract Factory Pattern
3.建造者模式 Builder Pattern
4.原型模式 Prototype Pattern
5.单例模式 Singleton Pattern
6.适配器模式 Adapter Pattern
7.桥梁模式/桥接模式 Bridge Pattern
8.组合模式 Composite Pattern
9.装饰模式 Decorator Pattern
10.门面模式/外观模式 Facade Pattern
11.享元模式 Flyweight Pattern
12.代理模式 Proxy pattern
13.责任链模式 Chain of Responsibility Pattern
14.命令模式 Command Pattern
15.解释器模式 Interpreter Pattern
16.迭代器模式 Iterator Pattern
17.中介者模式 Mediator Pattern
18.备忘录模式 Memento Pattern
19.观察者模式 Observer Pattern
20状态模式 State Pattern
21.策略模式 Strategy Pattern
22.模板方法模式 Template Method Pattern
23.访问者模式 Visitor Pattern
原文地址:https://www.cnblogs.com/demonzk/p/6264962.html