added notes
This commit is contained in:
14
howto - missing or expired repo keys.md
Normal file
14
howto - missing or expired repo keys.md
Normal 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
|
||||||
|
```
|
||||||
7
howto - motherboard Windows key.md
Normal file
7
howto - motherboard Windows key.md
Normal 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
|
||||||
|
```
|
||||||
Reference in New Issue
Block a user