LINUXOPOLIS # 2019-11-07 ~ INXI by wglenz

View this thread on steempeak.com
· @wglenz · (edited)
$0.07
LINUXOPOLIS # 2019-11-07 ~ INXI
<center><h3>INXI</h3>Building a Linux habitat<br><a href="https://steempeak.com/@wglenz">Published with SteemPeak</a><br>[home](https://steempeak.com/@wglenz) ~ [previous](https://steempeak.com/linux/@wglenz/2yjli1-inxi)</center>

<center>![Screenshot](https://files.steempeak.com/file/steempeak/wglenz/r7qJSSBX-image.png)Screenshot by Willi Glenz</center>

<center><h4>SUMMARY</h4></center>

```
02 INXI ................................................................ 2019-11 new
01 bash-script ......................................................... 2019-06
```

<br>
<center><h4>#02</h4></center>

```
02 INXI
```
```
homepage .............................................................. smxi.org
git-hub ................................................... github.com/smxi/inxi
documentation ........................................... smxi.org/docs/inxi.htm
```

<br>
```
01 BASH-SCRIPT
```
```
#!/bin/bash
# check [-? host cpu network disk] 
# Wrapper for inxi, nmap vnstat and ip
#

clear

while [ -n "$1" ]
do
   case "$1" in
      "-?" )
         echo
         head -n4 "$0"
         echo
         ;;
      "host" )
         echo
         inxi -v7
         echo
         ;;
      "cpu" )
         echo
         inxi -f
         echo
         ;;
      "disk" )
         echo
         inxi -Dp
         echo
         ;;
      "network" )
         echo
         inxi -i
         echo
         nmap --iflist
         echo
         ip neigh
         echo
         vnstat
         echo
         ;;
   esac
   shift
done

exit
```
```
Manpages    $ man inxi nmap ip vnstat
```
👍  , , , , , , , , , , , , , , , , , ,
properties (23)
post_id81,536,506
authorwglenz
permlinklinuxopolis-2019-11-07-inxi
categorylinux
json_metadata{"app":"steempeak\/1.19.0","format":"markdown","tags":["linux","debian","bash","opensource"],"users":["wglenz"],"links":["\/@wglenz","\/@wglenz","\/linux\/@wglenz\/2yjli1-inxi"],"image":["https:\/\/files.steempeak.com\/file\/steempeak\/wglenz\/r7qJSSBX-image.png"]}
created2019-11-07 10:19:39
last_update2019-11-07 14:02:06
depth0
children0
net_rshares405,878,872,693
last_payout2019-11-14 10:19:39
cashout_time1969-12-31 23:59:59
total_payout_value0.035 SBD
curator_payout_value0.033 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length1,583
author_reputation1,724,513,770,671
root_title"LINUXOPOLIS # 2019-11-07 ~ INXI"
beneficiaries
0.
accountsteemchiller
weight100
1.
accountsteempeak
weight100
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars0
author_curate_reward""
vote details (19)