Skip to content

Instantly share code, notes, and snippets.

View njuettner's full-sized avatar
✌️

Nick Jüttner njuettner

✌️
View GitHub Profile
@njuettner
njuettner / keybase.md
Created May 4, 2020 15:51
keybase.md

Keybase proof

I hereby claim:

  • I am njuettner on github.
  • I am njuettner (https://keybase.io/njuettner) on keybase.
  • I have a public key whose fingerprint is 7046 6553 5B2C A211 2248 F926 D6F8 2A14 47B2 AA1B

To claim this, I am signing this object:

@njuettner
njuettner / bios-update.md
Created August 18, 2019 12:21
Bios Update Lenovo Arch Linux

Install tool to extract bootable image from Lenovo

yay -S geteltorito

Create bootable image

geteltorito.pl -o bios.img gkuj17ww.iso
@njuettner
njuettner / fix-arch-wifi.md
Last active June 14, 2019 15:45
Fix wifi issues on Arch

https://bbs.archlinux.org/viewtopic.php?id=152383

[Fri Jun 14 16:55:45 2019] wlp3s0: Limiting TX power to 23 (23 - 0) dBm as advertised by 44:4e:6d:b3:e9:c8
[Fri Jun 14 16:55:45 2019] iwlwifi 0000:03:00.0: Unhandled alg: 0x707
[Fri Jun 14 16:55:45 2019] iwlwifi 0000:03:00.0: Unhandled alg: 0x707
[Fri Jun 14 16:55:47 2019] iwlwifi 0000:03:00.0: Unhandled alg: 0x707
[Fri Jun 14 16:55:47 2019] iwlwifi 0000:03:00.0: Unhandled alg: 0x707
[Fri Jun 14 16:55:48 2019] iwlwifi 0000:03:00.0: Unhandled alg: 0x707
[Fri Jun 14 16:55:48 2019] iwlwifi 0000:03:00.0: Unhandled alg: 0x707
@njuettner
njuettner / arch-mobile-internet.md
Last active March 25, 2019 16:38
Mobile Internet

Mobile Internet (EPLUS / Aldi Talk) on Arch Linux

Install required packages and start/enable ModemManager

sudo pacman -S usbutils usb_modeswitch modemmanager mobile-broadband-provider-info wvdial
sudo systemctl enable ModemManager 
sudo systemctl start ModemManager 

Remove Pin from SIM card

@njuettner
njuettner / fix-arch-boot.md
Last active June 18, 2023 14:46
Arch Linux not booting

Fix booting on Arch Linux

If UEFI is used for booting, BIOS needs to be changed!!!

Boot from a USB Stick

Decrypt partition space and name it root

cryptsetup luksOpen /dev/sdaX root