腾讯云
开发者社区
文档
建议反馈
控制台
登录/注册
首页
学习
活动
专区
圈层
工具
MCP广场
文章/答案/技术大牛
搜索
搜索
关闭
发布
文章
问答
视频
用户
沙龙
专栏
专区
综合排序
丨
最热优先
丨
最新优先
时间不限
CentOS
修改各大yum源(
centos
5,
centos
6,
centos
7)
的内容,所以我们要先备份一下原来的: sudo mv
CentOS
-Base.repo
CentOS
-Base.repo.backup 下载新配置文件 然后用wget下载国内的yum源(即
CentOS
-Base.repo /repo/
Centos
-7.repo 复制代码
CentOS
6 sudo wget -O
CentOS
-Base.repo http://mirrors.aliyun.com/repo/
Centos
- 6.repo 复制代码
CentOS
5 sudo wget -O
CentOS
-Base.repo http://mirrors.aliyun.com/repo/
Centos
-5.repo 复制代码 网易
CentOS
7 sudo wget -O
CentOS
-Base.repo http://mirrors.163.com/.help/
CentOS
7-Base-163.repo 复制代码
CentOS
6 /help/
centos
?
Happyjava
2019-07-16
26.1K
0
标签:
yum
bash
bash 指令
缓存
centos
Centos
6.9_
centos
iptables
给新加的规则添加IP段 ipset del fw 10.68.22.1/24 #删除IP ipset flush fw #清空规则集black_list里的规则 #注意:
centos
6 通过yum安装的ipset 版本是ipset 6.11 是没有 -f这个选项的,下面是
centos
6正确的使用方法 ipset save fw > rule.txt ipset restore
全栈程序员站长
2022-11-08
1.2K
0
标签:
https
网络安全
CentOS
CentOS
7安装TigerVNC Server 本文介绍如何在
CentOS
7上安装VNC Server,以便远程访问。本文参照了DigitalOcean的教程,加入了一些安装经验。
用户2038009
2021-03-08
1.3K
0
标签:
oracle
bash
bash 指令
腾讯云命令行工具
CentOS
6 和
CentOS
7 差异
CentOS
6 和
CentOS
7 介绍 总体差异 想装回过去的一些工具 安装:yum install -y tree net-tools bind-utils tree sysstat vim-en ntpdate iftop tcpdump telnet traceroute 查看版本号/主机名 cat /etc/redhat-release cat /etc/hostname 常用配置差异
CentOS
网络配置
CentOS
图形界面的关闭与开启 systemctl 的用法 相当于
CentOS
6 的:service nginx stop systemctl is-enabled iptables.service
星哥玩云
2022-05-28
1.1K
0
标签:
linux
CentOS
6.5 Docker自制
CentOS
镜像
CentOS
安装Docker请看这里:http://www.linuxidc.com/Linux/2014-09/106671.htm 安装: yum -y install febootstrap 添加用户
centos
6-doc http://mirrors.163.com/
centos
/6/os/x86_64/ (-i 安装package,
centos
6 操作系统版本,
centos
6-doc安装目录 ,最后是源地址) 上面成功后: cd
centos
6-doc/ tar -c . |docker import -
centos
63-bash (
centos
63-bash为docker镜像名字) 执行:docker images REPOSITORY TAG 8 minutes ago 306.7 MB 测试docker镜像,创建一个容器: docker run -t -i
centos
63-bash /bin/bash 退出后
星哥玩云
2022-07-03
1.8K
0
标签:
bash
bash 指令
容器镜像服务
容器
centos
nmtui(
centos
7 nmtui配置)
使用nmtui可以为新网卡添加连接,然后进行ip配置,也可以对已经存在且使用的网卡进行ip的直接设置
全栈程序员站长
2022-07-31
1.3K
0
标签:
java
https
tcp/ip
网络安全
CentOS
+ Jenkins
CentOS
+ Jenkins 2018.09.14 15:04:04字数 507阅读 94 1. image.png 0人点赞
CentOS
(adsbygoogle = window.adsbygoogle || []).push({});
拓荒者
2019-09-23
1.1K
0
标签:
jenkins
jdk
git
centos
linux
CentOS
5至
CentOS
5.8 YUM 源
经过分析
CentOS
5至
CentOs
5.7可以用同一个源, 同样可以用到相应的RHEL版本
CentOS
5.8用另一个源,其软件版本更新,同样可以用到相应的RHEL版本
CentOS
] name=
CentOS
-5 - Updates #mirrorlist=http://mirrorlist.
centos
.org/? - packages by
Centos
Users [contrib] name=
CentOS
-5 - Contrib #mirrorlist=http://mirrorlist.
centos
.org =1 enabled=1 gpgkey=http://mirrors.163.com/
centos
/5/os/x86_64/RPM-GPG-KEY-
CentOS
-5
CentOS
5.8如下 #contrib - packages by
Centos
Users [contrib] name=
CentOS
-5.8 - Contrib #mirrorlist=http://mirrorlist.
centos
.org
三杯水Plus
2018-11-14
5.6K
0
标签:
其他
Migrate
Centos
7 From
Centos
6
工作环境切换到
Centos
7 半年有余,epel仓库里的软件版本比el6更新了不少,非常方便。 另外systemd的引入让很多程序,尤其是开机启动上,速度提升了不少。 下面记一下从
Centos
6迁移到
Centos
7上 常见的Question: Q: 为什么引入systemd 代替 SysV init,我就是习惯原来的 /etc/init.d/xxxx 的方法? A: 醒醒吧,我对这个改动双手赞成,至少她解决了
centos
6上一直被人诟病的efi问题。 Q: 嗯,我想问,ifconfig和 netstat哪里去了? A: 额,套用官方原话回答吧: ifconfig 及 netstat 工具程序在
CentOS
5 及 6 的应用手册内被置标为降级已接近十年,而 Redhat 决定在
CentOS
7 不会缺省安装 更多请参考: https://wiki.
centos
.org/zh/FAQ/
CentOS
7#head-d04a9f331b47791774aefd7c11371934e7350ab3
happy123.me
2018-06-04
998
0
标签:
linux
https
php
centos
日志审计_
CentOS
7 – 审计日志
/etc/audit/rules.d/ : 规则子目录,可以直接在这里面添加.rules文件生效配置
全栈程序员站长
2022-08-31
4.2K
0
标签:
https
java
网络安全
问题归档
专栏文章
快讯文章归档
关键词归档
开发者手册归档
开发者手册 Section 归档