Skip to content

Instantly share code, notes, and snippets.

View DD3Boh's full-sized avatar

Davide Garberi DD3Boh

View GitHub Profile
@DD3Boh
DD3Boh / Random-Sweng-Stuff.md
Last active January 18, 2024 13:00
Random Sweng stuff

Integration test error message

 private Label errorMessage;
  @Start
  public void start(Stage primaryStage) {
@DD3Boh
DD3Boh / Utilities.md
Last active July 12, 2023 17:59
Arch Linux tips and tricks

Useful things I'd otherwise forget

Systemd-boot

Fix your EFI entries after they get reset

This could happen because of a CMOS reset or other reasons, to reset the entries just:

  • Boot into a live arch linux ISO
  • Use fdisk -l to check the disks
  • Mount the root partition to /mnt and the EFI partition to /mnt/efi
  • Chroot into the partition with arch-chroot /mnt
@DD3Boh
DD3Boh / gist:6c51fd3c5f91b1042e956771483714de
Created July 19, 2017 14:59
How to merge a newer CAF tag in an android kernel
First go here:
https://wiki.codeaurora.org/xwiki/bin/QAEP/release
This site gives information about all msm soc release details with tag + android version
Search your msm here.. Check the latest one and look for correct android version and mark that tag.
Now open one of the following links (dependent on your linux kernel version)