before some code
after
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python3 | |
# MIT license (c) 2024 https://github.com/slowpeek | |
# Homepage: https://gist.github.com/slowpeek/06bfe5f00900f09ad015ddf6da1d0714 | |
# Minimal tool to compress/decompress mozlz4 format | |
import sys | |
import lz4.block |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-- code 0 1 (1) | |
01 . | |
-- id 1 5 | |
4344 3030 31 CD001 | |
-- version 6 1 (1) | |
01 . | |
-- unused1 7 1 | |
00 . | |
-- system_id 8 32 | |
2020 2020 2020 2020 2020 2020 2020 2020 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-- code 0 1 (1) | |
01 . | |
-- id 1 5 | |
4344 3030 31 CD001 | |
-- version 6 1 (1) | |
01 . | |
-- unused1 7 1 | |
00 . | |
-- system_id 8 32 | |
4e65 7442 5344 2020 2020 2020 2020 2020 NetBSD |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
: <<'README' | |
This is a fix for a well-known problem [1] with dropbear-initramfs+netplan | |
combo. | |
When dropbear starts, it enables networking [2]. This results in netplan configs | |
for available ifaces created under /run/netplan. After unlocking, the configs | |
are still there preventing networkmanager from picking ifaces up: by default, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
: <<'README' | |
Make dropbear not start with 'nodropbear' or 'dropbear=no' kernel arg. | |
Put this script under /etc/initramfs-tools/scripts/init-top/ and update | |
initramfs. | |
README |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
set -eu | |
bye () { | |
printf '%s\n' "$1" | |
exit 1 | |
} | |
blkid_type= |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<!-- | |
MIT license (c) 2024 https://github.com/slowpeek | |
Homepage: https://gist.github.com/slowpeek/50b5123d23b038d5b06b1452057be0c2 | |
-- | |
Kodi remote control mod for Nokia 8000 |
How it should be:
line1 line2
How it renders nested into a list item (notice the extra tailing blank line):
- list item
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
# MIT license (c) 2022-2024 https://github.com/slowpeek | |
# Homepage: https://gist.github.com/slowpeek/006680bb06e671bc489d4a3274ff3d19 | |
: <<'README' | |
--- THIS SCRIPT IS NO LONGER MAINTAINED --- | |
NewerOlder