如何熟悉安装源?

Linux基础

1 前言

一个问题,一篇文章,一出故事。
我们的工作经常性与各种安装源打交道,为了提升工作效率,这变得很关键。

2 最佳实践

2.1 众合性源

aliyun安装源,
=================
http://mirrors.aliyun.com/
https://developer.aliyun.com/mirror/

163安装源,
=================
https://mirrors.163.com/

Oracle安装源,
=================
https://yum.oracle.com/
https://public-yum.oracle.com/

2.2 系统源

Oracle Linux,
=================
https://yum.oracle.com/whatsnew.html
https://public-yum.oracle.com/whatsnew.html

Debian安装源,
=================
https://www.debian.org/mirror/list

CentOS安装源,
=================
http://vault.centos.org
http://mirror.centos.org
https://wiki.centos.org/Download
https://www.centos.org/download/mirrors/

openEuler安装源,
=================
https://repo.openeuler.org/

Ubuntu安装源,
=================
http://old-releases.ubuntu.com/releases/

EPEL安装源,
=================
https://fedoraproject.org/wiki/EPEL
https://yum.oracle.com/repo/OracleLinux/OL9/developer/EPEL/x86_64/index.html

2.3 数据库源

mySQL安装源,
=================
https://dev.mysql.com/downloads/mirrors/
http://dev.mysql.com/downloads/repo/
http://dev.mysql.com/doc/mysql-yum-repo-quick-guide/en/
http://repo.mysql.com/yum
https://dev.mysql.com/downloads/workbench/

MariaDB安装源,
=================
http://yum.mariadb.org/

PostgreSQL安装源,
=================
https://download.postgresql.org/pub/

MongoDB安装源,
=================
http://repo.mongodb.org

2.4 Web服务源

Nginx安装源,
=================
http://nginx.org/packages/

Apache安装源,
=================
http://httpd.apache.org/download.cgi

PHP安装源,
=================
http://www.php.net/downloads.php

2.5 运行时源

Java安装源
=================
https://jdk.java.net/archive/
https://www.oracle.com/java/technologies/javase/jdk8-naming.html

dotNet安装源
=================
https://dotnet.microsoft.com/zh-cn/download/dotnet

2.6 容器源

Docker安装源
=================
https://download.docker.com/

podMan安装源
=================
https://github.com/containers/podman/releases

没有评论

发表回复

Linux基础
如何熟悉Linux的PAM模块

1 PAM的简介 1.1 PAM的概念 – PAM即Pluggable Authenti …

Linux基础
如何配置RHEL 8.x OpenSSH客户端登录自动过期?

1 前言 一个问题,一篇文章,一出故事。 基于服务器安全,笔者需要让OpenSSH客户端在10分钟内 …

Linux基础
如何安装部署SentinelOne EDR?

1 基础知识 1.1 软件公司介绍 SentinelOne,Inc.是一家在纽约证券交易所上市的美国 …