Computer and operating system ENIARC: von Neumann system CPU: arithmetic unit, controller, register, cache memory: memory, RAM (Random Access Memory) Input: down instruction, provide data, etc. Output: output data after processing
1. Query AD, default password policy Get-ADDefaultDomainPasswordPolicy query AD, those users are selected "password will never expire" top Get-ADUser-Filter 'Passwo
Handler and OpenerHandler processors and custom Openeropener are examples of urllib2.OpenerDirector, which we have been using before, which is a special opener (that is,
1. View the current screen information xrandr2. Set the main screen xrandr-- output VGA1-- auto-- primaryxrandr-- output DP2-- auto-- primary boldbody part
CICD core concept CICD is continuous integration (continuous integration,CI), continuous delivery (continuous delivery,CD), continuous deployment (continuous Deployment)
Environment description: openpstack-Pike interfacing with cephRBD single cluster is easy to configure. For more information, please see openstack official website or ceph official website. Reference configuration for 1.Openstack official website: https://docs.openstack
Apache+Mysql/MariaDB+Perl/PHP/Python under WAMPWindows, a group of open source software commonly used to build dynamic websites or servers, are independent programs themselves, but because they are often used together, they have
1. Official website installation document: https://about.gitlab.com/downloads/#centos7sudo yum install curl policycoreutils openssh-se
Sed can edit text according to instructions or scripts linux tool, text processing function is very powerful, this paper summarizes some commonly used sed templates, convenient for you to use replacement 1. Replace all aaa in the file to bbbsed-I 's/aaa/bbb
Keepalived deployment keepalived is used in many high-availability clusters. Generally, the front end will be placed with nginx, ipvs, and haproxy. For example, when we use rabbitmq, we have made such a cluster.
Introduction to saltstack 1. Is a basic platform management tool 2. Is a configuration management system that can maintain a predefined state of remote node 3. Is a distributed remote execution system, which is used to execute commands and query data on remote nodes to remotely execute configuration management (status)
AzureMigrate discovers the enterprise's internal deployment environment through device-based agentless discovery, from VMware virtualized Windows and LinuxVM to applications and data. This article will introduce Azure Migrate devices. Use Azure
About zabbix zabbix is an enterprise-class open source solution that provides distributed system monitoring and network monitoring capabilities based on the WEB interface. Zabbix can monitor various network parameters to ensure the safe operation of the server system, and provides a flexible notification mechanism for system administrators.
Preface OpenStack itself is a big challenge for beginners. It has a wide range of contents and a short iterative update cycle. From the official website, we can see that the latest version is Train (released in October 2019, which is generally updated every six months.
Linux, whose full name is GNU/Linux, is a free-to-use and free-spread UNIX-like operating system. Its kernel was first released by Linus Benedict Towaz in 1991. It is mainly inspired by the ideas of Minix and Unix. It is based on POSI.
With the rapid development of information technology, enterprise office, operation and maintenance, document management and other links gradually rely on the information management system, and the requirements for data database update iteration are getting higher and higher. however, the traditional document management method has been unable to meet the needs of the service system of enterprises. Radium speed cloud transfer as a cross-border cloud storage
After a period of trying to get the software package (now 51cto word filtering is too powerful) finally downloaded all the required software packages, after compilation and hanging in the uefi system, has begun to write the system to the TF card. I'm waiting for the arrival of my raspberry pie 4 mainframe. A day later, I found another.
The preface of a project project is that a solution has a unique sln file. A solution can have multiple projects. In the project currently in charge, there are 25 projects, which can be said to be 25 modules. The project in the project can be a static library, a dynamic library, or an executable program.
Docker can be roughly divided into five network modes: 1. Bridge--network=bridge default network, after Docker starts to create a docker0 bridge, the default container is added to this bridge 2. Host--net
Useradd add a new user (if you add a new user, you must set a password, otherwise you cannot log in) useradd + user name is added directly, create new user useradd option user name-u UID specify user UID-d home directory specify user home directory