Skip to content
View crotel's full-sized avatar
😉
have a good day~
😉
have a good day~

Block or report crotel

Report abuse

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

Report abuse

Pinned Loading

  1. crotel.github.io crotel.github.io Public

    HTML 1

  2. Generate Hash-ID in six way: random,... Generate Hash-ID in six way: random, hex, md5, sha1, uuid, udid. addon: a timestamp join-with random num.
    1
    /* getHash v10 */
    2
    /*
    3
    * Notice: UDID original base at localhost mac-addr, otherwise using tunnl and uuidEncode with remote mac-addr.
    4
    *
    5
    * Unique ID (random):                    hex.encode, sha1.encode, md5.encode, uuid([leave blank]),
  3. A ssl cert and key verify shell A ssl cert and key verify shell
    1
    #!/bin/bash
    2
    # createAt 20210701
    3
    # Author: CROTEL
    4
    #
    5
    # Usage:
  4. Cloudflare Dynamic Dns with custome ... Cloudflare Dynamic Dns with custome api token. with little changed. let log file would not too big.
    1
    [Unit]
    2
    Description=Cloudflare Dynamic DNS service
    3
    After=network.target
    4
    
                  
    5
    [Install]