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

关于网站策划的文章黄浦网站制作

关于网站策划的文章,黄浦网站制作,海口网站建设开发,小程序外包目录 一、本地仓库 问题#xff1a; 解决#xff1a; 1.创建一个仓库#xff1a; 内容#xff1a; 2.挂载#xff1a; 挂载#xff1a; 测试#xff1a; 3.或者直接使用阿里云的源 二.配置ansible仓库 1.下载#xff1a; 2.检查 一、本地仓库 问题#xff1a; 当…目录 一、本地仓库 问题 解决 1.创建一个仓库 内容 2.挂载 挂载 测试 3.或者直接使用阿里云的源 二.配置ansible仓库 1.下载 2.检查 一、本地仓库 问题 当你刚装好rhel8环境却发现啥也干不了下载也不行如 [rootcontrol ~]# yum install  vim* -y Updating Subscription Management repositories. Unable to read consumer identity This system is not registered with an entitlement server. You can use subscription-manager to register. Error: There are no enabled repositories in /etc/yum.repos.d, /etc/yum/repos.d, /etc/distro.repos.d. 解决 1.创建一个仓库 在/etc/yum.repos.d下 [rootcontrol yum.repos.d]# vim base.repo 内容 [BaseOS] nameBaseOS baseurl/mnt/BaseOS gpgcheck0 enabled1   [AppStream] nameAppStream baseurl/mnt/AppStream gpgcheck0 enabled1 2.挂载 确保这个镜像是开启的我这里的是8.5的镜像 挂载 [rootcontrol yum.repos.d]# mount /dev/sr0 /mnt/ mount: /mnt: WARNING: device write-protected, mounted read-only. [rootcontrol yum.repos.d]# mount -a 测试 [rootcontrol yum.repos.d]# yum install vim -y Updating Subscription Management repositories. Unable to read consumer identity This system is not registered with an entitlement server. You can use subscription-manager to register. BaseOS                                          137 MB/s | 2.4 MB     00:00     AppStream                                       165 MB/s | 7.2 MB     00:00     Last metadata expiration check: 0:00:01 ago on Wed 02 Aug 2023 02:19:43 AM PDT. Package vim-enhanced-2:8.0.1763-16.el8.x86_64 is already installed. Dependencies resolved. Nothing to do. Complete!   3.或者直接使用阿里云的源 虽然是centos的但是rhel也能用 [AppStream1] nameAppStream baseurlhttps://mirrors.aliyun.com/centos/8-stream/AppStream/x86_64/os/ gpgcheck0 [Base0s1] nameBaseOS baseurlhttps://mirrors.aliyun.com/centos/8-stream/BaseOS/x86_64/os/ gpgcheck0 二.配置ansible仓库 在/etc/yum.repos.d下创建 [rootcontrol yum.repos.d]# vim   ansible.repo  [ansible] nameansible baseurlhttp://47.108.86.156/rhel8/ansible29/ansible-2.9-for-rhel-8-x86_64-rpms/ gpgcheck0 1.下载 [rootcontrol yum.repos.d]# yum install  ansible -y Updating Subscription Management repositories. Unable to read consumer identity This system is not registered with an entitlement server. You can use subscription-manager to register. ansible                                         1.7 MB/s | 837 kB     00:00     Dependencies resolved.  Package                   Arch        Version             Repository      Size Installing:  ansible                   noarch      2.9.11-1.el8ae      ansible         17 M Installing dependencies:  python3-babel             noarch      2.5.1-7.el8         AppStream      4.8 M  python3-cffi              x86_64      1.11.5-5.el8        BaseOS         238 k  python3-cryptography      x86_64      3.2.1-5.el8         BaseOS         559 k  python3-jinja2            noarch      2.10.1-3.el8        AppStream      538 k  python3-markupsafe        x86_64      0.23-19.el8         AppStream       39 k  python3-pycparser         noarch      2.14-14.el8         BaseOS         109 k  sshpass                   x86_64      1.06-3.el8ae        ansible         27 k Installing weak dependencies:  python3-jmespath          noarch      0.9.0-11.el8        AppStream       45 k Transaction Summary Install  9 Packages Total size: 23 M Total download size: 17 M Installed size: 123 M Downloading Packages: (1/2): sshpass-1.06-3.el8ae.x86_64.rpm          143 kB/s |  27 kB     00:00     [MIRROR] ansible-2.9.11-1.el8ae.noarch.rpm: Curl error (28): Timeout was reached for http://47.108.86.156/rhel8/ansible29/ansible-2.9-for-rhel-8-x86_64-rpms/Packages/a/ansible-2.9.11-1.el8ae.noarch.rpm [Operation too slow. Less than 1000 bytes/sec transferred the last 30 seconds] (2/2): ansible-2.9.11-1.el8ae.noarch.rpm        239 kB/s |  17 MB     01:12     -------------------------------------------------------------------------------- Total                                           240 kB/s |  17 MB     01:12      Running transaction check Transaction check succeeded. Running transaction test Transaction test succeeded. Running transaction   Preparing        :                                                        1/1    Installing       : python3-markupsafe-0.23-19.el8.x86_64                  1/9    Installing       : python3-jmespath-0.9.0-11.el8.noarch                   2/9    Installing       : python3-babel-2.5.1-7.el8.noarch                       3/9    Installing       : python3-jinja2-2.10.1-3.el8.noarch                     4/9    Installing       : python3-pycparser-2.14-14.el8.noarch                   5/9    Installing       : python3-cffi-1.11.5-5.el8.x86_64                       6/9    Installing       : python3-cryptography-3.2.1-5.el8.x86_64                7/9    Installing       : sshpass-1.06-3.el8ae.x86_64                            8/9    Installing       : ansible-2.9.11-1.el8ae.noarch                          9/9    Running scriptlet: ansible-2.9.11-1.el8ae.noarch                          9/9    Verifying        : sshpass-1.06-3.el8ae.x86_64                            1/9    Verifying        : ansible-2.9.11-1.el8ae.noarch                          2/9    Verifying        : python3-cffi-1.11.5-5.el8.x86_64                       3/9    Verifying        : python3-cryptography-3.2.1-5.el8.x86_64                4/9    Verifying        : python3-pycparser-2.14-14.el8.noarch                   5/9    Verifying        : python3-babel-2.5.1-7.el8.noarch                       6/9    Verifying        : python3-jinja2-2.10.1-3.el8.noarch                     7/9    Verifying        : python3-jmespath-0.9.0-11.el8.noarch                   8/9    Verifying        : python3-markupsafe-0.23-19.el8.x86_64                  9/9  Installed products updated. Installed:   ansible-2.9.11-1.el8ae.noarch         python3-babel-2.5.1-7.el8.noarch          python3-cffi-1.11.5-5.el8.x86_64      python3-cryptography-3.2.1-5.el8.x86_64   python3-jinja2-2.10.1-3.el8.noarch    python3-jmespath-0.9.0-11.el8.noarch      python3-markupsafe-0.23-19.el8.x86_64 python3-pycparser-2.14-14.el8.noarch      sshpass-1.06-3.el8ae.x86_64           Complete! 2.检查 [rootcontrol yum.repos.d]# ansible --version ansible 2.9.11   config file /etc/ansible/ansible.cfg   configured module search path [/root/.ansible/plugins/modules, /usr/share/ansible/plugins/modules]   ansible python module location /usr/lib/python3.6/site-packages/ansible   executable location /usr/bin/ansible   python version 3.6.8 (default, Sep  9 2021, 07:49:02) [GCC 8.5.0 20210514 (Red Hat 8.5.0-3)]
http://www.pierceye.com/news/549702/

