Linux Command, untuk memeriksa processor, memori fisik, vga, ethrenet
Bismillah
q> Cek processor
[sourcecode language="bash"]cat /proc/cpuinfo[/sourcecode]
q> Cek memori
[sourcecode language="bash"]cat /proc/meminfo[/sourcecode]
q> Cek Vga
[sourcecode language="bash"]lspci | grep -i VGA[/sourcecode]
q> Cek ethernet
[sourcecode language="bash"]lspci | grep -i Eth[/sourcecode]
Alhamdulillah
No comments:
Post a Comment