RSSAmplifier

Harry Suryapambagya · Apr 28, 2022

How many your memory capacity?

0
Sign in to vote or save

This site does not allow itself to be embedded. You can still read it on the original site — the toolbar below keeps your place in the directory.

This oneline bash script can show you how much your memory capacity and their slot. How many your total memory slot? $ dmidecode --type 17|grep 'Locator'|grep -v 'Bank'|wc -l 32 How many your available memory slot? $ dmidecode --type 17|egrep 'No\ Module\ Installed'|cat -n 1 Size: No Module…

Read on harry.id

Comments

Nothing yet. Say the first thing.

    Sign in to join the conversation.