Python builds TCP communication / TCP forwarding

Python builds TCP communication TCP/IP protocol TCP/IP (Transmission Control Protocol/Internet Protocol) refers to a protocol cluster that can realize information transmission between multiple different networks. TCP/IP protocol refers not only to TCP and IP Two agreements, but one by FTP,SMTP,TCP,UDP The protocol cluster composed of, IP and ...

Added by EPCtech on Wed, 26 Jan 2022 22:22:54 +0200

MySQL private dishes -- MySQL statement | alias | subquery | connection query | associative set | sorting | advanced statement|

1. Prepare table information 2.MySQL advanced statement 2.1 alias Field alias, table alias Syntax: SELECT "table alias" "Field 1" [AS] "field alias" FROM "table name" [AS] "table alias"; Example: select A.age 'Age' from REGION A order by Age asc; 2.2 sub query: join table Insert ...

Added by aQ on Tue, 25 Jan 2022 15:29:32 +0200

Fluent D (TD agent) log processing

1. What is TD agent TD agent is a log collector, which provides rich plug-ins to adapt to different data sources, output destinations and so on In use, we can collect information from different sources to different places through simple configuration, and first send it to fluent D, and then fluent D forwards the information to different place ...

Added by josephferris on Tue, 25 Jan 2022 04:27:25 +0200

linux permission management

Permission management in Linux 1, Authority overview 1. Basic concepts of permissions In the management of multi-user computer system, permission refers to that a specific user has a specific right to use system resources. In Linux, you have read, write and execute permissions respectively: Permissions for filesPermissions for directoryRea ...

Added by steve@MRS on Mon, 24 Jan 2022 21:48:39 +0200

Build your own server

Purchase Ali server Hello! This is the welcome page displayed by the Markdown editor for the first time. If you want to learn how to use the Markdown editor, you can read this article carefully to understand the basic grammar of Markdown. 1. Install database Download and install the official Yum Repository for MySQL wget http://dev.mysq ...

Added by jscofield on Mon, 24 Jan 2022 16:33:15 +0200

User management in Linux system

#1. Significance of users and user groups# 1) The significance of users' existence and system resources are limited. How to reasonably allocate system resources? In solving this problem, we must have the cooperation of multiple resources 1. Identity account 2. Authorize author 3. Certification auth 3A mechanism, which constitutes the lowe ...

Added by onlinegs on Mon, 24 Jan 2022 11:04:20 +0200

GB28181 protocol -- real time video and audio on demand (Preview)

1. Basic requirements According to the description of real-time video and audio on demand in Chapter 9 of GB/T 28181-2016, its contents are as follows: SIP messages of real-time video and audio on demand shall be routed and forwarded through SIP servers in this domain or other domains, and the real-time video and audio stream of the target de ...

Added by perfume on Mon, 24 Jan 2022 02:17:19 +0200

Shell programming and variables

1, Overview 1. Concept 1) What is a shell: shell It is a command interpreter, which is at the outermost layer of the operating system. It is responsible for directly talking with the user, interpreting the user's input to the operating system, processing various operating system output results, and outputting them to the screen for feedb ...

Added by Thatsmej on Sun, 23 Jan 2022 23:04:42 +0200

Construction of AMP architecture Instance Application Forum

1. LAMP overview LAMP architecture is one of the mature enterprise website application modes at present. It refers to a whole system and related software working together, which can provide dynamic web site services and its application development environment 50: L inux provides operating system support and an environment support A: Apach ...

Added by califdon on Sun, 23 Jan 2022 20:48:10 +0200

ubuntu20.04 - deploy k8s-5 using juju+maas environment - monitor k8s cluster using graylog and Prometheus2 - 2 - deploy and debug graylog module and import logs forwarded by rsyslog

Reference documents: Monitoring Kubernetes clusters using grayog and Prometheus Kubernetes documentation Prometheus2 #22 Grafana #40 Telegraf #41 Graylog #47 Elasticsearch #49 Mongodb #59 Apache2 Multi node openstack charms Deployment Guide 0.0.1-36-graylog actual - 1 Multi node openstack charms Deployment Guide 0.0.1-37-grayog actual-2 Mul ...

Added by running_out_of_imagination on Sun, 23 Jan 2022 16:58:14 +0200