-
Recent Posts
Recent Comments
- mackdaniel on AIX Security Hardening Script
- admin on AIX Security Hardening Script
- badmash on AIX Security Hardening Script
- Laura on AIX Security Hardening Script
- poker spielen on AIX Security Hardening Script
Archives
Categories
Meta
Monthly Archives: March 2009
Adding a new disk to a linux VM on an ESX server…
yes, sometimes this happens – you create a VM without enough disk space… here’s how you do it for a Linux guest: * In the VMWare Infrastructure client, Edit Settings -> Add (Hard Disk) * In the linux VM: * … Continue reading
Posted in Linux, VMWare
2 Comments
OpenSSL Key and CSR Notes
This has come up quite a bit lately – it doesn’t have a lot to do with performance, but for whatever reason I’ve found myself doing a lot of it lately. Generate a new 1024 bit RSA server key: openssl … Continue reading
Linear Regression for system resource utilization forecasts
So… You have your performance data. you load it into a spread sheet, and you draw a line through the data points and use that to forecast when your system resources *should* expire. That’s great, but does your system performance … Continue reading