[Tools] 001-CentOS7 Minimal Installation Configuration

write in front I'm lazy, and don't want to knock one command after another. . . "Laziness is premised, not before or after. " Briefly CentOS 7 minimal installation version: CentOS-7-x86_64-Minimal-1708 Basic configuration Configure the network VM select bridge Manually configure the network address Verify that you can access the exter ...

Posted by horsefaceba on Wed, 25 May 2022 12:02:07 +0300

Linux -- configure the Rewrite Module of nginx to realize the automatic jump of old and new domain names (Web server cluster, rewrite instance configuration of various nginx, rewrite syntax and detailed explanation of location)

preface It consists of kernel and Nginx module. Nginx itself does little work. When it receives an HTTP request, it just maps the request to a location block by looking up the configuration file, and each instruction configured in the location will start different modules to complete the work. Therefore, the module can be regarded as the real ...

Posted by locell on Tue, 24 May 2022 05:11:51 +0300

Docker installation and common commands

Docker installation and common commands 1, docker installation 1.yum update yum update 2. Install required packages Yum util provides the yum config manager function, and the other two are dependent on the devicemapper driver yum install -y yum-utils device-mapper-persistent-data lvm2 3. Set yum source yum-config-manager --add-repo ht ...

Posted by NFWriter on Sun, 22 May 2022 00:50:52 +0300

Build a picture server based on docker container

   Recently, there is a need to store pictures in the server, so I am going to build my own picture server, based on the centos system, and install nginx for mapping. Before starting, it is recommended to update the yum source of centos # update yum source yum update Create an image   It’s time to build your own server. I don&r ...

Posted by ShaileshD on Thu, 19 May 2022 22:43:21 +0300

Common usage of netstat command

1. Introduction Netstat is a console command that is a very useful tool for monitoring TCP/IP networks. It can display routing tables, actual network connections, and status information for each network interface devi ...

Posted by katuki on Wed, 18 May 2022 12:49:06 +0300

Complete installation of Hadoop (and network disk data)

##Hadoop installation (please leave a message for advice on the inadequacies of the first learning experience) Environment tools (VMware, MobaXterm, CentOS7, JDK8, Hadoop 2.9.2) The required tool environment can be extracted in this link Link: https://pan.baidu.com/s/1VCXtS6fm6YvHMtBFrgNx6Q Extraction code: xpgu 1, VMware installation The i ...

Posted by CrusaderSean on Sun, 15 May 2022 07:54:17 +0300

Kubernetes graphical interface dashboard

Graphical interface overview Dashboard is the abbreviation of business intelligence dashboard (BI dashboard). It is a general business intelligence dashboard The module that can realize data visualization is a data virtualization tool that shows the measurement information and the current situation of key business indicators (KPI s) to ent ...

Posted by mrcodex on Thu, 12 May 2022 09:39:34 +0300

Installation of Oracle Database 11g Enterprise on CentOS (the most detailed and simple tutorial in the whole network)

Installation of Oracle Database 11g Enterprise on CentOS environment VMware Workstation 15 Pro CentOS 7 64 bit (CentOS-7-x86_64-DVD-1810.iso) If the environment is not ready, you can refer to: Installing CentOS for VMware virtual machines tool SecureCRT 8.7 SecureFX 8.7 Navicat Premium 12 PL/SQL Installation package Oracle Databa ...

Posted by sy-co on Tue, 10 May 2022 21:06:46 +0300

linux scheduled tasks and log management

Scheduled task at cron scheduled task usage Summary: in LINUX, we can implement these functions through crontab and at The function of planning task: it is to do some periodic tasks. In production, it is mainly used to back up data regularly Cross: this guard process exists for periodically executing tasks and processing waiting events There a ...

Posted by ilight on Tue, 10 May 2022 14:48:40 +0300

Installation of Linux centos7 docker

1.CentOS Docker installation Docker supports the following CentOS versions: CentOS 7 (64-bit) CentOS 6.5 (64 bit) or later 2. Preconditions Currently, only the kernel in the release version of CentOS supports Docker. Docker runs on CentOS 7. The system is required to be 64 bit and the system kernel version is more than 3.10. Docker ru ...

Posted by timtom3 on Mon, 09 May 2022 02:34:11 +0300