Monthly Archives: August 2014

Get rid of the Apache pass phrase request for a RSA certificate

Ever seen this when you try to start Apache with SSL support for the first time? Apache/2.2.15 mod_ssl/2.2.15 (Pass Phrase Dialog) Some of your private key files are encrypted for security reasons. In order to read them you have to … Continue reading

Posted in Apache, Apps, Linux | Leave a comment

What process is using how much swap memory

I found this interesting script that prints out a list of processes that are using swap space. I changed the output to suppress the PIDs that aren’t using swap. #!/bin/bash # Get current swap usage for all running processes # … Continue reading

Posted in Bash, Hardware, Linux, Uncategorized | Leave a comment