1 安装前环境: 操作系统:CetnOS6.2x64 最小化安装,已配置好网络IP,物理内存8GB,硬盘100GB。 已下载: linux.x64_11gR2_database_1of2.zip linux.x64_11gR2_database_2of2.zip 位于目录 /opt/ 2…
[v_blue]脚本使用mutt命令发送邮件,可以替换为mail,使用方法//www.sevenfal.com/2017/11/29/1019.html[/v_blue] #!/bin/bash ly_ver=1.0.1 date1="2017-12-04 14:09" #curl 检测超…
yum install msmtp mutt -y mkdir -p /usr/local/msmtp/etc vim /usr/local/msmtp/etc/msmtprc ############# # Set default values for all following accounts…
[v_blue]脚本使用mutt命令发送邮件,可以替换为mail,使用方法//www.sevenfal.com/2017/11/29/1019.html[/v_blue] #!/bin/bash ly_ver=1.0.3 date1="2017-12-04 14:06" #curl 检测超…
zabbix或者curl的时候出现 ssl connect error 升级nss即可 yum update nss -y
whereis logrotate #logrotate: /usr/sbin/logrotate /etc/logrotate.conf /etc/logrotate.d /usr/share/man/man8/logrotate.8.gz vim…
备份文件保留说明 命令操作 #备份部分采用每6小时一次 #crontab内容 #备份 1 */6 * * * /bin/sh /root/backup.sh #删除 1 1 …
OpenSSL "SSL-Death-Alert" 拒绝服务漏洞(CVE-2016-8610)【原理扫描】 1.1下载升级包 当前最新版 openssl https://w…
在类Unix系统中可以使用top查看系统资源、进程、内存占用等信息。查看网络状态可以使用netstat、nmap等工具。若要查看实时的网络流量,监控TCP/IP连接等,则可以使用iftop。 一、iftop是什么? iftop是类似于top的实时流量监控工具。 官方网站:http://www.ex-…
暂时只有win批处理版本,输入网址,自动转成discuz论坛纯文本格式,输入网址之后直接粘贴即可。 需要win curl.exe支持,自行下载,放入C:\windows\即可 @echo off title discuz煎蛋图片抓取 setlocal enabledelayedexpansion :…