A Quote from qotd.org
The man of character, sensitive to the meaning of what he is doing, will know how to discover the ethical paths in the maze of possible behavior.
Earl Warren
1891 - 1974Archives
- September 2017
- June 2017
- February 2017
- June 2016
- December 2015
- September 2015
- July 2015
- June 2015
- January 2015
- November 2014
- August 2014
- June 2014
- May 2014
- April 2014
- February 2014
- January 2014
- September 2013
- August 2013
- July 2013
- June 2013
- May 2013
- March 2013
- February 2013
- January 2013
- November 2012
- August 2012
- June 2012
- February 2012
- January 2012
- December 2011
UserOnline
Recent comments
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