随笔分类 -  Installation

摘要:一、Installation gitlab-ce-15.7.2 on Redhat 8.4 地址 https://git-scm.com https://about.gitlab.com https://packages.gitlab.com 下载 ### mkdir cd /opt/softwar 阅读全文
posted @ 2023-03-14 17:01 娇小赤雅 阅读(95) 评论(0) 推荐(0) 编辑
摘要:一、Installation VMware Workstation Pro on Windows 1 地址 https://www.vmware.com Latest supported Visual C++ Redistributable downloads | Microsoft Learn 2 阅读全文
posted @ 2023-03-13 16:11 娇小赤雅 阅读(447) 评论(0) 推荐(0) 编辑
摘要:一、Vim Editor 1 地址 https://www.vim.org http://vimeditor.com 2 简介Vim 是从 vi 发展出来的一个文本编辑器。代码补全、编译及错误跳转等方便编程的功能特别丰富,在程序员中被广泛使用,和 Emacs 并列成为类 Unix 系统用户最喜欢的文 阅读全文
posted @ 2022-12-02 22:13 娇小赤雅 阅读(75) 评论(0) 推荐(0) 编辑
摘要:一、Installation golang-1.18 https://golang.google.cn 1 下载 mkdir /opt/software && cd /opt/software wget https://golang.google.cn/dl/go1.18.linux-amd64.t 阅读全文
posted @ 2022-12-01 00:20 娇小赤雅 阅读(77) 评论(0) 推荐(0) 编辑
摘要:一、Installation MySQL-8.0.28 on CentOS 8.3 1 地址 https://www.mysql.com https://downloads.mysql.com/archives/community 2 下载图片 二、创建相关目录 1 创建软件目录 mkdir -p 阅读全文
posted @ 2022-11-30 23:12 娇小赤雅 阅读(174) 评论(0) 推荐(0) 编辑
摘要:一、Installation Kafka-2.13 on openEuler 地址 https://kafka.apache.org/downloads.html 二、安装准备 1 安装 JDK 安装 kafka 之前必须先安装JDK和zookeeper,如何安装JDK,可以查看:CentOS 7. 阅读全文
posted @ 2022-11-17 09:50 娇小赤雅 阅读(404) 评论(0) 推荐(0) 编辑
摘要:一、Installation Zookeeper-3.7.1 on openEuler 地址 http://kafka.apache.org/downloads.html https://archive.apache.org/dist/zookeeper 是下载哪个文件呢!!! 1 下载 mkdir 阅读全文
posted @ 2022-11-17 09:39 娇小赤雅 阅读(164) 评论(0) 推荐(0) 编辑
该文被密码保护。
posted @ 2022-11-16 22:35 娇小赤雅 阅读(1) 评论(0) 推荐(0) 编辑
摘要:一、Installation harbor-2.6.2 on openEuler 1 地址 https://goharbor.io https://github.com/goharbor/harbor 2 Harbor 安装条件 部署Harbor的最低硬件和软件配置:https://goharbor 阅读全文
posted @ 2022-11-16 20:25 娇小赤雅 阅读(773) 评论(0) 推荐(0) 编辑
摘要:一、Installation docker-compose on CentOS 7.9 1 地址 https://github.com/docker/compose https://github.com/docker/compose/releases/download/v2.1.0/docker-c 阅读全文
posted @ 2022-11-15 22:13 娇小赤雅 阅读(293) 评论(0) 推荐(0) 编辑
摘要:一、Installation harbor-2.6.2 on CentOS 8.3 1 地址 https://goharbor.io https://github.com/goharbor/harbor 2 Harbor 安装条件 部署Harbor的最低硬件和软件配置:https://goharbo 阅读全文
posted @ 2022-11-15 21:24 娇小赤雅 阅读(203) 评论(0) 推荐(0) 编辑
摘要:一、Installation ClickHouse-22.10.2.11 on openEuler 1 地址 https://clickhouse.com https://packages.clickhouse.com https://github.com/ClickHouse/ClickHouse 阅读全文
posted @ 2022-11-15 16:29 娇小赤雅 阅读(3425) 评论(0) 推荐(1) 编辑
摘要:一、Kubernetes-1.23.5|11/1.25 Ceph-CSI-3.7.2 Container Image Download 镜像地址 kubeadm config images list I0317 21:16:38.891493 10528 version.go:255] remote 阅读全文
posted @ 2022-11-12 13:42 娇小赤雅 阅读(501) 评论(0) 推荐(0) 编辑
摘要:一、Installing MongoDB-6.0.2 on openEuler-22.09 1 查看版本 openEuler-22.09 和 CentOS 8.3 里安装无差别,直接一步到位好吧! X、One Step Success systemctl stop firewalld dnf ins 阅读全文
posted @ 2022-11-09 22:14 娇小赤雅 阅读(591) 评论(0) 推荐(0) 编辑
摘要:一、Installation ingress-nginx on helm 1 安装 helm # wget 下载 cd /opt/software wget https://get.helm.sh/helm-v3.10.1-linux-amd64.tar.gz # 解压 tar -xf /opt/s 阅读全文
posted @ 2022-10-31 17:31 娇小赤雅 阅读(157) 评论(0) 推荐(0) 编辑
摘要:一、Installation PUREVPN on the App,PC,Linux Side 地址 purevpn.com https://d3uym7n1flvv1x.cloudfront.net/windows-2.0/packages/production/purevpn_setup.exe 阅读全文
posted @ 2022-10-30 15:22 娇小赤雅 阅读(520) 评论(0) 推荐(0) 编辑
摘要:一、Installation haproxy-2.4.0 on CentOS 8.3 地址 haproxy.org https://github.com/haproxy/haproxy 二、安装lua 1 准备相关软件包 yum install gcc readline-devel openssl- 阅读全文
posted @ 2022-10-28 02:16 娇小赤雅 阅读(169) 评论(0) 推荐(0) 编辑
摘要:一、Installation CentOS 8.3 in VMware Workstation Pro 15.x 地址 http://mirrors.aliyun.com/centos/7.9.2009/isos/x86_64 没有 CentOS 8.3,就安装CentOS 7.9,安装大差不差的。 阅读全文
posted @ 2022-10-27 22:52 娇小赤雅 阅读(36) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示