Skip to content
View MacSteini's full-sized avatar

Block or report MacSteini

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. totmannschalter totmannschalter Public

    A fully self-hosted dead man’s switch for email: sends periodic confirmation links and escalates to predefined recipients if no confirmation is received in time.

    PHP

  2. SSL-Expiry-Reminder-Service SSL-Expiry-Reminder-Service Public

    A Bash script that monitors SSL certificate expiry dates and sends email notifications to designated recipients, ensuring timely renewals and uninterrupted secure connections.

    Shell 5 1

  3. Dark-Mode-Toggle Dark-Mode-Toggle Public

    A lightweight, responsive, and accessible dark mode toggle. It supports localisation, right-to-left (RTL) languages, manual overrides, and adapts to user preferences and system settings while ensur…

    JavaScript

  4. Directory-Structure-Generator Directory-Structure-Generator Public

    A script compatible with both, zsh and bash, to generate a Markdown file outlining the folder and file structure of the directory where the script is executed. The generated structure is presented …

    Shell

  5. File-Content-Aggregator File-Content-Aggregator Public

    zsh and bash scripts that combine the names and cleaned content of all non-hidden files in a folder into a single output file, excluding the output file and the script itself.

    Shell

  6. A lightweight Bash script that queri... A lightweight Bash script that queries all major DNS records for a given domain.
    1
    # dnspeek – One-Line Bash DNS Record Checker
    2
    `dnspeek` is a lightweight Bash script that queries all major DNS records for a given domain.
    3
    ## Features
    4
    - Queries common DNS records using `dig`
    5
    - Supports **Bash** and **Zsh**