相关文章:

  • 网站界面设计实训报告深圳设计公司办公室
  • 京东网站的公司地址别人网站建设多少钱
  • 如何加快网站打开速度wordpress注册怎样通过邮箱验证码
  • 有关图书网站建设策划书电脑公司网站系统源码
  • 西班牙网站后缀360收录提交入口网址
  • 济宁网站建设工程教育网官网学员登录
  • html5导航网站源码下载wordpress 调用 discuz
  • 住房和城乡建设部网站 投诉有哪些网站可以学做糕点的
  • 电商购物网站m3u8插件 wordpress
  • 河北手机网站制作多少钱wordpress文章头部
  • 悠悠我心的个人网站素材网站建设教育培训
  • 网站建设定金做什么会计分录湘潭有实力的关键词优化公司
  • 网站备案 网站建设方案书云搜索app
  • 青岛网络推广建站民营医院建设网站
  • 罗湖住房和建设局网站wordpress调用内容代码
  • 网络logo设计优化设计七年级下册语文答案
  • 贵港网站seo安新网站建设
  • 网站怎么自己编辑模块创意网名大全
  • php的网站架构建设框架wordpress如何运行
  • 广州seo网站排名优化数码设计网站
  • 免费做视频相册的网站网站建设的功能描述
  • 网站建设方案浩森宇特alexa排名是什么意思
  • 网上手机网站建设计划书百度小说风云榜排名
  • 用js来做网站帝国cms这么做网站
  • 网站建设需求分析班级网站备案服务类型
  • 网站备案幕布照片怎么算合格北京专业网站开发
  • 浙江建设职业技术学院塘栖校区网站网络推广方法有几种
  • 呢图网站场建设封面长安镇做网站
  • 搜索关键词的网站黄山做网站
  • 网络建站系统去除wordpress主题头部作者信息