前往小程序,Get更优阅读体验!
立即前往
首页
学习
活动
专区
工具
TVP
发布
社区首页 >专栏 >常见的Linux发行版本(Centos,redhat,Oracle Linux),常见源(YUM,NPM,PIP),常用软件

常见的Linux发行版本(Centos,redhat,Oracle Linux),常见源(YUM,NPM,PIP),常用软件

原创
作者头像
大大刺猬
修改2020-05-20 09:49:13
3.8K0
修改2020-05-20 09:49:13
举报
文章被收录于专栏:大大刺猬大大刺猬

写在前面:本文所提供的下载地址以官方的为主,各大平台的为辅.根据安全性和自己网速选择

1.常见Linux发行版本

redhat的加载得慢,多等一下,redhat的下载需要登录,和注明用途.

根据自己的服务器选择不同的架构,不知道的就选X86_64

Centos的要根据地区来选择

1.1 Linux 8

1.1.1 Centos 8 官网:http://isoredirect.centos.org/centos/8/isos/x86_64/CentOS-8.1.1911-x86_64-dvd1.iso

centos8 清华大学 :https://mirrors.tuna.tsinghua.edu.cn/centos/8.1.1911/isos/x86_64/CentOS-8.1.1911-x86_64-dvd1.iso

centos8 重庆大学 : http://mirrors.cqu.edu.cn/CentOS/8.1.1911/isos/x86_64/CentOS-8.1.1911-x86_64-dvd1.iso

1.1.2 Redhat 8 官网 : https://developers.redhat.com/products/rhel/download

1.1.3 Oracle Linux 8 官网:http://public-yum.oracle.com/oracle-linux-isos.html

Oracle Linux 8.2 官网: http://public-yum.oracle.com/ISOS/OracleLinux/OL8/u2/x86_64/OracleLinux-R8-U2-x86_64-dvd.iso

1.2 Linux 7

1.2.1 Centos 7官网: http://isoredirect.centos.org/centos/7/isos/x86_64/

Centos 7.8 清华大学 : https://mirrors.tuna.tsinghua.edu.cn/centos/7.8.2003/isos/x86_64/CentOS-7-x86_64-DVD-2003.iso

Centos 7.8 重庆大学 : http://mirrors.cqu.edu.cn/CentOS/7.8.2003/isos/x86_64/CentOS-7-x86_64-DVD-2003.iso

说明:Centos 7.8的完整镜像, mini版 上面的源也能找到,把连接后面的文件去掉就是了

1.2.2 Redhat 7.8 官方:https://developers.redhat.com/download-manager/file/rhel-server-7.8-x86_64-dvd.iso

1.2.3 Oracle Linux 7.8 http://public-yum.oracle.com/ISOS/OracleLinux/OL7/u8/x86_64/OracleLinux-R7-U8-Server-x86_64-dvd.iso

1.3 Linux 6

1.3.1 Centos 6 官网:http://isoredirect.centos.org/centos/6/isos/x86_64/

清华大学 6.10 : https://mirrors.tuna.tsinghua.edu.cn/centos/6.10/isos/x86_64/CentOS-6.10-x86_64-bin-DVD1.iso

重庆大学 6.10 :http://mirrors.cqu.edu.cn/CentOS/6.10/isos/x86_64/CentOS-6.10-x86_64-bin-DVD1.iso

说明:Centos老版本: 需要到kernel去下载: 比如 Centos 6.8 :https://archive.kernel.org/centos-vault/6.8/isos/x86_64/

该网站也包含redhat,ubantu等Linux,感兴趣的可以去逛逛

1.3.2 Redhat 6 : 我没找到64位的,找到的可以在下面补充,: https://archive.kernel.org/redhat-archive/redhat/linux/6.2/en/iso/i386/

1.3.3 Oracle Linux 6.10 官网: http://public-yum.oracle.com/ISOS/OracleLinux/OL6/u10/x86_64/OracleLinux-R6-U10-Server-x86_64-dvd.iso

2.各种常见源:

2.1 腾讯云镜像: https://mirrors.cloud.tencent.com/

yum源设置方法:https://mirrors.cloud.tencent.com/help/centos.html

npm源设置方法: https://mirrors.cloud.tencent.com/help/npm.html

pip源设置方法: https://mirrors.cloud.tencent.com/help/pypi.html

ubantu :https://mirrors.cloud.tencent.com/help/ubuntu.html

说明:该镜像源还可以下载其它常用软件或工具:mysql , openssl,zabbix等

2.2 重庆大学镜像源:http://mirrors.cqu.edu.cn/

2.3清华大学镜像源: https://mirrors.tuna.tsinghua.edu.cn/

界面类似 腾讯云镜像的,软件也大同小异

2.4 阿里镜像源 : https://developer.aliyun.com/mirror/

其它都是mirrors.NAME 就阿里是 NAME/mirror 也是服了哟....花里胡哨的,软件大同小异,不说了

