随笔分类 - Installation
摘要:一、Installation Dashboard on Kubernetes-1.25.2 Dashboard 用于展示集群中的各类资源,同时也可以通过Dashboard实时查看Pod的日志和在容器中执行一些命令等。 链接:https://github.com/kubernetes/dashboar
阅读全文
摘要:一、Installation Nginx-1.23.0 in CentOS 8.2 for use in Kubernetes Clusters 1 将下载的 Nginx 相关安装包上传到 /opt/software/nginx-keep目录: nginx-1.23.0.tar.gz openssl
阅读全文
摘要:一、Installation Keepalive-2.2.7 on CentOS 7.9 1 地址 https://www.keepalived.org 2 安装依赖 yum install -y ipvsadm popt popt-devel libnl libnl-devel libnl3-de
阅读全文
摘要:一、Installation Containerd-1.6.5 CentOS 7.9 地址 https://containerd.io/downloads https://github.com/containerd/containerd 在containerd前,需要优先升级libseccomp。
阅读全文
摘要:一、Installation Consul-1.9.14 CentOS 7.9 地址 https://developer.hashicorp.com/consul https://github.com/hashicorp/consul 二、下载解压 1 wget 下载 wget https://re
阅读全文
摘要:一、Installation Kafka-2.13 CentOS 7.9 地址 https://kafka.apache.org/downloads.html 二、安装准备 1 安装JDK 在安装kafka之前必须先安装JDK和zookeeper,如何安装JDK,可以查看:CentOS 7.9 安装
阅读全文
摘要:一、Installation Zookeeper-3.6.3 CentOS 7.9 地址 http://kafka.apache.org/downloads.html https://archive.apache.org/dist/zookeeper 是下载哪个文件呢!!! 1 下载 mkdir /
阅读全文
摘要:一、Installation ELK-7.8.1 on CentOS 7.9 地址 https://www.elastic.co https://www.elastic.co/cn/downloads/past-releases https://github.com/elastic https://
阅读全文
摘要:一、Installation FastDFS-6.08 on CentOS 7.9 地址 https://github.com/happyfish100 http://nginx.org/en/download.html wget 下载 wget https://github.com/happyfi
阅读全文
摘要:一、Installation docker-20.10.12 on CentOS 7.9 地址 https://www.docker.com https://hub.docker.com https://download.docker.com/linux/static/stable/x86_64 二
阅读全文
摘要:一、Installation Django-3.2.10 on CentOS 7.9 地址 https://www.djangoproject.com https://github.com/django/django 二、安装 django 先得安装python python3 python3 -V
阅读全文
摘要:一、Installation Sqlite3 on CentOS 7.9 1 地址 https://www.sqlite.org https://github.com/sqlite/sqlite https://www.sqlite.org/2022/sqlite-autoconf-3390400.
阅读全文
摘要:一、Upgrading gcc-9.3.0 on CentOS 7.9 1 下载地址 https://mirrors.ustc.edu.cn/gnu/gcc/gcc-9.3.0/gcc-9.3.0.tar.xz http://ftp.tsukuba.wide.ad.jp/gcc/releases/g
阅读全文
摘要:
一、Installation RocketMQ-4.9.2 on CentOS 7.9 地址: https://rocketmq.apache.org https://github.com/apache/rocketmq https://archive.apache.org/dist/rocketm
阅读全文
一、Installation RocketMQ-4.9.2 on CentOS 7.9 地址: https://rocketmq.apache.org https://github.com/apache/rocketmq https://archive.apache.org/dist/rocketm
阅读全文
摘要:
一、Installation Maven-3.8.6 on CentOS 7.9 1 地址 https://maven.apache.org/index.html https://dlcdn.apache.org/maven/maven-3/3.8.6/binaries/apache-maven-3
阅读全文
一、Installation Maven-3.8.6 on CentOS 7.9 1 地址 https://maven.apache.org/index.html https://dlcdn.apache.org/maven/maven-3/3.8.6/binaries/apache-maven-3
阅读全文
摘要:
一、Installation JDK-8u333 on CentOS 7.9 1 地址 https://www.oracle.com https://www.oracle.com/java/technologies/javase/javase8u211-later-archive-downloads
阅读全文
一、Installation JDK-8u333 on CentOS 7.9 1 地址 https://www.oracle.com https://www.oracle.com/java/technologies/javase/javase8u211-later-archive-downloads
阅读全文
摘要:
一、Installation Git-2.21.0 on CentOS 7.9 1 地址 https://git-scm.com https://github.com/git/git https://mirrors.edge.kernel.org/pub/software/scm/git 2 安装依
阅读全文
一、Installation Git-2.21.0 on CentOS 7.9 1 地址 https://git-scm.com https://github.com/git/git https://mirrors.edge.kernel.org/pub/software/scm/git 2 安装依
阅读全文
摘要:
一、Installation Node-v14.16.0 on CentOS 7.9 地址 https://nodejs.org/dist/v14.16.0/node-v14.16.0-linux-x64.tar.gz 解压压缩包 tar zxvf /opt/software/node-v14.16
阅读全文
一、Installation Node-v14.16.0 on CentOS 7.9 地址 https://nodejs.org/dist/v14.16.0/node-v14.16.0-linux-x64.tar.gz 解压压缩包 tar zxvf /opt/software/node-v14.16
阅读全文
摘要:
一、Installation Jenkins-2.361.2 on CentOS 7.9 1 地址 https://www.jenkins.io/download 2 简介 Jenkins是一个Java开发的开源持续集成工具,广泛用于项目开发,具有自动化构建、测试和部署等功能,它的运行需要Java环
阅读全文
一、Installation Jenkins-2.361.2 on CentOS 7.9 1 地址 https://www.jenkins.io/download 2 简介 Jenkins是一个Java开发的开源持续集成工具,广泛用于项目开发,具有自动化构建、测试和部署等功能,它的运行需要Java环
阅读全文
摘要:
一、Installation Nginx-1.22.0 on CentOS 7.9 1 地址 http://nginx.org/en/download.html http://nginx.org/en/linux_packages.html#RHEL 2 安装前的准备 ### 操作系统内核版本 un
阅读全文
一、Installation Nginx-1.22.0 on CentOS 7.9 1 地址 http://nginx.org/en/download.html http://nginx.org/en/linux_packages.html#RHEL 2 安装前的准备 ### 操作系统内核版本 un
阅读全文
浙公网安备 33010602011771号