#!/bin/bash # 网段的起始地址和结束地址 START=1 END=254 # 网段的前缀,例如192.168.1 #input="192.168.1" echo 请输入IP网段前3位 #这里要输入网段前缀,例如192.168.1,最后一位不用输入read "input" # 用于改变文本颜色的函数 text_green() { echo -e "\033[0
修改主机名hostnamectl set-hostname Test查看本机已安装的软件rpm -qa | grep 软件名卸载软件yum remove 软件包名清除yum缓存yum clean all配置IP地址cd /etc/NetworkManager/system-connections/vim enp0s31f6.nmconnection[connection] id=enp0s31f6
https://jingyan.baidu.com/article/20b68a88aa5557796cec62c9.html
使用ssh秘钥对链接 首先,介绍下密钥链接。提起秘钥,想到的肯定是一对,秘钥分为私钥和公钥,私钥是给私人的,给自己用的。公钥,就是公开的,任何人都可以给。当然,私钥可以验证公钥而公钥验证不了私钥。 下来,介绍我们的密钥链接。密钥链接就不用输入密码,只输入ssh加IP就可以登录Linux Server,这样再不用记忆繁琐的密码了。下来介绍我们的Linux Server是如何连接的,假如有A和B两台
centos实现免密登录 [root@vm7-3-6 ~]# ssh-keygenGenerating public/private rsa key pair.Enter file in which to save the key (/root/.ssh/id_rsa):Created directory '/root/.ssh'.Enter passphrase (empty for no pa
linux 计划任务
https://www.cnblogs.com/zhong-11/articles/9407359.html
服务器:192.168.137.3客户机:192.168.137.61、服务器端centos7下首先确认服务器的防火墙、selinux关闭状态cat/etc/redhat-release-----------查看系统版本第一步为服务器和客户机安装ntpntpdate--默认已安装yuminstallntpntpdate-y第二步查找时间同步服务器http://www.pool.ntp.org/zo
Copyright © 2005-2024 51CTO.COM 版权所有 京ICP证060544号