当前位置:网站首页>Fedora alicloud source
Fedora alicloud source
2022-06-26 05:12:00 【Meng Chu】
Image download 、 Domain name resolution 、 Time synchronization please click Alibaba open source mirror site
brief introduction
Fedora It's a Linux Distribution version , It's a fast app for everyday use built by global community enthusiasts 、 Stable 、 Powerful operating system . It allows anyone to use it freely 、 Modify and republish , The goal is to create a new 、 Multifunctional and free operating system .
Configuration method
1. Backup
mv /etc/yum.repos.d/fedora.repo /etc/yum.repos.d/fedora.repo.backupmv /etc/yum.repos.d/fedora-updates.repo /etc/yum.repos.d/fedora-updates.repo.backup2. Download new fedora.repo and fedora-updates.repo To /etc/yum.repos.d/
fedora
wget -O /etc/yum.repos.d/fedora.repo http://mirrors.aliyun.com/repo/fedora.repoperhaps
curl -o /etc/yum.repos.d/fedora.repo http://mirrors.aliyun.com/repo/fedora.repofedora updates
wget -O /etc/yum.repos.d/fedora-updates.repo http://mirrors.aliyun.com/repo/fedora-updates.repoperhaps
curl -o /etc/yum.repos.d/fedora-updates.repo http://mirrors.aliyun.com/repo/fedora-updates.repo3. function sudo yum makecache Generate cache
function sudo yum makecache The generated cache will report an error : Please execute the following command to solve the problem .
sed -i 's/releases\/$releasever/releases\/32/g' /etc/yum.repos.d/fedora.reposed -i 's/updates\/$releasever/updates\/32/g' /etc/yum.repos.d/fedora-updates.repoRe execution yum makecache that will do .

边栏推荐
- Douban top250
- Implementation of IM message delivery guarantee mechanism (II): ensure reliable delivery of offline messages
- Cookie and session Basics
- Schematic diagram of UWB ultra high precision positioning system
- Technical past: tcp/ip protocol that has changed the world (precious pictures, caution for mobile phones)
- Yolov5 super parameter setting and data enhancement analysis
- Introduction to classification data cotegory and properties and methods of common APIs
- Using requests library and re library to crawl web pages
- 6.1 - 6.2 Introduction à la cryptographie à clé publique
- zencart新建的URL怎么重写伪静态
猜你喜欢

6.1 - 6.2 introduction to public key cryptography

瀚高数据库自定义操作符‘!~~‘

百度API地图的标注不是居中显示,而是显示在左上角是怎么回事?已解决!

How MySQL deletes all redundant duplicate data

Tp5.0 framework PDO connection MySQL error: too many connections solution

Codeforces Round #800 (Div. 2)
Why does the mobile IM based on TCP still need to keep the heartbeat alive?

【Latex】错误类型总结(持更)

【Unity3D】碰撞体组件Collider

Image translation /gan:unsupervised image-to-image translation with self attention networks
随机推荐
GD32F3x0 官方PWM驱动正频宽偏小(定时不准)的问题
[unity3d] rigid body component
程序人生
ModuleNotFoundError: No module named ‘numpy‘
Zuul implements dynamic routing
CMakeLists.txt Template
Ai+ remote sensing: releasing the value of each pixel
Datetime data type ---now() gets the current time, datetime() creation date, performs mathematical operations, and to_ Datetime() converts to date type and extracts various parts of date
Vie procédurale
程序人生
Procedural life
ssh连win10报错:Permission denied (publickey,keyboard-interactive).
date_ Range creation date range freq parameter value table and creation example
Pytorch forecast house price
How to rewrite a pseudo static URL created by zenpart
Codeforces Round #800 (Div. 2)
Computer Vision Tools Chain
thread priority
C# 39. string类型和byte[]类型相互转换(实测)
【quartz】从数据库中读取配置实现动态定时任务