added notes

This commit is contained in:
2023-04-28 13:26:37 -04:00
parent 269fa59d39
commit ec0956c658
2 changed files with 21 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
# Ubuntu - Missing/expired Repo keys
Find and remove expired key
```shell
sudo apt-key list
sudo apt-key del <key> # 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
```

View File

@@ -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
```