Buddy of linux kernel (anti fragment mechanism steel page)
Follow < buddy (anti fragment mechanism) of Linux kernel (4) > , if there is not enough memory in the migration type specified in the same zone, the fallback mechanism will be started to find suitable other types from the fallbacks array, obtain the steel page, and implement the core processing function of steel page as steel_ suitable_ f ...
Added by noguru on Sun, 20 Feb 2022 02:13:17 +0200
Linux user management, file system permissions
user management
Users, Group Management Commands Organize: (1 message) Linux users, group management command collation and example details_ captainyuxiaoyu's Blog - CSDN Blog
sudo user authorization
Privileges to execute commands given to ordinary users by administrators
vim /etc/sudoers
redhat ALL=(ALL) NOPASSWD: /usr/sbin/useradd
Author ...
Added by akimm on Sun, 20 Feb 2022 01:41:19 +0200
File transfer of Linux command
scp
The file is copied between the local host and the remote host by encryption
Supplementary notes
scp command is used to remotely copy files under Linux. cp is a similar command, but cp is only copied locally, not across servers, and scp transmission is encrypted. It may affect the speed slightly. When your server hard disk becomes read-on ...
Added by pcjackson06 on Sun, 20 Feb 2022 01:03:55 +0200
Linux network programming - VII
1. Preparation for web server development
In order to write a web server, we need to learn how to write html pages and master some knowledge of http protocol. These two parts will be introduced next. After these two preparations, you also need to know what is the communication process of the web server? We also need to think about how to s ...
Added by 758 on Sun, 20 Feb 2022 00:39:40 +0200
linux LVS cluster load balancing | working mode | scheduling algorithm | super detail
1, Meaning of cluster
Cluster, cluster It is composed of multiple hosts, but externally, it is only shown as a whole. It only provides an access portal (domain name or IP), which is equivalent to a mainframe computer.
1. Why do clusters exist In Internet applications, as the site has higher and higher requirements for hardware per ...
Added by ijmccoy on Sat, 19 Feb 2022 21:36:38 +0200
DNS domain name resolution and forward resolution experiment
1, Role of DNS system
Forward resolution: find the corresponding IP address according to the domain name Reverse resolution: find the corresponding domain name according to the IP address Distributed data structure of DNS system
① DNS definition
DNS is the English abbreviation of "city name system". As a distributed database ...
Added by delorian on Sat, 19 Feb 2022 19:51:11 +0200
Linux programming time: wall time, cpu time and timer
Getting time in Java/JS is very simple (system. Currenttimemillis()) nanoTime(); new Date(). Gettime (), etc.), which is a little more complicated in C/C + +.
Today, let's learn about time related concepts and acquisition methods in Linux C programming.
Linux time related knowledge
The UNIX system uses the elapsed time since 0:00 on Jan ...
Added by robmarston on Sat, 19 Feb 2022 18:44:13 +0200
Supervisor daemon
Supervisor( http://supervisord.org/ )It is a client/server service developed in Python. It is a process management tool under Linux/Unix system and does not support Windows system. It can easily monitor, start, stop and restart one or more processes. For a process managed by supervisor, when a process is accidentally killed, supervisor will aut ...
Added by Hikari on Sat, 19 Feb 2022 09:44:57 +0200
Software management in linux system
System version: rhel8 two
Package name format
thunderbird-31.2.0-1.el7.x86_64.rpm Software name: thunderbird Software version: 31.2.0 Software license agreement version: el7 Software architecture: x86_ sixty-four Software type suffix: rpm
rpm command management package
rpm -ivh #Installation parameter combination - i install -v verbo ...
Added by opencombatclan on Sat, 19 Feb 2022 08:53:38 +0200
u-boot sets tftp boot kernel and nfs root file system
First of all, the server needs to be configured with nfs and tftp, which have a lot of information on the Internet and are omitted here. In this example, my server address is 192.168.88.18, and the nfs and file system directory is: / home/ubuntu/disk-2/nfs_rootfs, tftp directory is: / home/ubuntu/disk-2/tftpboot. Kernel zImage and device tree f ...
Added by Whetto on Sat, 19 Feb 2022 04:20:30 +0200