Skip to content
View zhum's full-sized avatar

Block or report zhum

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. hpc-book-matherials hpc-book-matherials Public

    Additional matherials for the book "Supercomputers for Linux SysAdmins"

    Shell 5 3

  2. Bash script sheatsheet Bash script sheatsheet
    1
    #!/usr/bin/env bash
    2
    # latest version is here: https://gist.github.com/zhum/b00b6c55e0559d0684796191eecf21d9
    3
    # shellcheck disable=all
    4
    
                  
    5
    #-------------- options --------------
  3. gpu-applet gpu-applet Public

    A comprehensive MATE desktop panel applet for GPU monitoring with text and chart displays

    Python

  4. stocks-applet stocks-applet Public

    Simple stocks applet for Mate and Cinnamon DE

    Python

  5. Bash script template with usefull th... Bash script template with usefull things
    1
    #!/usr/bin/env bash
    2
    #
    3
    # YOUR DESCRIPTION HERE
    4
    # 
    5
    #