Use nexus to build yum warehouse
Summary
nexus is a warehouse manager. In addition to the most commonly used function of creating maven warehouse, it can also build docker warehouse, yum source warehouse, npm pip ruby warehouse and so on. Today, we use this to create a Yum source warehouse
Install nexus
First, install nexus. I use the docker mode. First, the project under clo ...
Posted by btoles on Mon, 25 Nov 2019 14:02:03 -0800
[Linux series] Centos 7 installation of Mysql8.0
objective
This paper mainly introduces the following two points:
How to install Mysql8.0
2. Navicat to Mysql
How to install Mysql8.0
There are two ways to install Mysql:
Download official source directly (slower)
https://dev.mysql.com/get/mysql80-community-release-el7-1.noarch.rpm download RPM package
yum localinstall mysql80-community-relea ...
Posted by blear on Mon, 25 Nov 2019 09:05:02 -0800
Rabbitmq cluster deployment
Blog Outline:I. Rabbitmq conceptII. Deploy a single RabbitmqIII. deploy Rabbitmq clusterIV. single node joins or exits cluster configuration
I. Rabbitmq concept
RabbitMQ is an open-source service implemented by AMQP protocol. The server side is written in Erlang language, and supports a variety of clients, such as Python, Ruby,. NET, Java, J ...
Posted by davidppppppppppp on Sat, 23 Nov 2019 11:54:34 -0800
[Linux series] Centos 7 installation of PHP
objective
For the following Laravel deployment, this article starts to install PHP.
Set PHP source
Check if the Centos source has PHP.
yum list php*
Take a closer look at the PHP version.
yum info php.x86_64
It can be seen from the above figure that the PHP source version is too low and needs a higher version.
Set up a higher version of the ...
Posted by novicephp on Fri, 22 Nov 2019 08:27:10 -0800
Centos deploy KVM virtualization platform (can follow)
I. KVM overview
KVM is the abbreviation of Kernel Virtual Machine. At present, Linux distribution must run KVM in 64 bit system environment, and the hardware needs to support VT technology.
1. Case pre knowledge points
KVM has been directly integrated into Linux kernel since Linux version 2.6.20. It relies on CPU virtualization instruction set ...
Posted by futurewii on Thu, 21 Nov 2019 22:38:20 -0800
Linux deleted python by mistake, resulting in the unavailability of yum. Delete the reinstallation method.
Linux system is CentOS Linux release 7.4.1708
Python is deleted by manual, manual, and manual, which makes yum unavailable. Baidu, after reinstalling yum and python, always reported all kinds of errors. After suffering, I finally summed up a set of personal tests, which can be used and shared.
Uninstall existing python firs ...
Posted by stereo on Wed, 20 Nov 2019 09:48:02 -0800
Nginx - rewrite (application scenario example)
Scenario 1 - Domain Name Based Jump
The company's old domain name, www.accp.com, needs to be replaced by the new domain name, www.kgc.com, due to changes in business needs
Old domain names cannot be abolished
Jump from the old domain name to the new domain name with its parameters unchanged
Experimental environment
Linux Server (192.16 ...
Posted by redking on Mon, 18 Nov 2019 12:35:23 -0800
Continuously Integrated Gitlab Installation and Application
Preface:
Gitlab is an open source application developed using Ruby on Rails that implements a self-hosted repository of Git projects that can be accessed through the Web interface from public or private projects. Gitlab has Github-like capabilities to browse source code, manage defects and comments.Can manage team access to the repository, he ...
Posted by Alphamonkey on Thu, 14 Nov 2019 11:33:31 -0800
Practice of installing docker CE in RedHat 7.3
This is also the first time to install docker CE on red hat. I encountered some problems, so I recorded them.
1. Modify the redhat source to the YUM source of centos7
Query yum installation package
rpm -qa | grep yum
Uninstall the original yum installation package
rpm -e yum-3.4.3-150.el7.noarch --nodeps
rpm -e yum-utils-1.1 ...
Posted by guanche on Fri, 08 Nov 2019 07:29:34 -0800
The configuration and application of Apache in Linux system
Log segmentation
As the number of visits to the website increases, Apache's individual log files will grow by default
Log files take up a lot of disk space
Inconvenient to view relevant information
Split log files
Implementation of rotatelogs segmentation tool in Apache
Third party tool cronolog segmentation
rotatelogs segmentation
...
Posted by hdpt00 on Wed, 06 Nov 2019 03:23:05 -0800