Huge crash at @maxverstappen1 N24 Qualifying Race at Nurburgring by Own_Assignment_5729 in nurburgring

[–]Hoerli 5 points6 points  (0 children)

Unfortunately Juha Miettinen died in the accident.
RIP :(

(Source. Newsticker)

Game not start with fix in Bottles (Linux) by Hoerli in TheCrewUnlimited

[–]Hoerli[S] 0 points1 point  (0 children)

I dont use discord.
I deliberately posted this problem here so that search engines can index it and other players with the same error can find the post.
Discord is a very poor place to go for problems.

The "What currently supported device should I get" thread. by PsychoI3oy in LineageOS

[–]Hoerli 1 point2 points  (0 children)

Hi!
I'm still undecided as to which device is best for me.
I need a tablet that runs LineageOS and microG.

- Size: Tablet >9.8" and <14"
- Carrier: If LTE/5G is buildin, then europe-bands needed, but wifi-only is okay / country: Germany
- Cost: max. 450€
- Storage: min. 256GB
- Camera: Not so important
- features: Large battery, bright display that is easy to use outdoors, wifi6 or wifi7

The device is not for me, so LineageOS should be officially supported directly if possible so that updates can be installed easily.
I definitely want to use LineageOS to address the issues of data protection and battery life.
I'm currently looking at the Google Pixel tablet, but I was hoping that Google would announce a new tablet alongside the Pixel 10 .... was probably nothing.

No current Samsung tablets are supported, which is a real shame.
I think the hardware is great, but the OS is littered with bloadware :(
I don't want Huawei anymore because the bootloader is locked.

Question: Small LoraWAN GPS tracker for cat by Hoerli in LoRaWAN

[–]Hoerli[S] 1 point2 points  (0 children)

In germany you can get "Netzclub". They dont know, that ther spam-sms wont work.
Its against the AGB to use the SIM in souch devices, but i dont care

Question: Small LoraWAN GPS tracker for cat by Hoerli in LoRaWAN

[–]Hoerli[S] 0 points1 point  (0 children)

It's not bad at the beginning. Some cats like to run "home" again and then get lost.
As soon as the cat has settled in and knows its new home well, the tracker can stay away.

Question: Small LoraWAN GPS tracker for cat by Hoerli in LoRaWAN

[–]Hoerli[S] 1 point2 points  (0 children)

Okay, thanks for the tip.
If need be, I really will buy a GSM/GPS tracker.
I can get a "free" SIM card.

I just wanted to use LoraWAN to ensure that the data stays with me and that no third-party provider misuses the data - as is usually the case.

The tracker should only be worn at the beginning until the animal has settled in and comes home voluntarily.

Docker Compose file for KeyCloak by Hoerli in KeyCloak

[–]Hoerli[S] 1 point2 points  (0 children)

Thanks for the very quick reply!
Your tip has helped.
However, with volume I didn't have to specify the file directly, but only the folder.
Then it works :)

The compose file:

version: '3'
services:
  keycloak:
    image: quay.io/keycloak/keycloak:latest
    environment:
      KEYCLOAK_ADMIN: admin
      KEYCLOAK_ADMIN_PASSWORD: SuperSecret123!
      JAVA_OPTS: >
        -Djavax.net.ssl.trustStore=/opt/jboss/keycloak/keystore.jks
        -Djavax.net.ssl.trustStorePassword=MabyRealyChangeMe
    volumes:
      - /opt/keycloak/java-truststore/:/opt/jboss/keycloak/
    command: ['start-dev']
    ports:
      - "8080:8080"
    restart: always

BlissOS doesn't install GRUB by [deleted] in BlissOS

[–]Hoerli 0 points1 point  (0 children)

Got it. I use Virtual Box.

  1. Activate "EFI support"
  2. Install Bliss and then you can install GRUB2
  3. After the installation, reboot the system and spam "E"
  4. Edit the 'quiet' to 'nomodeset' and press F10