Category Archives: Tech

Building a PC or planning to buy some new computer stuff ?

Find the Best Tech products reviewed here. Everything including laptops, headphones, motherboards, graphics cards, keyboards, mouse, printers, tablets etc.

How to check Ram Rank and Bank details in Linux – decode-dimms

By | May 20, 2023

The decode-dimms program from i2c-tools package can be used to extract spd information from the ram modules which provides details about the module including the timings, clock speed, internal layout of the memory blocks including rank and bank count. The command can be installed with the following commands: sudo apt-get install i2c-tools sudo modprobe eeprom… Read More »

4 CPU Performance metrics explained – Usage, Clock Speed, Power Consumption, Temperature

By | March 18, 2023

Performance metrics are numbers that measure different aspects of the working state of a cpu and reveal useful diagnostic information. These include cpu usage, clock speed, power consumption, temperature etc. There are many more but for simplicity we shall be focusing on these ones in this article. The metrics can be monitored using tools like… Read More »