Skip to content
View initiateit's full-sized avatar
Block or Report

Block or report initiateit

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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. Sun-Valley-ttk-crimson Sun-Valley-ttk-crimson Public

    Derivative work forked from the awesome rbende

    Tcl 2

  2. caddy_cloudflare caddy_cloudflare Public

    Caddy built with cloudflare DNS challenge module

    Dockerfile 1

  3. ubuntu_update_checker ubuntu_update_checker Public

    Bash script to check for Ubuntu updates and email them to you.

    Shell

  4. caddy_s3_cf caddy_s3_cf Public

    Caddy with s3 module and Cloudflare DNS challenge module built in

    Dockerfile 1

  5. A simple Bash script to check for Ub... A simple Bash script to check for Ubuntu updates and email them to you. I like to use this in combination with Ubuntu's Unattended Upgrades so that security updates are installed automatically and I schedule this script with a cron job every 6 hours. This gives me a chance to at least read up on application updates to see if something is going to break.
    1
    #!/bin/bash
    2
    
                  
    3
    # Add your email addresses here
    4
    
                  
    5
    from_addr="{from_email}"