Compare commits
5 Commits
4d9b02476f
...
3ae69c5074
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3ae69c5074 | ||
|
|
0c810a11bf | ||
|
|
2d13c858ad | ||
|
|
0985c7c838 | ||
|
|
40c3bea7ac |
BIN
assets/image_1724140012930_0.png
Normal file
BIN
assets/image_1724140012930_0.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 18 KiB |
@ -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."
|
||||
```
|
||||
@ -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
|
||||
- 
|
||||
Loading…
x
Reference in New Issue
Block a user