How To Clear / Remove the GUID Partition Table (GPT) from a drive

If a drives has a GPT (GUID Parition Table) on it, Windows 7 and Linux will happily use it.  HOWEVER, all of the add-on tools to format a partition on that drive as fat32 (for those that are using large drives) do not understand that partition table type. To clear the GPT entirely from a

Read more ›

Generating self signed SSL certificates

Creating a self signed certificate is relatively easy. Once the certificate of authority has been established, generating certificates off of it is rather straight forward. However, the commands can get lost over time since one is not generating certificates every day. To simplify matters, a quick script handles all of the necessary steps to generate

Read more ›