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
# CM108 GPIO control utility for OpenBSD | |
PROG= cm108 | |
SRCS= cm108.c | |
MAN= # empty, no manpage yet | |
BINDIR= /usr/local/bin | |
BINOWN= root | |
BINGRP= bin | |
BINMODE= 555 |
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 | |
# Video File Date Adjustment Script | |
# | |
# This script traverses a directory (and its subdirectories) to process video files | |
# (mp4, avi, mkv, mov) and their containing directories. For each video file, it: | |
# | |
# 1. Extracts the creation date from the file's metadata, prioritizing: | |
# a) com.apple.quicktime.creationdate | |
# b) container metadata |
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
# This line includes all the standard macros. | |
[include klipper-macros/*.cfg] | |
# Uncomment to include features that require specific hardware support. | |
# LCD menu support for features like bed surface selection and pause next layer. | |
[include klipper-macros/optional/lcd_menus.cfg] | |
# Optimized bed leveling | |
[include klipper-macros/optional/bed_mesh.cfg] | |
[include macro.cfg] |
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
CONFIG_TARGET_x86=y | |
CONFIG_TARGET_x86_64=y | |
CONFIG_TARGET_x86_64_DEVICE_generic=y | |
CONFIG_DEVEL=y | |
CONFIG_TOOLCHAINOPTS=y | |
CONFIG_BUSYBOX_CUSTOM=y | |
CONFIG_ATH10K_LEDS=y | |
CONFIG_ATH10K_THERMAL=y | |
CONFIG_ATH9K_HWRNG=y | |
CONFIG_ATH9K_SUPPORT_PCOEM=y |
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
--- | |
substitutions: | |
devicename: 'picow' | |
upper_devicename: 'PicoWireless' | |
logger_level: 'INFO' | |
esphome: | |
name: ${devicename} | |
project: | |
name: "jitter.eu" |
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
#$ esphome -s devicename kitchenstrip -s upper_devicename KitchenStrip -s restore_from_flash True run gosund_strip.yaml --device /dev/cu.usbserial-2230 | |
--- | |
substitutions: | |
devicename: 'gosundstrip' | |
upper_devicename: 'GosundStrip' | |
devicecomment: 'https://www.amazon.de/gp/product/B09JVSB9LD?psc=1' | |
logger_level: 'WARN' | |
restore_from_flash: 'False' | |
esp8266: |
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
#$ esphome -s devicename bathmirrorheating -s upper_devicename BathMirrorHeating run yunshanesp8266.yaml --device /dev/cu.usbserial-2230 | |
--- | |
substitutions: | |
devicename: 'yunshanesp8266' | |
upper_devicename: 'Yunshan ESP8266' | |
devicecomment: 'https://arduinoplusplus.wordpress.com/2018/08/28/home-automation-and-the-internet-of-things-the-start/' | |
logger_level: 'INFO' | |
esphome: | |
name: ${devicename} |
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
{ | |
"$schema": "https://raw.githubusercontent.com/jsonresume/resume-schema/v1.0.0/schema.json", | |
"basics": { | |
"name": "Tom Hensel", | |
"label": "Belastbare Konzepte, technische Innovation, qualitative Exzellenz", | |
"image": "", | |
"email": "linkedin@hensel.consulting", | |
"phone": "0157-35234208", | |
"url": "", | |
"summary": "Spezialisiert auf die Bereiche Technische Beratung (Consultant) 📚 Betrieb von Informationstechnik (DevOps) 🤖 Ausbildung von Fachkräften (Training) 👨🏫", |
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
# $OpenBSD: smtpd.conf,v 1.9 2016/05/03 18:43:45 jung Exp $ | |
# tables | |
table aliases file:/etc/mail/aliases | |
table domains file:/etc/mail/domains | |
table passwd file:/etc/mail/passwd | |
table secrets file:/etc/mail/secrets | |
table deny db:/etc/mail/deny.db | |
table receip db:/etc/mail/receip.db |
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
# This line includes all the standard macros. | |
[include klipper-macros/*.cfg] | |
# Uncomment to include features that require specific hardware support. | |
# LCD menu support for features like bed surface selection and pause next layer. | |
[include klipper-macros/optional/lcd_menus.cfg] | |
# Optimized bed leveling | |
[include klipper-macros/optional/bed_mesh.cfg] | |
[include macro.cfg] |
NewerOlder