sysinfo:/

SuSE Linux has a nice KDE kioslave for system information called sysinfo:/

bildschirmphoto13.png

Seems like it is only available at SuSE Linux. Anyway, after googeling a bit I downloaded the kdebase3 RPM, extracted the corresponding code, and after emerging hwinfo (masked by ~x86), I was able to compile and here we are! Works really good, except the display stuff, but thats stuff of my Laptop…

Sourcecode btw…

Note:

How to switch the gcc profile if different versions are installed?

  • gcc-config -l

[1] i686-pc-linux-gnu-3.3.6
[2] i686-pc-linux-gnu-3.3.6-hardened
[3] i686-pc-linux-gnu-3.3.6-hardenednopie
[4] i686-pc-linux-gnu-3.3.6-hardenednopiessp
[5] i686-pc-linux-gnu-3.3.6-hardenednossp
[6] i686-pc-linux-gnu-3.4.5 *
[7] i686-pc-linux-gnu-3.4.5-hardened
[8] i686-pc-linux-gnu-3.4.5-hardenednopie
[9] i686-pc-linux-gnu-3.4.5-hardenednopiessp
[10] i686-pc-linux-gnu-3.4.5-hardenednossp
[11] i686-pc-linux-gnu-4.1.1

  • gcc-config -f PROFILNAME

i.e. gcc-config -f i686-pc-linux-gnu-4.1.1 if you’d like to switch to gcc 4.1.1 … If you want to use it imediatly don’t forget the source /etc/profile