如何熟悉安装源?

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

没有评论

发表回复

cmd shell
如何忽略PowerShell错误邮件地址?

1 前言 一个问题,一篇文章,一出故事。 笔者使用PowerShell发送邮件时,由于收件人列表包含 …

Linux基础
如何解决KDC不支持加密类型问题?

1 前言 一个问题,一篇文章,一出故事。 笔者最近发现生产环境的sftp域用户登录异常,查看sssd …

Linux基础
如何允许应用倾听低于1000的系统端口?

1 前言 一个问题,一篇文章,一出故事。 笔者集群运行logstash发现它希望在514端口倾听,但 …