{"id":4073,"date":"2016-12-20T13:05:29","date_gmt":"2016-12-20T11:05:29","guid":{"rendered":"https:\/\/adrhc.go.ro\/wordpress\/?p=4073"},"modified":"2017-05-09T09:35:04","modified_gmt":"2017-05-09T07:35:04","slug":"linux-hardware-information","status":"publish","type":"post","link":"https:\/\/adrhc.go.ro\/blog\/linux-hardware-information\/","title":{"rendered":"Linux hardware information"},"content":{"rendered":"<pre>\r\n# sources:\r\n# http:\/\/askubuntu.com\/questions\/18372\/how-can-i-find-out-what-ram-a-computer-system-has\r\n\r\n<strong>RAM<\/strong>\r\nsudo lshw -short -C memory\r\nsudo lshw -C memory\r\nsudo dmidecode -t memory\r\n\r\n<strong>VGA memory<\/strong>\r\n<em>sudo dmesg | grep Reserving<\/em>\r\n[    0.000000] Reserving Intel graphics stolen memory at 0x5ef00000-0x7eefffff\r\ncompute now using a hexadecimal calculator 7eefffff - 5ef00000 + 1\r\nthe result is 512 * 1024 * 1024 which means 512 MB of memory\r\n<em>other related commands:<\/em>\r\nsudo dmesg | grep memory\r\nlspci -v | grep -A10 VGA\r\ngrep -i mem \/var\/log\/Xorg.0.log\r\nsudo dmesg | grep drm\r\nsudo dmesg | grep \"Memory usable by graphics device\"\r\n\r\n<strong>BIOS<\/strong>\r\ndmesg | grep -i BIOS\r\n<\/pre>\n","protected":false},"excerpt":{"rendered":"<p># sources: # http:\/\/askubuntu.com\/questions\/18372\/how-can-i-find-out-what-ram-a-computer-system-has RAM sudo lshw -short -C memory sudo lshw -C memory sudo dmidecode -t memory VGA memory sudo dmesg | grep Reserving [ 0.000000] Reserving Intel graphics stolen memory at 0x5ef00000-0x7eefffff compute now using a hexadecimal calculator [&hellip;]<\/p>\n<div class=\"link-more\"><a href=\"https:\/\/adrhc.go.ro\/blog\/linux-hardware-information\/#more-4073\" class=\"more-link\">Continue reading &#10142; <span class=\"screen-reader-text\">Linux hardware information<\/span><\/a><\/div>","protected":false},"author":2,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[9,19,11],"tags":[],"class_list":["post-4073","post","type-post","status-publish","format-standard","hentry","category-commands","category-hardware","category-linux"],"_links":{"self":[{"href":"https:\/\/adrhc.go.ro\/blog\/wp-json\/wp\/v2\/posts\/4073","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/adrhc.go.ro\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/adrhc.go.ro\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/adrhc.go.ro\/blog\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/adrhc.go.ro\/blog\/wp-json\/wp\/v2\/comments?post=4073"}],"version-history":[{"count":0,"href":"https:\/\/adrhc.go.ro\/blog\/wp-json\/wp\/v2\/posts\/4073\/revisions"}],"wp:attachment":[{"href":"https:\/\/adrhc.go.ro\/blog\/wp-json\/wp\/v2\/media?parent=4073"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/adrhc.go.ro\/blog\/wp-json\/wp\/v2\/categories?post=4073"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/adrhc.go.ro\/blog\/wp-json\/wp\/v2\/tags?post=4073"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}