you can get it by doing as root:
cd /usr/local/bin
wget -Nc smxi.org/inxi
chmod +x inxi
And to make it work as user:
chown <username> inxi
The creator of inxi also authored many Linux utilities that you can see at smxi.org. His smxi utility for Debian based distros won a Distrowatch award a few months ago.
inxi -h will show you the many options for system information, it's the first app I put on a new install.
Comments
[[email protected] ~]$ inxi -Fc10
System: Host Fedora11dw32 Kernel 2.6.30.10-105.2.23.fc11.i686.PAE i686 (32 bit) Distro Fedora release 11 (Leonidas)
CPU: Dual core AMD Athlon 64 X2 5200+ (SMP) cache 1024 KB flags (sse3 nx lm svm) bmips 4018.4
Clock Speeds: (1) 1000.00 MHz (2) 1000.00 MHz
Graphics: Card nVidia GeForce 8600 GT X.Org 1.6.3.901 Res: [email protected]
GLX Renderer GeForce 8600 GT/PCI/SSE2/3DNOW! GLX Version 3.2.0 NVIDIA 190.53 Direct Rendering Yes
Audio: Card nVidia MCP61 High Definition Audio driver HDA Intel BusID: 00:05.0
Sound: Advanced Linux Sound Architecture Version 1.0.20
Network: Card nVidia MCP61 Ethernet driver forcedeth at port ec00 BusID: 00:07.0
Disks: HDD Total Size: 500.1GB (45.0% used) 1: /dev/sda ST3500410AS 500.1GB
Partition: ID:/ size: 197G used: 55G (30%) fs: ext4 ID:/boot size: 1012M used: 57M (6%) fs: ext3
ID:/home size: 253G used: 155G (65%) fs: ext3 ID:swap-1 size: 8.59GB used: 0.00GB (0%) fs: swap
Sensors: System Temperatures: cpu: 32.0C mobo: 18.0C gpu: 0.0:54C
Fan Speeds (in rpm): cpu: 2213 fan-1: 3110
Info: Processes 181 Uptime 2 days Memory 395.6/4028.7MB Runlevel 5 Client Shell inxi 1.4.4
you can get it by doing as root:
cd /usr/local/bin
wget -Nc smxi.org/inxi
chmod +x inxi
And to make it work as user:
chown <username> inxi
The creator of inxi also authored many Linux utilities that you can see at smxi.org. His smxi utility for Debian based distros won a Distrowatch award a few months ago.
inxi -h will show you the many options for system information, it's the first app I put on a new install.