Installation of mysql on linux

Installation of mysql on linux (yum source installation) https://blog.csdn.net/huyangg/article/details/71308147 Installation of mysql on linux (binary installation) Note: Install mysql-5.6.39-linux-glibc2.12-x86_64.tar.gz on centos7 1) Download the installation package for mysql Official website download Baidu Cloud Downl ...

Posted by zephyrstudios on Fri, 10 May 2019 14:16:34 -0700

PostgreSQL 11 tpcc test (1.03 million tpmC on ECS) - use sysbench-tpcc by Percona-Lab

Label PostgreSQL , tpcc background Environmental Science Aliyun Virtual Machine [root@pg11-test ~]# lscpu Architecture: x86_64 CPU op-mode(s): 32-bit, 64-bit Byte Order: Little Endian CPU(s): 64 On-line CPU(s) list: 0-63 Thread(s) per core: 2 Core(s) per socket: 32 Socket(s) ...

Posted by StoneJunkie on Wed, 08 May 2019 17:24:39 -0700

More than just setting up a backend development environment for LNMP

Preface The goal of this project is to install a series of common application services for back-end development on the newly installed CentOS 7.5 system (CentOS installation is not described here), and to deploy a website using phpMyAdmin as an example. Nginx(1.16) MySQL(8.0, Start Up) PHP(7.3) Redis(1.5) memcached(1.4) Composer(1.8) phpMyAdmi ...

Posted by spamyboy on Fri, 26 Apr 2019 10:12:35 -0700

FastDfs Distributed File System (Measured Successfully)

Recently, the company needs to build a FastDfs distributed file system to query and refer to a lot of information on the network, but according to their configuration from beginning to end, there will be more or less errors in the middle, which may be versions or other problems. After continuous research, the system has been successfully confi ...

Posted by jayarsee on Wed, 24 Apr 2019 11:18:35 -0700

Build DNS master-slave server to realize reverse parsing, subdomain, forwarding, intelligent DNS and debugging and Internet DNS architecture experiment

1 Basic Knowledge Points DNS services DNS: Domain Name System Application Layer ProtocolC/S,53/udp, 53/tcpBIND: Bekerley Internat Name DomainISC (www.isc.org)Local Name Resolution Profile: hosts DNS domain name Root regionLevel 1 domain name: Top Level Domain: tldcom, edu, mil, gov, net, org, int,arpaThree categories: organizational domain, ...

Posted by jmcall10 on Tue, 23 Apr 2019 15:18:35 -0700

nsca passive monitoring of nagios

brief introduction _Generally, we can basically achieve monitoring needs by using nagios active monitoring, but with the increase of the number of servers, nagios server will continue to use active monitoring will be overwhelming; in addition, when we need to use third-party data acquisition tools combined with nagios for alarm, we need to us ...

Posted by prasanthmj on Mon, 22 Apr 2019 01:33:35 -0700

cobbler System Automatically Installs Operating and Maintenance Tools

cobbler System Automatically Installs Operating and Maintenance Tools 1.1 Cobbler Brief Introduction Cobbler simplifies the system configuration by centralizing the tasks involved in setting up and managing an installation service, which is equivalent to Cobbler encapsulating DHCP, TFTP, XINTED and other services, combining PXE, kickstart and ...

Posted by jervo on Sun, 21 Apr 2019 21:33:34 -0700

Nginx Installation - Tengine

Tengine is a Web server project initiated by Taobao.com. On the basis of Nginx, it adds many advanced functions and features to meet the needs of large-scale visiting websites. Tengine's performance and stability have been well tested on large websites such as Taobao and Tianmao. Its ultimate goal is to build an efficient, stable, secure and e ...

Posted by wangsc66 on Sun, 21 Apr 2019 19:21:34 -0700

Automatic Operation and Maintenance-PXE Implementation of Automatic Installation System

Introduction to PXE Preboot Excution Environment Preboot Execution Environment Based on Client/Server network mode, it supports remote hosts to download images from remote servers through the network, and thus supports the installation of operating systems through the network. PXE can boot and install Windows,Linux and other operating systems ...

Posted by run_GMoney on Sat, 20 Apr 2019 23:06:33 -0700

Summary of JDK, Tomcat and MySQL Building Method under CentOS 6.8

Because of the need of work and study, we need to build various development environments on centOS server. Because there are many methods on the internet, I will summarize them here. JDK Because downloading JDK on a computer requires clicking on "accept licence" to download, the following conditions need to be added to the wget m ...

Posted by westonlea7 on Sat, 20 Apr 2019 18:30:33 -0700