Oracle EBS SSL 导出和导入
Oracle EBS SSL 导出导入 多应用环境下 You want to create a wallet containing your server cert and private key provided by your PKI administrator as a yourcert.p12 file. Let s assume the password for the private key is “mypassword”. One way is to: a/ convert this …
自动Kill使用太多处理器资源的进程
#!/bin/bash # March-13-2006 # CPUuse trigger script by Noel # # bash code to watch a running program’s CPU usage. # if it’s above a set value, it will auto send an email. # You will need to set a Cron job to run this …