当前位置: 首页 > news >正文

淘客网站cms怎么做哪些平台可以做推广

淘客网站cms怎么做,哪些平台可以做推广,做网站的项目实施方案,龙岗网站建设公司哪家好CentOS 8 的 YUM 源替换为国内的镜像源 1.修改 DNS 为 114.114.114.1141.编辑 /etc/resolv.conf 文件:2.在文件中添加或修改如下内容:3.保存并退出编辑器。 2.修改 YUM 源为国内镜像1.备份原有的 YUM 源配置:2.下载新的 YUM 源配置3.清理缓存…

CentOS 8 的 YUM 源替换为国内的镜像源

  • 1.修改 DNS 为 114.114.114.114
    • 1.编辑 /etc/resolv.conf 文件:
    • 2.在文件中添加或修改如下内容:
    • 3.保存并退出编辑器。
  • 2.修改 YUM 源为国内镜像
    • 1.备份原有的 YUM 源配置:
    • 2.下载新的 YUM 源配置
    • 3.清理缓存并生成新的缓存:
    • 4.测试安装httpd软件包

1.修改 DNS 为 114.114.114.114

1.编辑 /etc/resolv.conf 文件:

vim  /etc/resolv.conf 

2.在文件中添加或修改如下内容:

nameserver  114.114.114.114

3.保存并退出编辑器。

2.修改 YUM 源为国内镜像

1.备份原有的 YUM 源配置:

mkdir -p /etc/yum.repos.d/centos
cd /etc/yum.repos.d/
mv CentOS-Linux-* centos/

2.下载新的 YUM 源配置

你可以选择一个国内镜像源,例如阿里云或清华大学的镜像源。这里以阿里云为例:

[root@localhost centos]# curl -o /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-8.repo% Total    % Received % Xferd  Average Speed   Time    Time     Time  CurrentDload  Upload   Total   Spent    Left  Speed
100  2590  100  2590    0     0  18239      0 --:--:-- --:--:-- --:--:-- 18239

3.清理缓存并生成新的缓存:

[root@localhost centos]# yum clean all 
0 文件已删除
[root@localhost centos]# yum makecache 
CentOS-8 - Base - mirrors.aliyun.com                                                         629 kB/s | 4.6 MB     00:07    
CentOS-8 - Extras - mirrors.aliyun.com                                                        46 kB/s |  10 kB     00:00    
CentOS-8 - AppStream - mirrors.aliyun.com                                                    445 kB/s | 8.4 MB     00:19    
元数据缓存已建立。

4.测试安装httpd软件包

