oracle 11g 静默安装 centos

2017年12月1日 0 条评论 1.69k 次阅读 1 人点赞

1 安装前环境: 操作系统:CetnOS6.2x64 最小化安装,已配置好网络IP,物理内存8GB,硬盘100GB。 已下载:  linux.x64_11gR2_database_1of2.zip linux.x64_11gR2_database_2of2.zip 位于目录 /opt/ 2…

shell 检测 tcp 端口是否开放

2017年11月29日 0 条评论 1.87k 次阅读 0 人点赞

[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 检测超…

shell 使用mutt发送邮件

2017年11月29日 0 条评论 1.8k 次阅读 0 人点赞

yum install msmtp mutt -y mkdir -p /usr/local/msmtp/etc vim /usr/local/msmtp/etc/msmtprc ############# # Set default values for all following accounts…

shell 检测http状态码邮件告警

2017年11月28日 0 条评论 1.61k 次阅读 0 人点赞

[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 检测超…

ssl connect error

2017年11月27日 0 条评论 1.82k 次阅读 0 人点赞

zabbix或者curl的时候出现 ssl connect error 升级nss即可 yum update nss -y

使用logrotate对任意日志进行分割

2017年11月24日 0 条评论 1.46k 次阅读 0 人点赞

whereis logrotate #logrotate: /usr/sbin/logrotate /etc/logrotate.conf /etc/logrotate.d /usr/share/man/man8/logrotate.8.gz vim…

linux 备份脚本 指定时间范围 获取

2017年11月17日 0 条评论 1.54k 次阅读 0 人点赞

备份文件保留说明 命令操作 #备份部分采用每6小时一次  #crontab内容 #备份  1 */6 * * * /bin/sh /root/backup.sh  #删除  1 1 …

openssh openssl 升级

2017年10月27日 0 条评论 1.6k 次阅读 1 人点赞

OpenSSL "SSL-Death-Alert" 拒绝服务漏洞(CVE-2016-8610)【原理扫描】 1.1下载升级包  当前最新版     openssl     https://w…

Linux流量监控工具 – iftop (最全面的iftop教程)

2017年10月20日 0 条评论 1.81k 次阅读 0 人点赞

在类Unix系统中可以使用top查看系统资源、进程、内存占用等信息。查看网络状态可以使用netstat、nmap等工具。若要查看实时的网络流量,监控TCP/IP连接等,则可以使用iftop。 一、iftop是什么? iftop是类似于top的实时流量监控工具。 官方网站:http://www.ex-…

discuz论坛抓取煎蛋网图片 脚本

2017年8月17日 0 条评论 1.59k 次阅读 0 人点赞

暂时只有win批处理版本,输入网址,自动转成discuz论坛纯文本格式,输入网址之后直接粘贴即可。 需要win curl.exe支持,自行下载,放入C:\windows\即可 @echo off title discuz煎蛋图片抓取 setlocal enabledelayedexpansion :…

加载更多