Skip to content

Instantly share code, notes, and snippets.

/tmp » gdb /nix/store/7zsiq5n3h85fxh8zxwswxyviblmj4qh7-glxinfo-8.4.0/bin/glxinfo
GNU gdb (GDB) 12.1
Copyright (C) 2022 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Type "show copying" and "show warranty" for details.
This GDB was configured as "x86_64-unknown-linux-gnu".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
@TilCreator
TilCreator / firtzbox-emoji-ssid.md
Last active May 28, 2022 19:50
Circumventing the SSID checker of a FritzBox and also setting the SSID to an emoji

TLDR; Backup the config, edit it and upload it to the FritzBox again.

Prequisites when using emojies or other more complicated unicode stuff:

  • Set some setting to that unicode string and put something searchable ascii in front or behind it A new Wifi profile name for example
  • Backup the config and search for the searchable ascii, there should also be the encoded unicode string which one can just past and copy elsewhere in the downloaded config For example, 🪴 turns into \\360\\237\\252\\264

How to:

  • Backup the FritzBox config
@TilCreator
TilCreator / map.py
Created February 16, 2021 23:49
My Minecraft Overviwer config
# Commands to generate:
# /usr/bin/overviewer.py --config /mnt/hermitcraft-map/map.py
# /usr/bin/overviewer.py --config /mnt/hermitcraft-map/map.py --genpoi
import requests
def signFilter(poi):
if (poi['id'] == 'Sign' or poi['id'] == 'minecraft:sign'):
text = "\n".join([poi[f'Text{i}'] for i in range(1, 5)])