View Full Version : Random Linux chit chat :)
Snoid
09-03-2008, 08:23 PM
Distro:Ubuntu 7.10 Gutsy Gibbon
Mem: 8 GB DDR2
CPU: 3.2 GHz dual core (6.4 GHz)
HD: 1.5 Teras
Graphic cards: 2x nvidia 9800
Beat that shit :P and I got all free;)
(Bold*) That's not true.
Anyway, nice box. :punk:
ArcticWolf
09-04-2008, 01:04 AM
(Bold*) That's not true.
Anyway, nice box. :punk:
Exactly, and even most of the time you'll be able just to use one core. A lot of apps weren't made with multithreading in mind.
My laptop:
Report generated: mié sep 3 21:47:20 ART 2008
++++++CPU+++++
Model:
AMD Athlon(tm) 64 X2 Dual-Core Processor TK-57
AMD Athlon(tm) 64 X2 Dual-Core Processor TK-57
MHz:
1900.000
1900.000
Cache:
256 KB
256 KB
++++++Distro+++++
Kernel: Linux selene 2.6.26-1-amd64 #1 SMP Thu Aug 28 11:13:42 UTC 2008 x86_64 GNU/Linux
Architecture: x86_64: 64 bits
Ver. No.: lenny/sid
Family: debian_version
Distro: Debian GNU/Linux lenny/sid
Uptime: 21:47:20 up 4:00, 2 users, load average: 0.37, 0.32, 0.39
++++++Video+++++
Hardware: 00:12.0 VGA compatible controller: nVidia Corporation GeForce 7000M (rev a2) (rev a2)
Direct Rendering: Yes
OpenGL: OpenGL vendor string: NVIDIA Corporation
OpenGL renderer string: GeForce 7000M / nForce 610M/PCI/SSE2
OpenGL version string: 2.1.2 NVIDIA 173.14.12
OpenGL extensions:
S3TC extensions:
GL_ATI_texture_mirror_once, GL_S3_s3tc, GL_EXT_texture_env_add,
GL_EXT_texture_compression_s3tc, GL_EXT_texture_cube_map,
++++++Xorg.conf++++++
Load:
dbe
extmod
type1
freetype
glx
Drivers:
mouse
kbd
nvidia
++++++RAM+++++
Total: 2836512 kB
Free: 1454376 kB
++++++Sensors+++++
acpitz-virtual-0
Adapter: Virtual device
temp1: +59.0°C (crit = +100.0°C)
k8temp-pci-00c3
Adapter: PCI adapter
Core0 Temp: +60.0°C
Core0 Temp: +60.0°C
Core1 Temp: +61.0°C
Core1 Temp: +54.0°C
++++++HDD+++++
S.ficheros Tamaño Usado Disp Uso% Montado en
/dev/sda1 7,7G 5,0G 2,4G 69% /
tmpfs 1,4G 0 1,4G 0% /lib/init/rw
udev 10M 96K 10M 1% /dev
tmpfs 1,4G 0 1,4G 0% /dev/shm
/dev/sda6 218G 17G 201G 8% /home
++++++Log: Xorg+++++
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
(WW) The directory "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType" does not exist.
(WW) Warning, couldn't open module type1
(EE) Failed to load module "type1" (module does not exist, 0)
(WW) NVIDIA: No matching Device section for instance (BusID PCI:0:1:3) found
You can use the following line to generate the report:
clear && echo "Gathering information" && echo -n "Report generated: " > pp && date >> pp && echo "" >> pp && echo "++++++CPU+++++" >> pp && echo "Model: " >>pp && (cat /proc/cpuinfo | grep -i "model name" | cut -d: -f2 | grep "" || echo "No info") >> pp && echo "MHz: " >>pp && (cat /proc/cpuinfo | grep 'cpu MHz' | cut -d: -f2 | grep "" || echo "No info") >> pp && echo "Cache: " >>pp && (cat /proc/cpuinfo | grep 'cache size' | cut -d: -f2 | grep "" || echo "No info") >> pp && echo "" >> pp && echo "++++++Distro+++++" >> pp && echo -n "Kernel: " >>pp && (uname -a || echo "No info") >> pp && echo -n "Architecture: " >>pp && (uname -m | grep "i[3456]86\|64" | sed -e '/64/ a : 64 bits' | sed -e '/i[3456]86/ a : 32 bits' | grep "" | tr -d '\n' | grep "" || echo "Could not execute uname") >> pp && echo -n "Ver. No.: " >> pp && (cat /etc/`ls /etc/ | grep -m1 version` || echo "No info") >> pp && echo -n "Family: " >> pp && (ls /etc/ | grep -m1 version || echo "Could not open the file") >> pp && echo -n "Distro: " >> pp && (cat /etc/issue | grep -m1 "" | cut -d\\ -f1 | grep "" || echo "Could not find /etc/issue") >> pp && echo -n "Uptime: " >> pp && (uptime || echo "No info") >> pp && echo "" >> pp && echo "++++++Video+++++" >> pp && echo -n "Hardware: " >> pp && (`locate lspci | grep -m1 'lspci' || echo 'echo ERROR in finding a VGA device: lspci not found'` | grep VGA || echo "No VGA device found") >> pp && echo -n "Direct Rendering: " >> pp && ((glxinfo | grep -i "direct rend" | cut -d: -f2 | grep "") || echo "No info") >> pp && echo -n "OpenGL: " >> pp && ((glxinfo | grep -i 'opengl') || echo "No info") >> pp && echo -n "S3TC extensions: " >> pp && ((echo "" && glxinfo | grep -i 's3tc')|| (echo " S3TC extensions disabled")) >> pp && echo "" >> pp && echo "++++++Xorg.conf++++++" >> pp && echo "Load:">> pp && (cat /etc/X11/xorg.conf | grep Load | cut -d'"' -f2 | cut -d'"' -f1 | grep "" || echo "No Load sections") >> pp && echo "" >> pp && echo "Drivers: " >> pp && (cat /etc/X11/xorg.conf | grep Driver | cut -d'"' -f2 | cut -d'"' -f1 | grep "" || echo "No drivers in xorg.conf") >> pp && echo "" >> pp && echo "++++++RAM+++++" >> pp && echo -n "Total: " >> pp && (cat /proc/meminfo | grep -i "MemTotal" | cut -d: -f2 | grep -m1 "" || echo "No info") >> pp && echo -n "Free: " >> pp && (cat /proc/meminfo | grep -i "MemFree" | cut -d: -f2 | grep -m1 "" || echo "No info") >> pp && echo "" >> pp && echo "++++++Sensors+++++" >> pp && (sensors || echo "No sensors") >> pp && echo "" >> pp && echo "++++++HDD+++++" >> pp && (df -hP || echo "No info") >> pp && echo "" >> pp && echo "++++++Log: Xorg+++++" >> pp && ( cat /var/log/Xorg.0.log | grep -i "(EE)\|(WW)" || echo 'No errors or warnings found') >> pp && mv pp $HOME/Desktop/diag.txt && echo "Information available in ~/Desktop/diag.txt. " && echo "cat-ing file " && echo "" && echo "" && echo "" && cat $HOME/Desktop/diag.txt
Insane, but it works.
Nightchill
09-04-2008, 01:46 PM
^better to make a .sh script out of that then to c/p it all the time (or god forbid learning it by heart XD)
ArcticWolf
09-04-2008, 10:26 PM
^better to make a .sh script out of that then to c/p it all the time (or god forbid learning it by heart XD)
I know, but that script was made so the noobs in the Spanish Support section could give us information about their computers. You got to understand that some users don't even know how to execute a file or change the execution rights.
This way it's easier for them. I'm planning to do a GUI tool in Python, someday.
Nightchill
09-05-2008, 12:05 PM
I know, but that script was made so the noobs in the Spanish Support section could give us information about their computers. You got to understand that some users don't even know how to execute a file or change the execution rights.
This way it's easier for them. I'm planning to do a GUI tool in Python, someday.
haha, true. good luck with your tool if you start working on it =)
vBulletin® v3.8.7, Copyright ©2000-2025, vBulletin Solutions, Inc.