Basic configuration of my server: jdk1 8,rabbitmq,redis,nginx

    Installation of JD K1 eight I installed it directly through the following command: 1: Run the yum install command and wait for the installation yum install -y java-1.8.0-openjdk-devel.x86_64 2: Check whether the installation is successful Installing Rabbitmq 1: Enter the official website to view the version content 2: Go to git ...

Posted by suzzane2020 on Thu, 10 Feb 2022 02:47:23 +0100

Anaconda installation and use

Anaconda installation 1.1 download installation files 1) If you want to download directly to the local server and upload to the remote server through ftp, please ignore the following operations 2) If the server is networked, you can directly download the server through wget command [centos version], as follows: The linux system I use is cen ...

Posted by hiasl on Tue, 08 Feb 2022 22:58:35 +0100

docker learning document

1, docker installation (Linux) 1. docker official website https://www.docker.com Note: during the installation process, you need to log in root on linux, otherwise some commands will be blocked 2. Find the documentation for installing docker in CentOS Click Developers Docs, as follows: Click Download And Install as follows: Click do ...

Posted by petroz on Fri, 04 Feb 2022 12:06:48 +0100

LNMP's Nginx! Service deployment and various uses of configuration files

1, Overview 1.1 about Nginx Like Apache, nginx uses modular design. Nginx module includes built-in module and third-party module, in which the built-in module includes main module and event moduleSimply put, both apache httpd and nginx are web servers, but they adapt to different scenarios, that is, they focus on solving different problem ...

Posted by iamyespee on Thu, 03 Feb 2022 06:02:28 +0100

Centos quickly installs Jenkins and accesses it through the nginx agent

Here are some points to note during installation Install according to the official website documents Remember! First, the documents are official documents. Please don't read Baidu articles at will. For those that are well written and poorly written, it's best to look at the official website: Jenkins official website: https://www.jenkins.io ...

Posted by xterra on Tue, 01 Feb 2022 16:13:58 +0100

nfs introduction and example demonstration

NFS nfs features NFS (Network File System), namely Network File System, is one of the file systems supported by FreeBSD. It allows computers in the network to share resources through TCP/IP network nfs working mechanism nfs is based on rpc to realize network file system sharing. RPC RPC (Remote Procedure Call Protocol), a Remote Procedur ...

Posted by zoran on Tue, 01 Feb 2022 03:42:19 +0100

Linux based text operation

1 file stream There are three kinds of input / output streams in Linux shell: standard input stream, standard output stream and standard error stream. Each stream has a file descriptor, a commonly used abbreviated name, and a commonly used default device (this is interesting). Keyboard input (the default device) is actually sending input to th ...

Posted by nishmgopal on Mon, 31 Jan 2022 20:46:42 +0100

Web server cluster - LNMP dynamic website deployment

1, Foreword 1.1 LNMP overview LNMP refers to a group of free software acronyms commonly used together to run dynamic websites or servers. L refers to Linux, N refers to Nginx, M generally refers to MySQL, MariaDB, P generally refers to PHP, Perl or Python. 1.2 LNMP introduction LNMP represents the website server architecture of Nginx+My ...

Posted by mabus on Mon, 31 Jan 2022 19:07:51 +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

gin plus vue use nginx proxy to deploy server

The front and back ends are separated, and then deployed to a server. When vue is packaged, the benchmark path is packaged as the address of the back-end service without adding the end slogan. Then, the main operations of the back-end and server are as follows: You can use goland to connect to the server, which is more convenient The server is ...

Posted by lnfreish on Fri, 28 Jan 2022 11:32:38 +0100