guest@dotshare [~/groups/terms/colors] $ ls ii-system-info-from-httparpinuxorg/ | cat

ii system info from http://arpinux.org/ (scrot, raw, dl) (+1 likes)

mgarbvs May 06, 2016 (terms/colors)

SCROT

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
#/bin/bash

    echo
    echo -e "${red}                                                           ┌─────────────────────────┐"
    echo -e "${red}┌──────────────────────────────────────────────────────────┤$NC      Debian InfoBox    ${red} │"
    echo -e "${red}│          ┌──────────────────┐                            └────────────┬────────────┘"
    echo -e "${red}├──────────┤${bblue} IBM ThinkPad x31${red} ├─────────────────────────────────────────┘"
    echo -e "${red}│          └──────────────────┘"
    echo -e "${red}│${blue}┌── agenda ────────────────────────────────────────────────────────────"
    echo -e "${red}│${blue}└$NC `date +'%A, %B %-d, %Y -- %I:%M %P'`"
    echo -e "${red}│${bblue}┌── processor information ─────────────────────────────────────────────"
    echo -e "${red}│${bblue}└$NC `core`"
    echo -e "${red}│${bblue}┌── graphic information ───────────────────────────────────────────────"
    echo -e "${red}│${bblue}└$NC`graph`"
    echo -e "${red}│${bblue}┌── ethernet information ──────────────────────────────────────────────"
    echo -e "${red}│${bblue}└$NC`ethcard`"
    echo -e "${red}│${bblue}┌── wireless information ──────────────────────────────────────────────"
    echo -e "${red}│${bblue}└$NC`wfcard`"
    echo -e "${red}│          ┌────────────────────────────┐"
    echo -e "${red}├──────────┤${bgreen} Debian GNU/Linux livarp 04${red} │"
    echo -e "${red}│          └────────────────────────────┘"
    echo -e "${red}│${yellow}┌── kernel information ────────────────────────────────────────────────"
    echo -e "${red}│${yellow}└$NC `uname -a`"
    echo -e "${red}│${bcyan}┌── machine stats ─────────────────────────────────────────────────────"
    echo -e "${red}│${bcyan}└$NC`uptime`"
    echo -e "${red}│${bgreen}┌── memory stats ──────────────────────────────────────────────────────"
    echo -e "${red}│${bgreen}└$NC`mmuse`"
    echo -e "${red}│${green}┌── disk stats ────────────────────────────────────────────────────────"
    echo -e "${red}│${green}└$NC`dduse`"
    echo -e "${red}│${blue}┌── batt stats ────────────────────────────────────────────────────────"
    echo -e "${red}│${blue}└$NC`batt`"
    echo -e "${red}│${yellow}┌── sensors ───────────────────────────────────────────────────────────"
    echo -e "${red}│${yellow}└$NC`temps`"
    echo -e "${red}│${cyan}┌── local IP address ──────────────────────────────────────────────────"
    echo -e "${red}│${cyan}└$NC`my_lip`"
    echo -e "${red}│${cyan}┌── external IP address ───────────────────────────────────────────────"
    echo -e "${red}│${cyan}└$NC`my_eip`"
    echo -e "${red}│          ┌──────────────────┐"
    echo -e "${red}├──────────┤${bcyan} Open Connections${red} │"
    echo -e "${red}│          └──────────────────┘"
    echo -e "${red}│$NC `oports`"
    echo -e "${red}└────────────────────────────────────────────────────────────────────┤│"

CLICK TO VIEW

x

Notes

source
Cool info script I found on arpinux.org

Comments

mgarbvs said about 7 years ago

For all of the functions, please copy them from the zshrc in the source.

wagmic said about 7 years ago

i like Arpinux ’s work

edited about 7 years ago

McX said about 7 years ago

Arpinux customizations are the best. He’s an artist.