Summary of common network commands
catalogue
Network connectivity detectionCheck socket connectionNetwork usage detectionNetwork packet capturetransfer filesConnection idle timesummary
Network connectivity detection
In case of network abnormality in the application, the first thing to confirm is whether the network connectivity is normal. The following group of commands can ...
Posted by MickeySox on Mon, 21 Feb 2022 01:45:05 +0100
Source code analysis of Sylar server framework configuration module
Source code analysis of Sylar server framework configuration module
Overall design of configuration module
Basic functions of a configuration module:
It supports defining / declaring configuration items, that is, generating an available configuration item when providing configuration name, type and optional default values. Since a c ...
Posted by auday1982 on Sun, 20 Feb 2022 19:38:22 +0100
Online OJ project
Project introduction
Core functions
Title Management: (title information: Title Stem + test case)Title list page: displays the title listTitle details page: displays the title details + code edit boxSubmit the running Title: click the button, the web page will give the source code to the server, the server will execute the code, and retur ...
Posted by louis_coetzee on Sun, 20 Feb 2022 18:55:11 +0100
Node. JS learning 12 (Node.js server development, http protocol and http module)
1, Node JS server development
A complete website application is mainly composed of client and server. We can understand the server as a computer, which is mainly responsible for storing data and processing application logic. Use node JS to replace the traditional server-side language (such as Java, PHP language, etc.) to develop the serv ...
Posted by Channel5 on Sun, 20 Feb 2022 16:37:59 +0100
Create a maven project and use HttpServlet to implement a dynamic page on the tomcat server
Author: Lao Jiu Computer major Controllable things are heavy, calm, uncontrollable things are optimistic 85180586@qq.com π π π΅ π π° π
π’ π€ π βΊοΈ π π©
π π π― π π π β π£ β€οΈ βοΈ π π π π π¦ π© βοΈ π’ -------- Copyright notice: This article is the original article of CSDN blogger "Pushang Qingtian"
Knowledge points
...
Posted by saleemshehzad on Sun, 20 Feb 2022 14:42:31 +0100
Golang open source streaming media audio and video network transmission service - LAL
I Introduction to lallal is an open source live streaming media network transmission project, which is mainly composed of three parts:lalserver: streaming media forwarding server. It is similar to nginx RTMP module and other services, but supports more protocols and provides richer functions.demo: some small applications, such as push and pull ...
Posted by theperfectdrug on Sun, 20 Feb 2022 01:05:11 +0100
Linux Installation and management program: rpm software package and source code installation (the most beautiful place of time is to make you and I become us)
catalogue
1, Linux Application Foundation
1. Relationship between application program and system command
Β 2. Common package encapsulation types
2, RPM package management tool
1.Red-Β Hat Package Manager
2.RPM software package
3.rpm command function
4. Query RPM package information
5. Install, upgrade and uninstall RPM software pac ...
Posted by KingWylim on Sun, 20 Feb 2022 00:18:27 +0100
Linux common commands
catalogue
1. Document processing command
1.1 # directory processing
1.2 document processing
1.3 link handling
2. Permission management command
2.1 change authority
2.2 # change of ownership
3. File search command
4. Help command
5. User management commands
6. Compression and decompression command
7. Network command
8. Shutdown and ...
Posted by TFD3 on Sat, 19 Feb 2022 21:28:25 +0100
Deploy multiple Web applications on one server through Nginx
Deploy multiple Web applications on one server through Nginx
Through the reverse proxy of nginx, you can listen to the two default ports 80(http) and 443(https), and then map the two port requests to the actual running port of the project.
First of all, it is explained here that multiple items of reverse proxy can be distinguished through the ...
Posted by TomatoLover on Sat, 19 Feb 2022 14:55:52 +0100
Build Prometheus+Grafana+Alertmanager
1. Principles and Features (Functions)
1. Main features
Multidimensional data model (Time series consists of metric name and labels for k/v)Flexible Query Language ( PromQL)Distributed storage without dependencies; Single-node servers are autonomousUse http protocol, pull mode to pull data, easy to understandMonitoring objectives, which can b ...
Posted by PHP Man on Sat, 19 Feb 2022 14:02:56 +0100