
Linux
zhou_zhao_xu
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Centos更改yum源为阿里云镜像源
文章目录1. 备份2. 下载新的 CentOS-Base.repo 到 /etc/yum.repos.d/3. 运行命令生成缓存阿里巴巴开源镜像站-OPSX镜像站:https://developer.aliyun.com/mirror/CentOS 镜像:https://developer.aliyun.com/mirror/centos?spm=a2c6h.13651102.0.0.3e221b11PPk5ie1. 备份mv /etc/yum.repos.d/CentOS-Base.repo /e原创 2021-08-19 15:51:51 · 366 阅读 · 0 评论 -
Linux获取本机外网ip
以下命令可以获取linux系统下的外网ipcurl cip.cccurl tnx.nl/ipcurl icanhazip.comcurl ident.mecurl whatismyip.akamai.comcurl myip.dnsomatic.com原创 2020-05-22 18:16:38 · 422 阅读 · 0 评论 -
ssh免密登陆配置
文章目录生成秘钥将秘钥copy之需要免密登陆的主机生成秘钥[root@flink01 ~]# ssh-keygen -t rsaGenerating public/private rsa key pair.Enter file in which to save the key (/root/.ssh/id_rsa):Enter passphrase (empty for no passp...原创 2019-11-21 19:51:14 · 292 阅读 · 0 评论 -
Linux使用基础
一、概述1.1 Linux的历史操作系统,英语Operating System简称为OS。说道操作系统就需要先讲一讲Unix,UNIX操作系统,是一个强大的多用户、多任务操作系统,支持多种处理器架构,按照操作系统的分类,属于分时操作系统,最早由KenThompson、Dennis Ritchie和Douglas McIlroy于1969年在AT&T的贝尔实验室开发。而linux就是一款...原创 2019-11-13 21:03:59 · 950 阅读 · 0 评论