Just installed this tonight. I use this command in AntiX and figured. Why not have it in Puppy Linux. So experimenting I went to
http://code.google.com/p/inxi/wiki/Installation
Opened terminal in MacPup Foxy 3 and
*cd /usr/local/bin && wget -Nc smxi.org/inxi && chmod +x inxi*
Let the download and install Finish. Now I have a new terminal command in Puppy that I didn't have before.
*# inxi -F
Resuming in non X mode: glxinfo not found in path
System: Host puppypc Kernel 2.6.30.5 i686 (32 bit) Distro Puppy Linux
Linux 2.6.30.5 [i686 arch]
CPU: Single core (Mobile Intel Pentium III - M,1198.802,512 KB,fpu vme de pse tsc msr pae mce cx8 sep mtrr pge mca cmov pse36 mmx fxsr sse up,2397.60,intel) (UP) cache unknown flags (-) bmips Not Available clocked at MHz
Graphics: Card Failed to Detect Video Card! tty res: 80x24
Audio: Card Intel 82801CA-ICH3 driver ICH
Sound: Advanced Linux Sound Architecture Version 1.0.20
Disks: HDD Total Size: (80.0GB,0.9% used) () 1: /dev/sda ST980815A 80.0GB
Partition: ID:/ size: 4.5G used: 679M (16%) fs: ext2
Info: Processes 65 Uptime 2:59 Memory 94.6/1009.5MB Runlevel 5 Client Shell inxi 1.4.8
# inxi -h
inxi supports the following options. You can combine them, or list them
one by one: Examples: inxi -v4 -c6 OR inxi -dDc 6
If you start inxi with no arguments, it will show the short form.
The following options if used without -d or -v will show just that complete line:
A,C,D,G,I,N,P,S - you can use these together to show just the lines you want to see.
If you use them with a -v level (or -d), it will show the full output for that line
along with the output for the chosen verbosity level.
- - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Output Control Options:
-A Show Audio/sound card information.
-c Available color schemes. Scheme number is required.
Supported schemes: 0-15 Example: inxi -c 11
-C Show full CPU output, including per CPU clockspeed.
-d Default output verbosity level, same as: inxi -v 1
-D Show full hard Disk info, not only model, ie: /dev/sda ST380817AS 80.0GB.
-f Show all cpu flags used, not just the short list. Not shown with -F to avoid spamming.
-F Show Full output for inxi. Does not show extra verbose options like -f -u -l -o -p or -t
-G Show Graphic card information (card, x type, resolution, glx renderer, version).
-i Show Wan IP address, and shows local interfaces (requires ifconfig network tool).
Not shown with -F for user security reasons, you shouldn't paste your local/wan IP.
-I Show Information: processes, uptime, memory, irc client, inxi version.
-l Show partition labels. Default: short partition -P. For full -p output, use: -pl (or -plu).
-N Show Network card information.
-o Show unmounted partition information (includes UUID and LABEL if available).
Shows file system type if you have file installed, if you are root OR if you have
added to /etc/sudoers (sudo v. 1.7 or newer): <username> ALL = NOPASSWD: /usr/bin/file (sample)
-p Show full partition information (-P plus all other detected partitions).
-P Show Partition information (shows what -v 4 would show, but without extra data).
Shows, if detected: / /boot /home /tmp /usr /var. Use -p to see all mounted partitions.
-r Show distro repository data. Currently supported repo types: APT; PACMAN; PISI; YUM.
-s Show sensors output (if sensors installed/configured): mobo/cpu/gpu temp; detected fan speeds.
Gpu temp only for Fglrx/Nvidia drivers. Nvidia shows screen number for > 1 screens.
-S Show System information: host name, kernel, distro
-t Show processes. Requires extra options: c (cpu) m (memory) cm (cpu+memory). If followed by numbers 1-20,
shows that number of processes for each type (default: 5; if in irc, max: 5): -t cm10
Make sure to have no space between letters and numbers (-t cm10 -right, -t cm 10 -wrong).
-u Show partition UUIDs. Default: short partition -P. For full -p output, use: -pu (or -plu).
-v Script verbosity levels. Verbosity level number is required.
Supported levels: 0-5 Example: inxi -v 4
0 - short output, same as: inxi
1 - basic verbose, same as: inxi -d
2 - Also show networking card data
3 - Also show hard disk names as detected.
4 - Also show partition size/filled data for (if present):/, /home, /var/, /boot
5 - For multicore systems, also shows: per core clock speeds; audio card; full disk data.
-x Show extra data: bogomips on Cpu; driver version (if available) for Network/Audio;
for network, audio cards, shows PCI Bus ID number also;
direct rendering status for Graphics (in X). Only works with verbose or line output;
shows (for single gpu, nvidia driver) screen number gpu is running on.
Shows hdd temp with disk data if you have hddtemp installed, if you are root OR if you have
added to /etc/sudoers (sudo v. 1.7 or newer): <username> ALL = NOPASSWD: /usr/sbin/hddtemp (sample)
For -t, adds memory use output to cpu (-tx c, and cpu use to memory (-tx m).
Additional Options:
-h - this help menu.
-U Auto-update script. Note: if you installed as root, you
must be root to update, otherwise user is fine.
-V inxi version information. Prints information then exits.
-% Overrides defective or corrupted data.
-@ Triggers debugger output. Requires debugging level 1-10 (8-10 - logging).
8 - basic logging; 9 - full file/sys info logging; 10 - color logging.
#*
Edit: Don't copy the Backtick Key ** I thought for this forum it was what was used for [code] tags