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

Block or report jedimage

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. jedimage_note jedimage_note Public

    my_note

    Groovy

  2. k8slab k8slab Public

  3. simple_move_log.sh simple_move_log.sh
    1
    #!/bin/bash
    2
    
                  
    3
    log_path=/home/user/path/to/log
    4
    output_path=/home/user/path/to/log/keep
    5
    
                  
  4. Check Service status and restart its. Check Service status and restart its.
    1
    #!/bin/bash
    2
    
                  
    3
    ### This script for resurrection service that you interested
    4
    zServices_list=/root/services_list.txt           ## service that you interested
    5
    zCur_date=$(date +"%Y%m%d")
  5. get nameserver and dns record get nameserver and dns record
    1
    #!/bin/bash
    2
    
                  
    3
    ### This script for resurrection service that you interested
    4
    zDomain_list=/path/to/list/file.txt
    5
    
                  
  6. discord_webhook_using_curl.sh discord_webhook_using_curl.sh
    1
    # To make command more readable you can split it to multiple lines using backslash `\`
    2
    # and set webhook url as variable, so you don't need to paste it over and over again.
    3
    # Also you can add the variable to your `.*rc` file, so it persists on console reloads.
    4
    export WEBHOOK_URL="https://discord.com/api/webhooks/abcd/xyz"
    5