Tag:Installation package
-
Ansible one click installation of greatsql and construction of Mgr cluster
The original content of greatsql community shall not be used without authorization. For reprint, please contact the editor and indicate the source. Use ansible to install greatsql and complete Mgr deployment. This article introduces how to use ansible to install greatsql and complete Mgr deployment. The operating environment introduced in this article is CentOS 7.9: […]
-
One network can cover all ends, and the python3.10 development environment is configured in different architectures (intel/m1) and different development platforms (win/mac/ubuntu)
The original text is reproduced from “Liu Yue’s technology blog”https://v3u.cn/a_id_200 Time flies. The year 2022 is coming. The famous agile development language Python has also released the final version of 3.10. This time, we will show how to efficiently deploy the python3.10 development environment in different systems and platforms. Here, we do not rely on […]
-
CentOS system deployment nginx1.18.0
For image download, domain name resolution and time synchronization, please clickAlibaba cloud open source image station 1、 Install dependent packages # yum –y install gcc gcc-c++ openssl openssl-devel pcre pcre-devel zlib zlib-devel If Yum installs dependent packages, an error is reported: terms of settlement: #~ wget -O /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-7.repo ##Download a network source when you […]
-
A native crash analysis on confusion
1. Crash log Log 1 Critical log Failed to register native method com.bykv.vk.component.ttvideo.player.TTPlayer._close(J)V in base.apk Ttvideo: where TT identifies the headline, we can know that it is the headline advertisement SDK failed to register native method: it seems that it is so related Detailed log Failed to register native method com.bykv.vk.component.ttvideo.player.TTPlayer._close(J)V in base.apk —– class […]
-
Installation of PCA driver and use of Python can (Linux)
Installation of PCA driver and use of Python can (Linux) 1. Download PCA needspeak can driverandPCAN-Basic for Linuxconduct. peak can driver : http://www.peak-system.com/fi… PCAN-Basic for Linux : https://www.peak-system.com/q… Note: you can continue to install the pcanview software at the bottom of the page to debug and monitor the data on the can line 2. installation […]
-
(1) MySQL advanced installation in Linux Environment
1. general For MySQL binary installation, the advantage is that it can be installed in any path and has good flexibility. One server can install multiple mysql. The disadvantage is that it has been compiled, and its performance is not as good as that of the source code. It is not flexible to customize the […]
-
JMeter – record the download of MySQL JDBC Driver
Online tutorials generally go to the official website – Download – select the platform and then download. Select the Windows version. The download is actually not a jar package, but a MySQL installation package. The download is wrong The previous steps are OK: Download address:MySQL official website […]
-
Cdh6 offline installation
1、 Environmental preparation 1. Cm introduction Cloudera manager is a tool with the functions of cluster automatic installation, centralized management, cluster monitoring and alarm, which shortens the time of cluster installation from a few days to a few hours, and reduces the number of operation and maintenance personnel from dozens to a few, greatly improving […]
-
P7zip decompress more than 4G compressed packages
P7zip decompress more than 4G compressed packages Note: please download the offline installation package in the network disk Link:pan.baidu.com/s/1q8c5nmnEMt1r6IkMu…Extraction code: tkca #Install dependent Libraries yum install glibc.i686 #Decompress tar -xjpf p7zip_9.20.1_x86_linux_bin.tar.bz2 mv p7zip_9.20.1/bin/7za /usr/bin rm -rf p7zip_9.20.1 p7zip_9.20.1_x86_linux_bin.tar.bz2 #Decompresszip包命令 7za x date.zip linux 7za This work adoptsCC agreement, reprint must indicate the author and the […]
-
Installation of Google browser proxy plug-in switchyomega
1. Download address https://www.chromedownloads.n… 2. After downloading, open Google more tools extension: 3. Rename the downloaded file to Rar file and complete the decompression: 4. Load the decompressed extension program in Google browser and import the decompressed installation package. 5. You can use it at this end. Dragging directly will prompt an exception.
-
One click installation configuration of filebeat and logstsh for MySQL log collection (elk Architecture)
We will not discuss what elk is and what it is used for. This paper focuses on how to quickly and easily install logstash and filebeat components, especially in the environment of nearly 1000 DB servers (in order to be safe and conservative, the company’s DB server has not deployed management and control software such […]
-
PHP development version problem handling
When installing an open source project, the author used PHP 7.1 locally for development, while my local is PHP 7.0, so a tragedy occurred. Such an error occurred:requires php ^7.1 -> your PHP version (7.0.13) does not satisfy that requirement.. 1、 Composer installation package Error after composer install [email protected]:~/Code/sample$ composer install Loading composer repositories with […]