[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Script to build system information. Guru needed :)



Paul E Condon wrote:
I've been lurking on this thread. When I saw mention of Karten's system-info
script I googled it and downloaded it without any problem. Your problem is
probably temporary. Maybe, try again.

Paul,
the link is really 404.

Googling did not get exactly Karsten's script but some other flotsam.

The "si" package is not there.

Any more precise pointers ?

FWIW here is my temporary command list (would not call it a script) :(

echo "This script should be run as root peraphs with sudo"
echo '*** uname -a'
uname -a
echo '*** lsmod'
lsmod
echo '*** lspci'
lspci
echo '*** dpkg --get-selections \*'
dpkg --get-selections \*
echo '*** sudo fdisk -l /dev/hda'
fdisk -l /dev/hda
echo '*** df'
df
echo '*** cat /etc/mtab'
cat /etc/mtab
echo '*** crontab -u bob -l '
crontab -u bob -l
echo '*** crontab -u root -l'
crontab -u root -l
echo '*** ifconfig'
ifconfig
netstat -ai
netstat -nr
netstat -lep --inet





Reply to: