Tips and Tricks

An unsorted list with solutions and workarounds

    GRUB hand on menu, no timeout

    Category Debian 12 GRUB Bootloader No keyboard What happen Grub tell you, he will boot in 5 seconds the marked entry. The counter does not decrease and stay at 5 seconds. If you power off the system and power on, it works like expected. If you make a reboot from running host, it hangs. Possible problem Maybe the system try to configure the non-existing keyboard while debian comes up, for example the keyboard layout.

    IDEA + Gradle + Run

    Kategorie IDEA Intellij Gradle Project Run Project via Gradle Run Memory -Xmx -Xms arguments Problem You’re coding with IDEA and some kind of Gradle project. You would like to start your program direct out from the IDEA by using gradle run. If your program now throw a memory exception, and you need more memory to your process. How to tell the Gradle process to add more memory to your application.