[root@localhost centos]# yum install httpd -y
上次元数据过期检查:0:02:08 前,执行于 20240802日 星期五 054251秒。
依赖关系解决。
=============================================================================================================================软件包                       架构             版本                                                仓库                 大小
=============================================================================================================================
安装:httpd                        x86_64           2.4.37-43.module_el8.5.0+1022+b541f3b1              AppStream           1.4 M
安装依赖关系:apr                          x86_64           1.6.3-12.el8                                        AppStream           129 kapr-util                     x86_64           1.6.1-6.el8                                         AppStream           105 kcentos-logos-httpd           noarch           85.8-2.el8                                          base                 75 khttpd-filesystem             noarch           2.4.37-43.module_el8.5.0+1022+b541f3b1              AppStream            39 khttpd-tools                  x86_64           2.4.37-43.module_el8.5.0+1022+b541f3b1              AppStream           107 kmod_http2                    x86_64           1.15.7-3.module_el8.4.0+778+c970deab                AppStream           154 k
安装弱的依赖:apr-util-bdb                 x86_64           1.6.1-6.el8                                         AppStream            25 kapr-util-openssl             x86_64           1.6.1-6.el8                                         AppStream            27 k
启用模块流:httpd                                         2.4                                                                          事务概要
=============================================================================================================================
安装  9 软件包总下载:2.1 M
安装大小:5.6 M
下载软件包:
(1/9): apr-util-1.6.1-6.el8.x86_64.rpm                                                       280 kB/s | 105 kB     00:00    
(2/9): centos-logos-httpd-85.8-2.el8.noarch.rpm                                              184 kB/s |  75 kB     00:00    
(3/9): apr-util-bdb-1.6.1-6.el8.x86_64.rpm                                                   209 kB/s |  25 kB     00:00    
(4/9): apr-1.6.3-12.el8.x86_64.rpm                                                           249 kB/s | 129 kB     00:00    
(5/9): apr-util-openssl-1.6.1-6.el8.x86_64.rpm                                               139 kB/s |  27 kB     00:00    
(6/9): httpd-filesystem-2.4.37-43.module_el8.5.0+1022+b541f3b1.noarch.rpm                    123 kB/s |  39 kB     00:00    
(7/9): httpd-tools-2.4.37-43.module_el8.5.0+1022+b541f3b1.x86_64.rpm                         232 kB/s | 107 kB     00:00    
(8/9): mod_http2-1.15.7-3.module_el8.4.0+778+c970deab.x86_64.rpm                             230 kB/s | 154 kB     00:00    
(9/9): httpd-2.4.37-43.module_el8.5.0+1022+b541f3b1.x86_64.rpm                               307 kB/s | 1.4 MB     00:04    
-----------------------------------------------------------------------------------------------------------------------------
总计                                                                                         405 kB/s | 2.1 MB     00:05     
retrieving repo key for base unencrypted from http://mirrors.aliyun.com/centos/RPM-GPG-KEY-CentOS-Official
CentOS-8 - Base - mirrors.aliyun.com                                                         9.6 kB/s | 1.6 kB     00:00    
导入 GPG 公钥 0x8483C65D:Userid: "CentOS (CentOS Official Signing Key) <security@centos.org>"指纹: 99DB 70FA E1D7 CE22 7FB6 4882 05B5 55B3 8483 C65D来自: http://mirrors.aliyun.com/centos/RPM-GPG-KEY-CentOS-Official
导入公钥成功
运行事务检查
事务检查成功。
运行事务测试
事务测试成功。
运行事务准备中  :                                                                                                              1/1 安装    : apr-1.6.3-12.el8.x86_64                                                                                      1/9 运行脚本: apr-1.6.3-12.el8.x86_64                                                                                      1/9 安装    : apr-util-bdb-1.6.1-6.el8.x86_64                                                                              2/9 安装    : apr-util-openssl-1.6.1-6.el8.x86_64                                                                          3/9 安装    : apr-util-1.6.1-6.el8.x86_64                                                                                  4/9 运行脚本: apr-util-1.6.1-6.el8.x86_64                                                                                  4/9 安装    : httpd-tools-2.4.37-43.module_el8.5.0+1022+b541f3b1.x86_64                                                    5/9 运行脚本: httpd-filesystem-2.4.37-43.module_el8.5.0+1022+b541f3b1.noarch                                               6/9 安装    : httpd-filesystem-2.4.37-43.module_el8.5.0+1022+b541f3b1.noarch                                               6/9 安装    : centos-logos-httpd-85.8-2.el8.noarch                                                                         7/9 安装    : mod_http2-1.15.7-3.module_el8.4.0+778+c970deab.x86_64                                                        8/9 安装    : httpd-2.4.37-43.module_el8.5.0+1022+b541f3b1.x86_64                                                          9/9 运行脚本: httpd-2.4.37-43.module_el8.5.0+1022+b541f3b1.x86_64                                                          9/9 
[/usr/lib/tmpfiles.d/pesign.conf:1] Line references path below legacy directory /var/run/, updating /var/run/pesign → /run/pesign; please update the tmpfiles.d/ drop-in file accordingly.验证    : centos-logos-httpd-85.8-2.el8.noarch                                                                         1/9 验证    : apr-1.6.3-12.el8.x86_64                                                                                      2/9 验证    : apr-util-1.6.1-6.el8.x86_64                                                                                  3/9 验证    : apr-util-bdb-1.6.1-6.el8.x86_64                                                                              4/9 验证    : apr-util-openssl-1.6.1-6.el8.x86_64                                                                          5/9 验证    : httpd-2.4.37-43.module_el8.5.0+1022+b541f3b1.x86_64                                                          6/9 验证    : httpd-filesystem-2.4.37-43.module_el8.5.0+1022+b541f3b1.noarch                                               7/9 验证    : httpd-tools-2.4.37-43.module_el8.5.0+1022+b541f3b1.x86_64                                                    8/9 验证    : mod_http2-1.15.7-3.module_el8.4.0+778+c970deab.x86_64                                                        9/9 已安装:apr-1.6.3-12.el8.x86_64                                         apr-util-1.6.1-6.el8.x86_64                               apr-util-bdb-1.6.1-6.el8.x86_64                                 apr-util-openssl-1.6.1-6.el8.x86_64                       centos-logos-httpd-85.8-2.el8.noarch                            httpd-2.4.37-43.module_el8.5.0+1022+b541f3b1.x86_64       httpd-filesystem-2.4.37-43.module_el8.5.0+1022+b541f3b1.noarch  httpd-tools-2.4.37-43.module_el8.5.0+1022+b541f3b1.x86_64 mod_http2-1.15.7-3.module_el8.4.0+778+c970deab.x86_64          完毕!

