Build Python 3.0 on linux server 7 + selenium + Firefox headless
1.1 build Python 3 seven
This article chooses to take Alibaba cloud server CentOS 7.6 operating system as an example After tossing around for about a whole day, I found that basically all the python 3 installations are the most stable. However, I tried many articles on installing 3.7, which ended in failure. What they wrote was not bad. But ...
Posted by Catharsis on Wed, 02 Feb 2022 18:19:20 +0100
Introduction to rsyslog system log service
rsyslog
RSYSLOG is the rocket-fast system for log processing.
rsyslog is a system management service of CentOS 6 and later It provides high performance, excellent security and modular design.Although the rsysd is originally developed as a recording tool from different sources in Switzerland, it can accept the output of sysysd.When limite ...
Posted by AaZmaN on Wed, 02 Feb 2022 14:04:22 +0100
Solutions to DNS pollution
In some enterprises, some DNS requests will be directly modified by the gateway. Cause inaccessibility. The traditional socks proxy can only proxy at the IP level. When the address to be accessed exists in the form of domain name, the DNS resolution is automatically completed by the system, and the previously set socks proxy will not be used, r ...
Posted by dannymm on Wed, 02 Feb 2022 00:03:14 +0100
Doris basic use guide
Basic use guide
Doris uses MySQL protocol for communication. Users can connect to Doris cluster through MySQL client or MySQL JDBC. When selecting the MySQL client version, it is recommended to use the version after 5.1, because the user name with a length of more than 16 characters cannot be supported before 5.1. Taking MySQL client as an exa ...
Posted by Drizzt321 on Tue, 01 Feb 2022 06:26:49 +0100
Linux file commands and file permissions
File common commands
create a file
touch
Copy file
cp file1 file2 //Copy file1 in the same directory and name file2
cp file1 file2 dir //Copy file1 and File2 to dir directory
cp -p //Move the file and save all the original information
Move (rename) file
mv a b //Move to local and rename
mv a b dir //Move a and b to di ...
Posted by mlewis on Mon, 31 Jan 2022 22:31:33 +0100
From creating a server to building an intranet penetration server
Create a server to build an intranet penetration server
After the project is developed, how to create a new server and deploy the project to the server? This requires the installation of some basic tools, such as jdk, maven and Jenkins to realize automatic deployment; In addition, you can build some auxiliary tools, such as nexus(maven private ...
Posted by kida462 on Mon, 31 Jan 2022 07:06:06 +0100
CentOS7 installs MySQL database and sets firewall
Steps for installing MySQL database in CentOS7
MySQL database installation
Download wget command
Delete the installed MySQL service
Install MySQL installation package
Possible problems
Question one
Question two
MySQL database configuration
Get temporary password
·Log in to MySQL
Change Password
Modify MySQL default code
Simp ...
Posted by easyedy on Mon, 31 Jan 2022 05:25:02 +0100
[IOT home] Chapter 3: server environment -- Python 3 6. HomeAssistant, bt, etc
Diary: June 12, 2021 16:55:42
Diary: it's 15:04:04 on June 12, 2021
Diary: it's 07:04:28, June 13, 2021. I've been thinking about it all night. Due to dependency problems, I installed Python 3 6 frequent failures. In order not to repeat the actions, the following dependencies are provided:
apt-get install -y sqlite* zlib* arm-linux-gnueabihf ...
Posted by kevinridge on Sun, 30 Jan 2022 18:26:57 +0100
[Yugong series] January 2022 MinIO file storage server - object operation (Python version)
What is an object?
Object is the basic unit for MinIO to store Data, also known as MinIO file. The object is composed of Object Meta, user Data and file name (Key). The object is identified by a unique Key inside the storage space. Object Meta information is a set of Key value pairs, which represents some attributes of the object, such a ...
Posted by wolfrock on Sun, 30 Jan 2022 12:10:02 +0100
[uncover secrets] how can 12306 resist hundreds of millions of daily lives and millions of high concurrency?
Welcome to WeChat official account: Xiamen micro think network.
Wechat (official website): https://www.xmws.cn/
During holidays, people who return home and go out to play in the first and second tier cities are almost faced with a problem: grab train tickets!
Although tickets can be booked in most cases, I believe everyone has a deep unders ...
Posted by Sir Jos on Sun, 30 Jan 2022 08:07:46 +0100