Skip to content

Instantly share code, notes, and snippets.

View rlindooren's full-sized avatar

Ricardo Lindooren rlindooren

  • The Netherlands
View GitHub Profile
@rlindooren
rlindooren / kafka-service-script
Last active April 24, 2017 19:22 — forked from mottyc/kafka-service-script
Kafka service script (copy to file: /etc/init.d/kafka)
#! /bin/sh
# /etc/init.d/kafka: start the kafka daemon.
### BEGIN INIT INFO
# Provides: kafka
# Required-Start: $local_fs $zookeeper
# Required-Stop: $local_fs
# Default-Start: 2 3 4 5
# Default-Stop: 0 1 6
# Short-Description: kafka
@rlindooren
rlindooren / README.md
Created July 3, 2024 08:52 — forked from baatochan/README.md
How to remove a custom UEFI/BIOS logo on HP laptops

How to remove a custom UEFI/BIOS logo on HP laptops

Tested on HP Elitebook 840 G3. You may also use this tool to change the logo to your own custom one.

Why am I writing this gist?

Recently I acquired an used HP Elitebook 840 G3. Everything was fine with it, but it had a custom UEFI logo when starting the OS - it was branded by the company that owned this laptop before.

As it became my personal laptop I didn't want it to be branded by them and I tried to find a way to restore the original HP/Windows logo (it had the custom logo during POST and during the OS startup as well).