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

Filter & listener

filter Filter introduction What is a filter Examples in life: Strainer, sieve, fishing net Filter in life: eliminate what we don't need, leave what we need. The concept of filter in Java Web: the object that intercepts or enhances requests and responses is a filter. (key points) What are the filters in the Java Web? Filter interface: fu ...

Added by rpieszak on Mon, 24 Jan 2022 18:13:59 +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

Servlet learning notes

1, Servlet 1.1 introduction to Servlet Servlet is a technology for sun company to develop dynamic websun provides an interface called Servlet in these API s. If you want to develop a Servlet program, you only need to complete two small steps: 1. Write a class to implement the Servlet interface 2. Deploy the developed Java classes to th ...

Added by JimmyD on Mon, 24 Jan 2022 09:06:08 +0200

Tencent cloud lightweight server builds an Internet accessible redis5 through Docker X cluster

Python wechat ordering applet course video https://edu.csdn.net/course/detail/36074 Python practical quantitative transaction financial management system https://edu.csdn.net/course/detail/35475 Summary record / Zhu Jiqian Recently, I bought a 4-core 16 Tencent cloud lightweight application server, which cost me nearly 400 oceans. I plan to ...

Added by kexo on Mon, 24 Jan 2022 08:56:18 +0200

diyTomcat series 3 introduces thread pool and handles long TCP connections

diyTomcat series 3 introduces thread pool and handles long TCP connections Several problems to be solved in this section: Frequent creation and destruction of threads, every time HTTP Every request generates a new Socket Connection. When the number of requests is too large, the overhead is large Solution: Introduction of thread pool and ...

Added by deezzer on Mon, 24 Jan 2022 02:36:11 +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

BGP -- border gateway routing protocol -- Basic Experiment

BGP: Border Gateway Routing Protocol - Dynamic Routing Protocol Classless path vector EGP protocol; AS – autonomous system – standard number 16 digits 0-65535, of which 1-64511 is public and 64512-65535 is private Extended AS 32-bit binary IGP protocol pursues: 1. Acyclic (better routing) 2. Fast convergence 3. Less resource consum ...

Added by portabletelly on Sun, 23 Jan 2022 13:57:07 +0200

RH358 accessing block based networked storage - automated configuration of iSCSI initiator

RH358 accessing block based networked storage – automated configuration of iSCSI initiator This section describes how to use Ansible to connect iSCSI storage and management. 1. Use Ansible to connect iSCSI Targets Use ansible open_ The iSCSI module discovers and logs in to the remote iSCSI target. This module relies on the iSC ...

Added by OLG on Sun, 23 Jan 2022 11:28:56 +0200