Skip to content

Instantly share code, notes, and snippets.

@mkocot
mkocot / orca-only-envs
Last active February 2, 2025 19:27
Common environment variables for Orca and Prusa slicer
SLIC3R_ACCEL_TO_DECEL_ENABLE
SLIC3R_ACCEL_TO_DECEL_FACTOR
SLIC3R_ACTIVATE_AIR_FILTRATION
SLIC3R_ACTIVATE_CHAMBER_TEMP_CONTROL
SLIC3R_ADAPTIVE_BED_MESH_MARGIN
SLIC3R_ADAPTIVE_PRESSURE_ADVANCE
SLIC3R_ADAPTIVE_PRESSURE_ADVANCE_BRIDGES
SLIC3R_ADAPTIVE_PRESSURE_ADVANCE_MODEL
SLIC3R_ADAPTIVE_PRESSURE_ADVANCE_OVERHANGS
SLIC3R_ADDITIONAL_COOLING_FAN_SPEED
@rena2019
rena2019 / deutschlandticket.md
Last active February 12, 2025 22:42
DeutschlandTicket Anomalien

DeutschlandTicket Anomalien

Einige DeutschlandTickets sind anders als die anderen. Preislich soll es für 49EUR starten und für ganz Deutschland einen bestimmten Featureset mitbringen. Folgende Verkehrsverbunde wollen allerdings Zusatzoptionen anbieten:

Falls Ihr noch weitere kennt: einfach unten als Kommentar oder via Twitter ergaenzen

  • Dresdner Verkehrsbetriebe AG (DVB) @ Verkehrsverbund Oberelbe (VVO) bzw siehe PDF vom VVO
    • Deutschlandticket Plus Mitnahme (+10 EUR)
      Berechtigt zur Mitnahme im Verkehrsverbund Oberelbe (VVO) von einem Hund oder einem Fahrrad ohne zeitliche Einschränkung sowie einem weiteren Erwachsenen und bis zu vier Schülern bis zum 15. Geburtstag von Montag bis Freitag zwischen 18 und 4 Uhr sowie ganztags an Wochenenden und Feiertagen.
@yermulnik
yermulnik / config.yml
Last active February 24, 2025 19:33
GH CLI multi-account switch
git_protocol: ssh
aliases:
personal: '!cp ~/.config/gh/hosts.yml.personal ~/.config/gh/hosts.yml && gh auth status'
work: '!cp ~/.config/gh/hosts.yml.work ~/.config/gh/hosts.yml && gh auth status'
@smoser
smoser / README.md
Last active August 2, 2022 18:30
test kernel and initrd boot with cirros

Minimal initramfs

If you are playing around with qemu, sometimes it is useful to have a kernel and initrd easily available to play with. Cirros provides kernel and initramfs that can be used for this purpose.

This init script here provides a initramfs /init that will do nothing but write the kernel command line and then power the system off. You can adjust it to your needs.

The get-krd script will:

@linkdd
linkdd / get-docker-host.sh
Created January 23, 2022 03:05
Get Docker Host IP Address
#!/bin/sh
cat <<EOF | docker run --rm -i alpine:latest sh
apk add --no-cache iproute2 >/dev/null
ip -4 route show default | cut -d' ' -f3
EOF
{
"description": "UEFI firmware for i386, with Secure Boot and SMM",
"interface-types": [
"uefi"
],
"mapping": {
"device": "flash",
"executable": {
"filename": "/usr/share/edk2-ovmf-csm/ia32/OVMF_CODE.secboot.fd",
"format": "raw"
@NiKiZe
NiKiZe / dnsmasq.conf
Last active March 6, 2025 08:41
Trying to chainload iPXE with full feature set from a lesser featured one. dnsmasq ProxyDHCP edition
# Known working dnsmasq version 2.85 config for iPXE proxydhcp usage
# things to replace:
# * 10.1.1.0 - your subnet
# * eth0 - interface to listen on, or switch to bind-dynamic
# * 10.1.1.2 - your tftp server ip
# * http://gentoo.ipxe.se/boot.ipxe - script to run once inside iPXE
# Debug logging
log-debug
@rikka0w0
rikka0w0 / config.c
Last active June 11, 2021 15:57
Reliable config data storage on the built-in flash of STM32. Tolerate to power loss and flash damage.
/**
* Resource used:
* Flash, CRC
*/
/**
* A utility which reliably stores config data on the built-in flash of the MCU.
* Data integrity is guaranteed by CRC32. If a power loss happens during a flash
* write operation, upon next start-up, the last valid configuration will be used.
*/
@mavaddat
mavaddat / GPG_noninteractive_batch_sign_trust_and_send_gnupg_keys.md
Last active June 11, 2023 05:45
A script to search every contact in CSV file for publicly listed PGP or GPG key
#!ipxe
dhcp net0
set release 4.7
set zstream 0
set arch x86_64
set ignition-url https://metadata.platformequinix.com/userdata
#set coreos-url https://mirror.openshift.com/pub/openshift-v4/dependencies/rhcos/${release}/${release}.${zstream}