02 2018 档案
摘要:#!/bin/bash # bash generate random alphanumeric string # # bash generate random 32 character alphanumeric string (upper and lowercase) and NEW_UUID=$(cat /dev/urandom | tr -dc 'a-zA-Z0-9' | fold -w...
阅读全文
摘要:有时候需要分析出ORACLE日志监听中的IP信息,分享一个组合命令,Linux的shell下运行正常。 其中输出为三列 第一列 为IP地址,默认排序依据 第二列 为该IP总共连接的次数 第三列 为该IP最后成功连接的时间 比如:
阅读全文