Compare commits

...

5 Commits

Author SHA1 Message Date
Matthias Eckert
3ae69c5074 Auto saved by Logseq 2024-08-20 09:47:31 +02:00
Matthias Eckert
0c810a11bf Auto saved by Logseq 2024-08-20 09:47:31 +02:00
Matthias Eckert
2d13c858ad Auto saved by Logseq 2024-08-20 09:47:31 +02:00
Matthias Eckert
0985c7c838 Auto saved by Logseq 2024-08-20 09:47:31 +02:00
Matthias Eckert
40c3bea7ac Auto saved by Logseq 2024-08-20 09:47:31 +02:00
3 changed files with 18 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

View File

@ -0,0 +1,8 @@
- #IAM #keycloak #SelfHosted
- Running Keycloak in Proxmox Image doesn't work out of the box
- ```
I had the same issue with running some RHEL 9 images in Podman on a Fedora Linux under Proxmox. RHEL 9 is checking this now for some reason.
The problem is caused by the underlying CPU architecture that Proxmox was telling Fedora that it had.
The problem was resolved very simply. When configuring the VM (or when the VM is in a stopped state) set the CPU architecture value to "host."
In Proxmox, if the machine is already provisioned you stop the server, open the Hardware setting, click Processors. Set the Type value to "host."
```

View File

@ -4,10 +4,19 @@
- Outlook / Onenote / Word
- WSL VMs
- `wsl --export Ubuntu-22.04 ubuntu_2.vhdx --vhd`
- `wsl --install --no-distribution`
- `C:\Users\eckertms\wsl> wsl --import-in-place Ubuntu_22.04 .\Ubuntu-22.04.vhdx`
- Inside the instance, as root, create/edit `/etc/wsl.conf` and add these lines:
- ```
[user]
default=username
```
- Then close it, run `wsl --terminate Ubuntu_22.04` in PowerShell, and restart it.
- Chrome
- Verzeichnis `C:\Users\%username%\AppData\Local\Google` verschieben
- Regedit `Computer\HKEY_CURRENT_USER\Software\Google\Chrome\PreferenceMACs` export und import
- Datagrip
- Consoles: `C:\Users\eckertms\AppData\Roaming\JetBrains\DataGrip2024.1\consoles`
- Projekte: `C:\Users\eckertms\AppData\Local\JetBrains\DataGrip2024.1`
-
- Discord
- ![image.png](../assets/image_1724140012930_0.png)