源(origin): <protocol, domain, port> Protocol: http://, file://, ftp:// Domain: microsoft.com, google.com Port: 80, 8080, 21, 3128, etc (1)SOP 使用网站的源信息 ...
分类:
Web程序 时间:
2020-01-27 15:22:55
阅读次数:
143
对于 Linux 系统管理员来说,清楚某个服务是否正确地绑定或监听某个端口,是至关重要的。如果你需要处理端口相关的问题,这篇文章可能会对你有用。 端口是 Linux 系统上特定进程之间逻辑连接的标识,包括物理端口和软件端口。由于 Linux 操作系统是一个软件,因此本文只讨论软件端口。软件端口始终与 ...
分类:
系统相关 时间:
2020-01-26 17:48:38
阅读次数:
106
ALTER USER 'root'@'localhost' IDENTIFIED WITH mysql_native_password BY 'password' Where root as your user localhost as your URL and password as your p ...
分类:
数据库 时间:
2020-01-26 15:52:26
阅读次数:
77
centos7 vsftpd安装 FTP:文件传输协议(File Transfer Protocol),基于客户端/服务器模式,默认使用20、21端口号,其中端口20(数据端口)用于进行数据传输,端口21(命令端口)用于接受客户端发出的相关FTP命令与参数。 FTP协议两种工作模式(1)PORT(主 ...
分类:
其他好文 时间:
2020-01-26 13:11:21
阅读次数:
99
摘自:https://www.cnblogs.com/an-wen/p/11180076.html HTTP协议简介 超文本传输协议(英文:HyperText Transfer Protocol,缩写:HTTP)是一种用于分布式、协作式和超媒体信息系统的应用层协议。HTTP是万维网的数据通信的基础。 ...
分类:
Web程序 时间:
2020-01-24 17:30:59
阅读次数:
137
本文服务器基于centos7,客户端Windows10 FTP FTP(File Transfer Protocol),文件传输协议,是一个比较古老的基于TCP,用于不同计算机间传递文件的协议。 安装 # 判断是否安装过ftp服务或客户端 yum list installed | grep ftp ...
分类:
系统相关 时间:
2020-01-23 22:47:03
阅读次数:
130
服务应用: rsync nfs sersync 运维: 怎么连接服务器 SSH 怎么批量部署 1.SSH基本概述SSH是Secure shell Protocol的简写 在进行数据传输之前,SSH先对联机数据包通过加密技术进行加密处理,加密后进行数据传输,确保了传递的数据安全 1).远程连接方式有哪 ...
分类:
其他好文 时间:
2020-01-23 19:45:16
阅读次数:
93
Mysqlmycat读写分离:下载网址:http://dl.mycat.ioMycat官方网址:http://mycat.org.cn说明:10.0.1.2为mycat服务器,10.0.1.3、10.0.1.4为mysql服务器yuminstalljava-1.8.0-openjdktarzxfvMycat-server-1.6.7.5-test-20200109231555-linux.tar.
分类:
数据库 时间:
2020-01-23 00:14:40
阅读次数:
114
Docker网络通信Docker单机网络拓扑图:端口映射:端口映射机制将容器内的服务提供给外部网络访问可随机或指定映射端口范围dockerrun-d-Phttpd:centosdockerrun-d-p49888:80httpd:centos容器互联在源容器和接收容器间建立一条网络通信隧道使用dockerrun命令–link选项实现容器间互联通信实现容器互联dockerrun-d-P--namew
分类:
其他好文 时间:
2020-01-23 00:12:57
阅读次数:
73
启动postfix的时候报错: [root@hadoop002 tmp]# systemctl enable postfix && systemctl start postfix Job for postfix.service failed because the control process e ...
分类:
其他好文 时间:
2020-01-22 21:58:29
阅读次数:
90