Archive for April, 2012

OpenVZ, KVM, Xen Management Tools for Linux

By technese - Last updated: Saturday, April 28, 2012

http://www.linux-kvm.org/page/Management_Tools

Bits, Bytes, and Bandwidth Conversion Utility

By technese - Last updated: Saturday, April 28, 2012

http://www.topcalc.com/bandwidth.php

Generate a 1024-bit self-signed certificate

By technese - Last updated: Sunday, April 1, 2012

Generate a 1024-bit self-signed certificate for 3 x 365 days = 3 years openssl req \ -x509 -nodes -days 1095 \ -subj ‘/C=US/ST=Nevada/L=Las Vegas/CN=www.technese.com’ \ -newkey rsa:1024 -keyout selfcert.pem -out selfcert.pem Reference: http://www.madboa.com/geek/openssl