Author Archives: Silver Moon

About Silver Moon

A Tech Enthusiast, Blogger, Linux Fan and a Software Developer. Writes about Computer hardware, Linux and Open Source software and coding in Python, Php and Javascript. He can be reached at [email protected].

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 »

How to Install Nvidia Drivers on Kubuntu / Ubuntu 23.04 / Linux Mint

By | May 19, 2023

Kubuntu / Ubuntu 23.04 I am running Kubuntu 23.04 with Plasma desktop. You can check your ubuntu version with the lsb_release command: silver@ubuntussd:~$ lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 23.04 Release: 23.04 Codename: lunar silver@ubuntussd:~$ The interesting thing this time is that kubuntu has been installed on an external… Read More »