文章 2017-11-13 来自:开发者社区

菜鸟学Linux 第043篇笔记 加密协议

菜鸟学Linux 第043篇笔记 加密协议 数据在互联网上加密传输原理 TCP/IP 安全 A-->B 机密性:明文传输(ftp, http, smtp, telnet) 完整性: 身份验证: 机密性:plaintext --> 转换规则 --> ciphertext 加密 ciphertext --> 转换规则 --> plaintext 解密 转换算法...

文章 2017-11-13 来自:开发者社区

菜鸟学Linux 第047篇笔记 bind97简单配置

菜鸟学Linux 第047篇笔记 bind97简单配置 DNS需求 mysky.com 192.168.11.0/24 ns 192.168.11.110 www 192.168.11.1 192.168.11.3 mail 192.168.11.2 ftp www 建立DNS DNS: BIND Berkeley Internet Name Domain ...

文章 2017-11-13 来自:开发者社区

菜鸟学Linux 第050篇笔记 dhcp

菜鸟学Linux 第050篇笔记 dhcp DHCP (Dynamic Host Configuration Protocol) 早期bootp (boot protocol) lease Client--> DHCPDISCOVER   DHCPOFFER    <-- Server Client--> DHCPREQUEST  ...

文章 2017-11-13 来自:开发者社区

菜鸟学Linux 第051篇笔记 web-server, http

菜鸟学Linux 第051篇笔记  web-server, http HTTP (HyperText Transfer Protocol): 超文本传输协议 超链接: web http version 0.9  纯文本(超链接), ASCII HTML HyperText Mark Language URI Uniform Resource Indentifier 统一资源.....

文章 2017-11-13 来自:开发者社区

菜鸟学Linux 第053篇笔记 Section 3

菜鸟学Linux 第053篇笔记  Section 3 apache 虚拟主机 apache: server, host, 物理主机 虚拟主机 apache 服务 服务于多个不同的站点; apache: 中心主机 虚拟主机 (两者不可同时使用) 基于IP IP1:80 IP2:80 基于端口 IP:80 IP:8080 基于域名 ...

文章 2017-11-13 来自:开发者社区

菜鸟学Linux 第055篇笔记 php基础

菜鸟学Linux 第055篇笔记 php基础 ActiveX 是一个客户端执行动态脚本解释器 apache DSO (dynamic shared object) CGI (Common Gateway Interface) protocol web进程 MVC (Model View Controller) 软件设计框架,在web里可以实现将动态数据处理和添加html格...

文章 2017-11-13 来自:开发者社区

菜鸟学Linux 第058篇笔记 httpd编译安装

菜鸟学Linux 第058篇笔记 httpd编译安装 PHP: 脚本编程语言,php解释器 WebApp: 面向对象的特性 Zend引擎: 第一段: 语法分析、语法分析、编译为Opcode; opcode旋转于内存中 第二段: 执行Opcode; PHP 缓存器 APC eAccelerator XCache PHP解释器-->MySQL,...

文章 2017-11-13 来自:开发者社区

菜鸟学Linux 第061篇笔记 postfix配置,pop3

菜鸟学Linux 第061篇笔记 postfix配置,pop3 SMTP --> SSMTPS ESMTP  POP3: Post Office Protocol v3 IMAP4: Internet Mail Access Protocol SASL: Simple Authentication Secure Layer v1, v2 MDA: Mail Delivery A.....

文章 2017-11-13 来自:开发者社区

菜鸟学Linux 第062篇笔记 再次postfix+dovecot+sasl(成功)

菜鸟学Linux 第062篇笔记 再次postfix+dovecot+sasl(成功) postfix myhostname mydomain mynetworks mydestination myorigin inet_interfaces smtpd_client_restrictions smtpd_helo_restrictions smtpd_sender_re...

文章 2017-11-13 来自:开发者社区

菜鸟学Linux 第064篇笔记 ftp概念,vsftp配置

菜鸟学Linux 第064篇笔记 ftp概念,vsftp配置 Name Resolve (名称解析):  Username--> UID, Group-->GID, Service Name --> Port, Hostname --> IP Username --> UID /etc/passwd hostname --> IP DNS, /...

本页面内关键词为智能算法引擎基于机器学习所生成,如有任何问题,可在页面下方点击"联系我们"与我们沟通。

产品推荐

Linux宝库