1, http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html
First go to download the linux jdk corresponding to java.
2. Use the ftp tool to upload to the /usr directory
Tag: centos
LINUX (CENTOS) Automatically performs script (rc.local)
1. There are many ways to boot Linux. For example, I set mysql boot to start as: chkconfig –level 35 mysqld on
Second, let’s talk about booting through the rc.local file:
1 , First cre
Linux (CentOS7) Install Oracle11.0 Data Dictionary Initialization, Listening, Network, Create Some Configuration
#Create data dictionary and pl/sql package
@/u01/app/oracle/product/11.2.0/db_1/rdbms/admin/catalog.sql;
@/u01/app/oracle/product/11.2.0/db_1/rdbms/admin/catproc.sql;
@/u01/app/oracle/product/11.2.
Linux CentOS Supervisor Guarding .Netcore Process Installation Configuration
Scenario: After deploying the .netcore program, it can run after using dotnet xx.dll, but it will be automatically disconnected after closing the shell or after the interval time. At this time, the
View CentOS version information
(1) View the installed CentOS version information
1.cat /etc/issue View version
cat The abbreviation concatenate cat command can be used to display and merge files.
CentOS release
How to update my Nginx with Yum in Centos 7
I used yum install nginx on my ECS server, but the version is not high enough to support http2. After Google search, I added a configuration file:
/etc/yum.repos.d/nginx.repo With content:
Install GMP on CentOS
I tried to install GMP on CentOS, and I got this error:
yumdownloader –source gmp
Enabling mysql-tools-community-source repository
Enabling mysql-connectors-community-source repository
Enabl
CentOS system Python Environmental Construction and Project Deployment
Contents
# Developer Tools
$ sudo yum -y install yum-utils
$ sudo yum-builddep python
# Download and unzip
$ wget https://www.python.org/ftp/python/3.6.8/Python-3.6.8.tgz
$ tar -zxf Python-
CentOS to build intranet offline YUM warehouse (installed as a PostgreSQL)
Intranet yum warehouse server configuration 192.168.126.146 Web server host, with Nginx installed
Download offline rpm package, see Postgresql10 offline installation method
Create repod
Compile and install MONO on CentOS – cannot pass ‘make’
The basic instructions for installing Mono are:
tar xzvf mono-X.XX.tar.gz; cd mono-X.XX
. /configure –prefix = /usr/local;make; make install
So I downloaded the latest version from htt