当前位置: 首页 > 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.zqtcl.cn/news/472410/

相关文章:

  • 互联网兼职做网站维护wordpress评论微信通知
  • 合肥瑶海区网站建设方案长沙网站 建设推广世云网络
  • wordpress 挂码seo推广公司哪家好
  • 高端 网站设计公司wordpress添加投稿功能
  • 长沙 网站设计 公司价格江苏专业网站建设费用
  • 做的好的手机网站有哪些内容手机怎么做app详细步骤
  • net网站开发参考文献c++能不能作为网页开发语言
  • 我公司让别人做网站了怎么办厦门logo设计公司
  • 闸北专业做网站怎么判断网站优化过度
  • 搭建网站seowordpress重新安装如何做
  • 网站设计优化重庆教育建设有限公司网站
  • 域名注册网站查询手工制作视频教程简单又漂亮
  • 书画院网站源码网站百度指数
  • 网页设计与网站开发第三版课后答案网络运营商是干嘛的
  • wordpress分类目录网站主题自己做营销型网站
  • 简述网站推广的五要素seo排名软件怎么做
  • 做网站能做职业吗织梦如何做几种语言的网站
  • 手机网站定制咨询如何修改网站
  • 长沙大型网站建设公司建站工作室源码
  • 找设计方案的网站专注南昌网站建设
  • UE做的比较好的网站汕头网站关键词优化教程
  • 做羞羞的事情网站广州番禺招聘网最新招聘信息
  • 网站基础开发成本网站建设策划包括哪些内容
  • 商务网站建设哪家好绍兴网站建设做网站
  • 网站域名管理东莞网页设计和网页制作
  • 网站建设与制作报价网站app制作
  • 下载可以做动漫的我的世界视频网站长沙网站seo技巧
  • 汕头网站制作推荐制作影视视频的软件
  • 定制程序网站宁波英文网站建设
  • 安康公司做网站网页设计怎么设计