Jinkens+nexus+maven installation and deployment in CentOS 7

1, JDK installation It is recommended to use manual installation instead of using yum to install openjdk; The current installed directory is: /home/jdk/jdk1.8.0_291/bin/java /home/jdk/jdk1.8.0_291/jre/bin/java 2, nexus installation 1. Download nexus Download the installation package official website: https://help.sonatype.com/repomanager3/ ...

Posted by gj6kings on Thu, 28 Oct 2021 03:44:02 -0700

mysql5.7 is manually installed on centos server

Manually install MySQL version 5.7. X in CentOS 7.4 environment. 1. Install MySQL version: 5.7.25 2. Download address https://dev.mysql.com/downloads/mysql/5.7.html#downloads (as time goes by, please refer to the download address of the latest official website) 3. Use the wget command to download the relevant rpm files through breakpoint t ...

Posted by LiamOReilly on Sat, 23 Oct 2021 18:58:50 -0700

Grandma often says Nginx optimization and anti-theft chain, that's it?

introduction In the enterprise information application environment, the security and response speed of the server need to configure the response parameters according to the actual situation to achieve the optimal user experience. The default Nginx installation parameters can only provide the most basic services, and also need to reconcile ...

Posted by nicelad_uk on Wed, 13 Oct 2021 18:32:05 -0700

cobbler batch installation

About cobbler Cobbler is a Linux server installation service. It can quickly install and reinstall physical servers and virtual machines through network boot (PXE). At the same time, it can also manage DHCP, DNS, etc. Cobbler can be managed in the command line mode, and also provides a Web-based interface management tool (cobbler Web), as wel ...

Posted by mwasif on Tue, 12 Oct 2021 20:24:10 -0700

rpm packaging quick start tutorial

RPM (Redhat Package Manager) is a common package manager for Linux distribution s such as Redhat, CentOS and Fedora. RPM tool can be used to make source installation package and binary installation package. This document provides an example to illustrate how to make an RPM binary package. 1. Preparation Install the programs required for packa ...

Posted by jara06 on Tue, 12 Oct 2021 16:22:39 -0700

CentOS7 Configuration R Language and Rstudio-serve

Today, I found a mentor who gave a server to CentOS7 to install an environment in R language to run R scripts. But since I have not learned and tried it, I would like to record the installation process and provide some ideas for future installations. After referring to some people's methods, we found that the R language version installed with ...

Posted by apacheguy on Tue, 12 Oct 2021 09:09:10 -0700

Do you know the reason why the server generates a lot of TIME_WAIT

On October 9, I published an article entitled**< Do you know the reason why the server generates a lot of TIME_WAIT? >**Articles On the day after the article was published, some readers pointed out my mistakes Here I would like to thank this reader in particular. I think every mistake is an opportunity for my own progress and growth ...

Posted by dast on Mon, 11 Oct 2021 23:00:35 -0700

Rsync configuration and Application

An introduction to rsync rsync is a common Linux application for file synchronization. It can synchronize files between local computers and remote computers, or between two local directories (but it does not support synchronization between two remote computers). It can also be used as a file copying tool instead of cp and mv commands. r refers ...

Posted by rockstar_tom on Mon, 11 Oct 2021 12:23:37 -0700

[title song] Linux from introduction to mastery (October 9, 2021)

https://www.educoder.net/paths/43 Level 1: Linux initial experience #!/bin/bash #Write the command to complete the task in the following section #*********begin*********# cd / ls -a #********* end *********# Level 2: common Linux commands #!/bin/bash #Write the command to complete the task in the following section #*********begin*********# ...

Posted by slipperyfish on Sat, 09 Oct 2021 12:11:29 -0700

Centos6.8 + Hadoop 3.2 + JDK1.8 distributed cluster installation process (real)

These days when I started hadoop, I didn't even mention the installation of hadoop distributed cluster in the video. I started to talk about the concept directly. After thinking about it for a few weeks, I still solved it. There are too many small problems and the data are messy. The blogs speak differently. I have to summarize and find out the ...

Posted by lordfrikk on Fri, 08 Oct 2021 20:16:11 -0700