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 is supported. This note will only be visible to you.
Report abuse

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

Report abuse

Pinned Loading

  1. hpc-book-matherialshpc-book-matherialsPublic

    Additional matherials for the book "Supercomputers for Linux SysAdmins"

    Shell 7 5

  2. Bash script sheatsheetBash 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-appletgpu-appletPublic

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

    Python

  4. stocks-appletstocks-appletPublic

    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
    #