Inxi 1.8.4 .pet

Core libraries and systems
Post Reply
Message
Author
User avatar
kooliepup
Posts: 292
Joined: Sat 14 Jan 2012, 03:40
Location: Victoria, Australia

Inxi 1.8.4 .pet

#1 Post by kooliepup »

Console app.

See its output here:
http://murga-linux.com/puppy/viewtopic. ... 335#690557

I just thought I would make it easier for everyone by making a .pet of it.

Only tested in Slacko.
Attachments
inxi_1.8.4.pet
(111.99 KiB) Downloaded 583 times

musher0
Posts: 14629
Joined: Mon 05 Jan 2009, 00:54
Location: Gatineau (Qc), Canada

#2 Post by musher0 »

Many thanks, very handy.

This code,

Code: Select all

#!/bin/sh
# $MBINS/inxi.sh
####
inxi -ACDGMNS > inxi.txt;leafpad inxi.txt
generates this output, with a couple of additional carriage returns!
System: Host: puppypc24371 Kernel: 3.5.2-dpup i686 (32 bit)
Desktop: JWM sn-574
Distro: Dpup Wheezy Linux
Linux 3.5.2-dpup [i686 arch]

Machine: System: ASUS product: A7V400-MX version: 1.03 serial: 123456789000
Mobo: ASUSTek model: A7V400-MX version: 1.03 serial: 123456789000
Bios: Phoenix version: ASUS A7V400-MX 1009 date: 12/21/2004

CPU: Single core (AMD Athlon XP 2600+,1908.926,512 KB,fpu vme de pse tsc msr pae mce cx8
apic sep mtrr pge mca cmov pat pse36 mmx fxsr sse syscall mmxext 3dnowext 3dnow
up,3819.92,amd) (-UP-) cache: unknown flags: (-) clocked at MHz

Graphics: Card: Advanced Micro Devices [AMD] nee ATI R250 If [Radeon 9000]
X.org: 1.12.4 driver: radeon tty size: 129x72 Advanced Data: N/A for root

Audio: Card: VIA VT8233/A/8235/8237 AC97
Audio Controller driver: snd_via82xx
Sound: ALSA ver: 1.0.25

Network: Card: VIA VT6102 [Rhine-II] driver: via-rhine

Drives: HDD Total Size: (1120.2GB,14.2% used) ()
1: id: /dev/sda model: ST31000528AS size: 1000.2GB
2: id: /dev/sdb model: WDC_WD1200AB size: 120.0GB
Enjoy!

musher0

PS. If you want plain text output, the 1st time, run inxi with -c 99 as parameter and then type 0. After that, you'll get straight text output. Otherwise, you get colored output, which means escape characters, and it's difficult to weed out escape characters in an editor.
musher0
~~~~~~~~~~
"You want it darker? We kill the flame." (L. Cohen)

User avatar
vovchik
Posts: 1507
Joined: Tue 24 Oct 2006, 00:02
Location: Ukraine

#3 Post by vovchik »

Dear kooliepup,

Many thanks. It is nice and quick, and does a good job.

With kind regards,
vovchik

Post Reply