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

Block or report crotel

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

  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]