Automated test series - new features of selenium 4
Developing Selenium 3 X version, the W3C WebDriver standard is supported. Support the new protocol and the old JSON wired protocol. Around version 3.11, Selenium code began to comply with W3C level 1 specification. The W3C compliant code in the latest version of Selenium 3 will work as expected in Selenium 4.
In some cases, the upgrade wi ...
Posted by rockstar_tom on Mon, 20 Dec 2021 05:42:30 +0100
Docker container learning note 1 (crazy God says Java)
1, Docker overview
1. Why does docker appear?
One product: development – online two sets of environments! Application environment, application configuration! Development - operation and maintenance. Question: I can allow it on my computer! Service unavailable due to version update! Is it a big test for operation and maintenance? The env ...
Posted by trehy2006 on Mon, 20 Dec 2021 01:58:29 +0100
Pagoda Linux panel command complete (detailed full version)
Install pagoda
Centos installation script
yum install -y wget && wget -O install.sh http://download.bt.cn/install/install_6.0.sh && sh install.sh
Ubuntu/Deepin installation script
wget -O install.sh http://download.bt.cn/install/install-ubuntu_6.0.sh && sudo bash install.sh
Debian installation script
wget -O instal ...
Posted by Mr Tech on Sun, 19 Dec 2021 18:20:34 +0100
Linux journey 13: disk quota and advanced file management
Linux journey one 3: disk quota and advanced file management
Source: pixels
Application and practice of disk quota
What is disk quota
General purpose of disk quotas
Limit the maximum disk quota that a user group can useLimit the maximum disk quota for a userLimit the maximum disk quota for a directory
Disk quota is a tool that provides ...
Posted by purefusion on Sun, 19 Dec 2021 02:14:32 +0100
Who doesn't want to own their own blog site?
#Benefits of having a personal blog site
Send what you want, not afraid to be auditedThe website style is transformed by itself. You can show off as cool as you wantLucky enough to be big enough to undertake advertisingHave a small world of your own...
Now let's take a look at how to build a blog website, taking hugo as an example. First, let ...
Posted by austingecko on Sun, 19 Dec 2021 00:14:31 +0100
User Management for Linux Learning
System files related to user accounts
/etc/passwd
Every user on a Linux system has a corresponding record line in the / etc/passwd file that records some of the user's basic properties. This file is readable to all users.
root:x:0:0:root:/root:/bin/bash
bin:x:1:1:bin:/bin:/sbin/nologin
daemon:x:2:2:daemon:/sbin:/sbin/nologin
adm:x:3:4:ad ...
Posted by kusarigama on Sat, 18 Dec 2021 13:10:15 +0100
k8s1.18 multi master node high availability cluster installation
preface This article will lead you to install k8s1 18 multi master node high availability cluster. The previous article introduced the installation of single master node high availability cluster. If the previous article has passed the test, start learning this article and install multi master node high availability cluster. If you are a beginn ...
Posted by azaidi7 on Sat, 18 Dec 2021 10:58:28 +0100
Ansible automation operation and maintenance foundation ------- ploybook
Premise summary: This article is https://blog.csdn.net/kali_yao/article/details/119983133 Advanced plate
catalogue
I Introduction and usage of ploybook
1. Overview of ploubook:
2. What is yaml?
3.Playbook syntax format requirements are as follows:
II Usage cases
1. Write the first Playbook (script)
2. User management, create sys ...
Posted by Grodo on Sat, 18 Dec 2021 10:41:24 +0100
NAT -- network address translation
1, Introduction to NAT?
1. What is NAT?
NAT (Network Address Translation) was proposed in 1994. When some hosts in the private network have been assigned local IP addresses (i.e. private addresses only used in the private network), but want to communicate with hosts on the Internet (encryption is not required), NAT method can be used. T ...
Posted by MCP on Sat, 18 Dec 2021 03:16:10 +0100
Configuration in Sysctl in Kuberntes (PHP FPM concurrency can only be 300)
Background:
Deploy applications in kubernetes cluster and conduct stress testing on applications. jmeter's stress test is about 300 requests per second (18000 requests are collected in elasticsearch every minute). Check the log with nginx's error log:
But my cpu memory resources are not full. Through the search engine, it is found that the ...
Posted by rxero on Sat, 18 Dec 2021 02:26:57 +0100