diff --git a/howto - missing or expired repo keys.md b/howto - missing or expired repo keys.md new file mode 100644 index 0000000..50bd7a7 --- /dev/null +++ b/howto - missing or expired repo keys.md @@ -0,0 +1,14 @@ +# Ubuntu - Missing/expired Repo keys + +Find and remove expired key + +```shell +sudo apt-key list +sudo apt-key del # last 8 characters of hash +``` + +Install latest key (i.e.) + +```shell +curl -O https://packages.cloud.google.com/apt/doc/apt-key.gpg && sudo apt-key add apt-key.gpg +``` \ No newline at end of file diff --git a/howto - motherboard Windows key.md b/howto - motherboard Windows key.md new file mode 100644 index 0000000..488ee9c --- /dev/null +++ b/howto - motherboard Windows key.md @@ -0,0 +1,7 @@ +# Motherboard Windows Key + +A lot of Motherboards come with the Windows key too, you can just find it under Linux for a nice licensed VM. + +```shell +sudo cat /sys/firmware/acpi/tables/MSDM +``` \ No newline at end of file