Category Archives: Technology

NVIDIA Drivers on Ubuntu 13.10

Installing NVIDIA drivers on Ubuntu 13.10. This article is heavily based on memory and my previous article on accomplishing the same for Fedora from a year ago. The good news, things have gotten easier in the meantime. Installing nvidia’s binary … Continue reading

Posted in Linux, Technology | Tagged , , , | Leave a comment

Creating and Verifying Signatures with OpenSSL

Signatures are used to verify that a given person has signed a given sequence of bytes. We will be using openssl to generate signatures and see what the outcome looks like. First, let us create a new key for this … Continue reading

Posted in Technology | Tagged , , | 1 Comment

Building a UEFI Secure Boot Enabled Virtual Machine

In the following, we will show how to setup a QEMU Virtual Machine with a Secure Boot Enabled UEFI BIOS. This makes for a perfect UEFI Development Environment. The instructions below have been tested on an UBuntu 13.10 installation. Instructions … Continue reading

Posted in Technology | Tagged , , | 2 Comments

NVIDIA Driver Installation on Fedora

The following instructions guide you through the installation of NVIDIA’s graphics drivers on Fedora Linux. At the time of this writing, the latest driver version was 310.32. Should be needless to say, but all information provided comes with no warranty … Continue reading

Posted in Linux, Technology | Tagged , | Leave a comment