2.5 华为 : https://mirrors.huaweicloud.com/

多了些华为自己的产品,其它的大同小异

2.6 网页镜像源: http://mirrors.163.com/

界面朴素,非常朴素,资源也不多......, 很容易找到自己要的东西.

3.常用软件

3.1 Nginx:

官网:http://nginx.org/

3.2 .Mysql:

官网:https://www.mysql.com/

3.3 redis:

官网:https://redis.io/

4.分享一些不错的网站:

4.1 https://pkgs.org/ ,下载软件包的, 包含官方和非官方的包,看标志,有Official的就是官方的,支持Centos ,Ubantu ,Fedora, Debian等操作系统的

4.2 github

https://github.com b这上面有很多开源的代码,也有很多大厂在上面立项目,没事可以多逛逛.

不嫌弃的话,可以看看我的github项目DDCW https://github.com/ddcw,一些比较实用的脚本

4.3 小工具网站:

https://tool.lu/

https://tool.oschina.net/

这两个网站上面有很多很实用的小工具,比如生成二维码啊,各种码转换啊,等等.

4.4 菜鸟教程:

https://www.runoob.com/

这里面包含了前端,后台,数据库,网站建设,非常全.我感觉学啥子,都可以先去上面瞧瞧.

4.5 腾讯云社区 实验室:

https://cloud.tencent.com/developer/labs/gallery

这上面有很多教程,还免费提供虚拟机练习,技术也是比较前沿的,.

本文将持续更新...

原创声明:本文系作者授权腾讯云开发者社区发表,未经许可,不得转载。

如有侵权,请联系 cloudcommunity@tencent.com 删除。

原创声明:本文系作者授权腾讯云开发者社区发表,未经许可,不得转载。

如有侵权,请联系 cloudcommunity@tencent.com 删除。

评论
登录后参与评论
0 条评论
热度
最新
推荐阅读
目录
  • 1.常见Linux发行版本
    • 1.1 Linux 8
      • 1.1.1 Centos 8 官网:http://isoredirect.centos.org/centos/8/isos/x86_64/CentOS-8.1.1911-x86_64-dvd1.iso
      • 1.1.2 Redhat 8 官网 : https://developers.redhat.com/products/rhel/download
      • 1.1.3 Oracle Linux 8 官网:http://public-yum.oracle.com/oracle-linux-isos.html
    • 1.2 Linux 7
      • 1.2.1 Centos 7官网: http://isoredirect.centos.org/centos/7/isos/x86_64/
      • 1.2.2 Redhat 7.8 官方:https://developers.redhat.com/download-manager/file/rhel-server-7.8-x86_64-dvd.iso
      • 1.2.3 Oracle Linux 7.8 http://public-yum.oracle.com/ISOS/OracleLinux/OL7/u8/x86_64/OracleLinux-R7-U8-Server-x86_64-dvd.iso
    • 1.3 Linux 6
      • 1.3.1 Centos 6 官网:http://isoredirect.centos.org/centos/6/isos/x86_64/
      • 1.3.2 Redhat 6 : 我没找到64位的,找到的可以在下面补充,: https://archive.kernel.org/redhat-archive/redhat/linux/6.2/en/iso/i386/
      • 1.3.3 Oracle Linux 6.10 官网: http://public-yum.oracle.com/ISOS/OracleLinux/OL6/u10/x86_64/OracleLinux-R6-U10-Server-x86_64-dvd.iso
  • 2.各种常见源:
    • 2.1 腾讯云镜像: https://mirrors.cloud.tencent.com/
      • 2.2 重庆大学镜像源:http://mirrors.cqu.edu.cn/
        • 2.3清华大学镜像源: https://mirrors.tuna.tsinghua.edu.cn/
          • 2.4 阿里镜像源 : https://developer.aliyun.com/mirror/
            • 2.5 华为 : https://mirrors.huaweicloud.com/
              • 2.6 网页镜像源: http://mirrors.163.com/
              • 3.常用软件
                • 3.1 Nginx:
                  • 3.2 .Mysql:
                    • 3.3 redis:
                    • 4.分享一些不错的网站:
                      • 4.1 https://pkgs.org/ ,下载软件包的, 包含官方和非官方的包,看标志,有Official的就是官方的,支持Centos ,Ubantu ,Fedora, Debian等操作系统的
                        • 4.2 github
                          • 4.3 小工具网站:
                            • 4.4 菜鸟教程:
                              • 4.5 腾讯云社区 实验室:
                              相关产品与服务
                              网站建设
                              网站建设(Website Design Service,WDS),是帮助您快速搭建企业网站的服务。通过自助模板建站工具及专业设计服务,无需了解代码技术,即可自由拖拽模块,可视化完成网站管理。全功能管理后台操作方便,一次更新,数据多端同步,省时省心。使用网站建设服务,您无需维持技术和设计师团队,即可快速实现网站上线,达到企业数字化转型的目的。
                              领券
                              问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档