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

Block or report alkarem34

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. Fetch system info in one line Fetch system info in one line
    1
    # replace the pacman command with your distros package manager
    2
    # without colors
    3
    echo -e "$USER@`hostname`\nos    `lsb_release -ds|tr -d '"'`\nkern  `uname -sr`\npkgs  `pacman -Qq|wc -l`\nsh    $SHELL\nup    `uptime -p|sed 's/^.\{3\}//'`\nfree  `/bin/free -tm|awk 'NR==2{print $2"MB / "$3"MB"}'`"
    4
    
                  
    5
    # with colors