02 2022 档案

摘要:/bin存放二进制可执行文件(ls,cat,mkdir等),常用命令一般都在这里。 /etc 存放系统管理和配置文件 /home 存放所有用户文件的根目录,是用户主目录的基点,比如用户user的主目录就是/home/user,可以用~user表示 /usr 用于存放系统应用程序,比较重要的目录/us 阅读全文
posted @ 2022-02-22 15:15 Zix- 阅读(60) 评论(0) 推荐(0) 编辑
摘要:CentOS更新yum源 什么是repo文件? repo 文件是 Linux 中yum源(软件仓库)的配置文件,通常一个 repo 文件定义了一个或者多个软件仓库的细节内容,例如我们将从哪里下载需要安装或者升级的软件包,repo文件中的设置内容将被yum读取和应用! 1、做好备份,为了更新失败时切换 阅读全文
posted @ 2022-02-17 21:43 Zix- 阅读(6661) 评论(0) 推荐(0) 编辑
摘要:1 scp root@xxx:/home/test.txt . //下载文件 2 scp test.txt root@xxx:/home //上传文件 3 scp -r root@xxx:/home/test . //下载目录 4 scp -r test root@xxx:/home //上传目录 阅读全文
posted @ 2022-02-17 21:31 Zix- 阅读(14) 评论(0) 推荐(0) 编辑
摘要:# CentOS7.6 下载地址# CentOS-7-x86_64-DVD-1810.iso CentOS 7.6 DVD 版 4G http://mirrors.163.com/centos/7.6.1810/isos/x86_64/CentOS-7-x86_64-DVD-1810.iso # C 阅读全文
posted @ 2022-02-16 14:19 Zix- 阅读(8042) 评论(0) 推荐(0) 编辑
该文被密码保护。
posted @ 2022-02-15 22:23 Zix- 阅读(1) 评论(0) 推荐(0) 编辑
该文被密码保护。
posted @ 2022-02-15 22:18 Zix- 阅读(0) 评论(0) 推荐(0) 编辑
该文被密码保护。
posted @ 2022-02-15 21:44 Zix- 阅读(1) 评论(0) 推荐(0) 编辑
该文被密码保护。
posted @ 2022-02-15 21:42 Zix- 阅读(2) 评论(0) 推荐(0) 编辑
摘要:#阿里云网络源 curl -o /etc/yum.repos.d/CentOs-Base.repo http://mirrors.aliyun.com/repo/Centos-7.repo curl -o /etc/yum.repos.d/epel.repo http://mirrors.aliyu 阅读全文
posted @ 2022-02-15 21:28 Zix- 阅读(79) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示