全栈IT

  • 主页
  • 归档
  • Linux
  • Win
  • AI

全栈IT

  • 主页
  • 归档
  • Linux
  • Win
  • AI

008、CentOS Stream 9 国内repo加速配置

2024-06-01
字数统计: 70字   |   阅读时长≈ 1分

一键执行

1
curl f.itgrub.com/repo.sh | bash

shell内容

1
2
3
4
5
6
7
kali@kali:~$ curl f.itgrub.com/repo.sh
#!/bin/bash
rm -rf /etc/yum.repos.d/*
curl http://f.itgrub.com/centos.repo > /etc/yum.repos.d/centos.repo
curl http://f.itgrub.com/centos-addons.repo > /etc/yum.repos.d/centos-addons.repo
yum clean all
kali@kali:~$

CentOS Stream 9 国内repo加速配置

  • Linux
009、Windows基线安全评估脚本
007、关闭windows10、windows11所有广告
  1. 1. 一键执行
  2. 2. shell内容
© 2010-2025 全栈IT
备案号:京ICP备13033196号-3