摘要: 思科交换机的配置 CORESW-CD18-254#show run int port-channel 25 Building configuration... Current configuration : 122 bytes ! interface Port-channel25 descripti 阅读全文
posted @ 2020-03-14 16:28 IamJet 阅读(392) 评论(0) 推荐(0) 编辑
摘要: 一. 基本信息介绍 CentOS版本为7.6 有线网卡的名称为enp0s25 二. 配置步骤 1. 关闭centos系统的有线网口enp0s25; ifconfig enp0s25 down 2. 备份并删除enp0s25的配置文件;备注:enp0s25为本示例中网卡的名称和网卡配置文件的名称,实际 阅读全文
posted @ 2020-03-14 16:25 IamJet 阅读(3439) 评论(0) 推荐(0) 编辑
摘要: 一. 启动ssh服务 /etc/init.d/ssh restart #centos6启动SSH服务 chkconfig --level 35 sshd on #centos6开机启动SSH服务 systemctl restart sshd #centos7启动SSH服务 systemctl ena 阅读全文
posted @ 2020-03-14 16:07 IamJet 阅读(333) 评论(0) 推荐(0) 编辑
摘要: 系统启动顺序: 顺序1:BIOS >找到系统启动的磁盘; 顺序2:MBR(512B) >找到装载操作系统的分区; 顺序3:Boot Loader >记录了操作系统的名称和内核、所在位置等(常用的bootloader有GRUB和LILO)。从多个系统内核中选择要启动的内核(多系统的情况); 顺序4:K 阅读全文
posted @ 2020-03-14 14:41 IamJet 阅读(557) 评论(0) 推荐(0) 编辑
摘要: 一. 在本机上直接运作,用法就与 cp 几乎一模一样,例如: rsync -av /etc /tmp (将 /etc/ 的数据备份到 /tmp/etc 内) 二. 透过 rsh 或 ssh 的信道在 server / client 之间进行数据传输,例如: rsync -av -e ssh user 阅读全文
posted @ 2020-03-14 11:29 IamJet 阅读(227) 评论(0) 推荐(0) 编辑