Skip to content

Instantly share code, notes, and snippets.

View BartvanS's full-sized avatar
💭
kaas

Bart van Sevenbergen BartvanS

💭
kaas
  • Netherlands
View GitHub Profile
@UweKeim
UweKeim / ColorConverting.cs
Last active July 14, 2024 18:30
HSL color, HSB color and RGB color types, as well as conversion methods between them in C# and .NET
namespace ZetaColorEditor.Colors;
using System;
using System.Drawing;
/// <summary>
/// Provides color conversion functionality.
/// </summary>
/// <remarks>
/// http://en.wikipedia.org/wiki/HSV_color_space
@jeffersfp
jeffersfp / sign-virtualbox-kernel-module-files-ubuntu.md
Last active March 26, 2024 06:20
Sign VirtualBox Kernel Module Files - Ubuntu

Sign VirtualBox Kernel Modules - Ubuntu

Follow the steps below if you have EFI Secure Boot enabled and need to sign VirtuaBox Kernel Modules.

  1. Install the virtualbox package
sudo apt install virtualbox
  1. Create a personal public/private RSA key pair which will be used to sign kernel modules