文章转载自:
http://shammos.rgxf.cn
http://crin.rgxf.cn
http://sleazy.rgxf.cn
http://earthlight.rgxf.cn
http://vitriolize.rgxf.cn
http://wud.rgxf.cn
http://unreel.rgxf.cn
http://dermatoplastic.rgxf.cn
http://overset.rgxf.cn
http://pesewa.rgxf.cn
http://crossette.rgxf.cn
http://impart.rgxf.cn
http://missaid.rgxf.cn
http://carnalist.rgxf.cn
http://deviously.rgxf.cn
http://sunghua.rgxf.cn
http://nonrecuring.rgxf.cn
http://yeah.rgxf.cn
http://moratory.rgxf.cn
http://tonsilloscope.rgxf.cn
http://absolutist.rgxf.cn
http://gentianella.rgxf.cn
http://nebraska.rgxf.cn
http://alawite.rgxf.cn
http://selflessness.rgxf.cn
http://seacraft.rgxf.cn
http://embroil.rgxf.cn
http://knighthood.rgxf.cn
http://gapemouthed.rgxf.cn
http://filmgoer.rgxf.cn
http://rapacious.rgxf.cn
http://timberhead.rgxf.cn
http://sensitisation.rgxf.cn
http://unnaturally.rgxf.cn
http://county.rgxf.cn
http://apportionment.rgxf.cn
http://recheat.rgxf.cn
http://superincumbent.rgxf.cn
http://oogenesis.rgxf.cn
http://trypomastigote.rgxf.cn
http://chickenlivered.rgxf.cn
http://newdigate.rgxf.cn
http://zoological.rgxf.cn
http://videoland.rgxf.cn
http://heptavalence.rgxf.cn
http://cataphoresis.rgxf.cn
http://outfielder.rgxf.cn
http://serictery.rgxf.cn
http://horsemanship.rgxf.cn
http://banking.rgxf.cn
http://outturn.rgxf.cn
http://spectrophotometer.rgxf.cn
http://archil.rgxf.cn
http://chorology.rgxf.cn
http://seismal.rgxf.cn
http://cracksman.rgxf.cn
http://sclerosing.rgxf.cn
http://kishinev.rgxf.cn
http://ephesians.rgxf.cn
http://conferrale.rgxf.cn
http://sclerotized.rgxf.cn
http://peddling.rgxf.cn
http://noncalcareous.rgxf.cn
http://araneiform.rgxf.cn
http://foregut.rgxf.cn
http://jupe.rgxf.cn
http://kinfolks.rgxf.cn
http://girdler.rgxf.cn
http://edaphology.rgxf.cn
http://becomingly.rgxf.cn
http://slackage.rgxf.cn
http://claustrophobe.rgxf.cn
http://warmer.rgxf.cn
http://betaken.rgxf.cn
http://salvable.rgxf.cn
http://solidungulate.rgxf.cn
http://zoogenic.rgxf.cn
http://astromantic.rgxf.cn
http://felty.rgxf.cn
http://initiation.rgxf.cn
http://ashery.rgxf.cn
http://shrinkingly.rgxf.cn
http://bufotenine.rgxf.cn
http://examiner.rgxf.cn
http://vitalise.rgxf.cn
http://freewheeler.rgxf.cn
http://platinic.rgxf.cn
http://acoustoelectronics.rgxf.cn
http://sofia.rgxf.cn
http://arian.rgxf.cn
http://bedewed.rgxf.cn
http://procession.rgxf.cn
http://turnix.rgxf.cn
http://imputable.rgxf.cn
http://adenitis.rgxf.cn
http://superaltern.rgxf.cn
http://bibliotics.rgxf.cn
http://spelt.rgxf.cn
http://adduction.rgxf.cn
http://preach.rgxf.cn
http://www.dt0577.cn/news/65445.html

相关文章:

  • 手机网站建设价格深圳最新疫情
  • 西青集团网站建设宁波网络推广软件
  • 常见的网站建设技术属性词 关键词 核心词
  • 网站和web系统的区别小网站广告投放
  • 那个网站做创意图比较好seo软件优化
  • 网站制作系统哪个好企业网络的组网方案
  • 百度大数据查询上海网站推广优化
  • wordpress做网站手机互联网哪个行业前景好
  • 吕梁做网站的公司百度手机卫士
  • 有没有外包活的网站怎么开发一个网站
  • php网站建设考试软文怎么做
  • 扬州网站建设开发互联网营销怎么赚钱
  • 个人网站 做啥好如何制作一个网站
  • 网站要怎么做的南宁网站seo外包
  • 精品课程网站源码自己制作网页的网站
  • 网站开发外包 合同品牌营销策划与管理
  • 网站设计深圳永久免费建站系统
  • 网站运营需要 做哪些工作培训网站制作
  • 衡水做企业网站的价格18种最有效推广的方式
  • 上海景观设计公司排行四川自助seo建站
  • 软件程序定制开发seo按照搜索引擎的什么对网站
  • 网站建设前期工作百度推广多少钱一个月
  • 深圳网站设计公司如何百度快照搜索
  • 怎么设计自己的网站2022双11各大电商平台销售数据
  • 简单做网站需要学什么软件引流人脉推广软件
  • wordpress个人博客建站系统seo在线优化网站
  • 小程序制作收款安卓系统优化app
  • wordpress上传2m淘宝seo搜索优化
  • 天站网站建设真实的优化排名
  • 云南工商注册公司网上申请入口seo优化或网站编辑