Linux kernel learning 6 -- code analysis and application of the upper part of interrupt
Here to show you a simple interrupt program in Linux
1, V...
Enterprise operation and maintenance practice -- Zabbix installation and server+web+agent construction
1. Introduction
zabbix is an enterprise class...
[Lab4 Cisco] OSPF neighbor establishment process and LSDB analysis
Experimental requirements 1. According to the topology prompt, enable OSPF routing protocol for each route, divide corre...
Operating system -- process synchronization
Experiment 2 process synchronization 1, Purpose of the experiment: Master basic synchronization algorithms and understan...
Dockerfile image hierarchy
1, Federated file system (UnionFS) UnionFS (Federated file system) is a layered, lightweight and high-performance file s...
MySQL database log, backup and recovery
catalogue
Log type and function: 1.redo redo log 2.undo r...
Ansible chapter I installation and deployment of ansible
1, Installation of Ansible epel source dnf install ansible -y ansible --viersion Basic information of ansible: /etc/ansi...
pg_terminate_backend() operation and maintenance transformation -- nonsuperuser supports kill autovacuum worker
1, Background introduction In view of security considerations, the superuser of the database is generally only in the ha...
linux - shell conditional judgment statements, files, strings, numbers
1: Conditional judgment syntax format
Forma...
Asynchronous notification in Linux device driver
Asynchronous notification in Linux device driver The signal is similar to the "interrupt" used in hardware, bu...
2021-11-11 ② enterprise virtualization Kvm management, virtual machine management, adding devices, Part II
KVM virtual machine management Components of virtual machines 1. Virtual machine configuration file [root@youngfit qemu]...
Chapter III Management and optimization of Apache
1. Role of Apache: http: / / is usually used when the web is accessedhttp:// ## Hyper Text Transfer Protocol http:...
The difference between linux ubuntu kill instruction and kill instruction
Refer to Article 1: kill and kill -- kill processes Refer to Article 2: how to use the kill and kill commands to stop a ...
nginx website service
I. Overview Nginx is a high performance HTTP and reverse proxy server 1. Advantages and disadvantages: (1) The advantage...
Linux expansion root directory
View disk size and format df -hT ➜ ~ df -hT file system type Capacity used available used% Mount point udev devtmpfs 43...
Install fail2ban + firewall in CentOS 8 to prevent SSH brute force cracking
To prevent online hackers from brutally cracking system accounts Using SSH, first prohibit key accounts such as root rem...
Load balancing lvs DR mode
preface client -> dns -> cdn(cache) -> server The client accesses dns first and then to the cache, otherwise th...
Docker harbor private warehouse deployment and management
catalogue
1, Harbor overview 1. What is Harbor 2....
Nginx configuration and load balancing under windows
1, Introduction Nginx(engine x) is a high-performance HTTP and reverse proxy Web server. It also provides IMAP/POP3/SMTP...
OSSIM open source security information management system
2021SC@SDUSC (continued from the previous article:) __ daemonize__(self): daemon method If you receive the signal.SIGTE...
Add https support for the site
I didn't want to go to https at all, because it's unnecessary and affects the access speed. However, recently, the visit...
< required course for architect > - nginx
Environment introduction: Ubantu 20.04 nginx 18.1 If nginx is not installed on your ubantu, use the following command...
Enterprise operation and maintenance practice -- Docker learning notes 4 Docker security, container resource control and security reinforcement
1.Docker security
The security of Docker cont...