交换机配置批量定时备份
实现交换机配置定时自动备份,支持新华三,华为,锐捷,思科交换机
网事随记
实现交换机配置定时自动备份,支持新华三,华为,锐捷,思科交换机
wget https://www.openssl.org/source/openssl-1.1.1g.tar.gz tar -xzf openssl-1.1.1g.tar.gz cd openssl-1.1.1g ./config --prefix=/usr/local/openssl ./config -t make install cd /usr/local ldd /usr/local/openssl/bin/openssl
**下载:jdk-11.0.2_linux-x64_bin.tar.gz** [https://www.oracle.com/java/technologies/javase/jdk11-archive-downloads.html][1] mkdir /usr/java tar -zxvf jdk-11.0.2_linux-x64_bin.tar.gz vim /etc/profile export JAVA_HOME=/usr/java
文件名包含指定字符串 find . -name '*string*' #查找当前目录下文件名包含字符串string的文件 文件名不包含指定字符串 find . ! -name '*string*' 文件内容包含指定字符串 find . | xargs grep string #查找当前目录下文件内容包含字符串string的文件
名称:ps 使用权限:所有使用者 使用方式:ps [options] [--help] 说明:显示瞬间行程 (process) 的动态 **ps常用参数:** -A 显示所有进程(等价于-e)(utility) -a 显示一个终端的所有进程,除了会话引线
V