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: centos7
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.
CentOS6-CentOS7 Firewall Set Port NAT Forward
Background:
In the iptables environment of centos6 system:
iptables -t nat -A PREROUTING -p tcp- m tcp –dport 8080 -j DNAT –to destination 192.168.1.163:80
iptables -t nat -A POS
CentOS6 and CentOS7 boot automatic start service method
Centos6 and Centos7 start up service automatically < div class="content-detail unsafe markdown-body" data-spm-anchor-id="a2c4e.11153940.0.i7.388d3030RAXT2V"> Let’s talk about the easy way to sta
install postgresql 11 on centos 7
Step 2: Add EPEL repository to CentOS 7 A number of dependencies are on the EPEL repository. Run the following command to install epel repository in your CentOS 7 machine.
sudo yum -y install