Installation GoAccess On Ubuntu / Debain
工具 , 日志 / 2019年5月20日

Installation Installing GoAccess is pretty easy. Just download, extract and compile it with: $ wget https://tar.goaccess.io/goaccess-1.3.tar.gz $ tar -xzvf goaccess-1.3.tar.gz $ cd goaccess-1.3/ $ ./c...

Oracle 数据库备份 shell 脚本
Oracle , 数据库 / 2019年5月17日

#!/bin/bash #ORACLE信息可以通过 .bash_profile 查看 echo "备份脚本开始启动..." #打印备份进度 export ORACLE_SID=njky export ORACLE_BASE=/oracle/app/oracle export ORACLE_HOME=/oracle/app/oracle/product/11.2.0/dbhome_1 export ...

Elasticsearch 安装问题集锦
Linux / 2019年5月14日

问题一:警告提示 [2016-11-06T16:27:21,712][WARN ][o.e.b.JNANatives ] unable to install syscall filter: java.lang.UnsupportedOperationException: seccomp unavailable: requires kernel 3.5+ with CONFIG_SECCOMP an...