{"id":377,"date":"2011-05-24T17:17:20","date_gmt":"2011-05-25T00:17:20","guid":{"rendered":"http:\/\/10kdev.ivystreetinc.com\/?p=377"},"modified":"2011-05-24T17:17:47","modified_gmt":"2011-05-25T00:17:47","slug":"linux-tip-figure-out-if-your-install-is-32-or-64-bit","status":"publish","type":"post","link":"http:\/\/10kdev.net\/?p=377","title":{"rendered":"Linux Tip: Figure out if your install is 32 or 64 bit &#8211; uname"},"content":{"rendered":"<p>I can never remember what version of Linux I am running. It&#8217;s a pain if you are doing installs and faced with a few different versions of software.  And I&#8217;m a developer, not an escalator dammit.<\/p>\n<p>Just use the <strong>uname -a <\/strong>command and here&#8217;s how you can figure it out:<\/p>\n<p><code><br \/>\nuser@ubuntu:~$ uname -a<br \/>\nLinux ubuntu 2.6.32-21-generic #32-Ubuntu SMP Fri Apr 16 08:10:02 UTC 2010 i686 GNU\/Linux<br \/>\n<\/code><\/p>\n<p>Ok see the i686?  Unadorned it means 32-bit.  If its 64-bit you&#8217;ll see x86_64 or something like that.  BTW &#8212; the #32-Ubuntu is the kernal version, not the bit count.  Results will vary after all.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>I can never remember what version of Linux I am running. It&#8217;s a pain if you are doing installs and faced with a few different versions of software. And I&#8217;m a developer, not an escalator dammit. Just use the uname -a command and here&#8217;s how you can figure it out: user@ubuntu:~$ uname -a Linux ubuntu [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[12],"tags":[],"_links":{"self":[{"href":"http:\/\/10kdev.net\/index.php?rest_route=\/wp\/v2\/posts\/377"}],"collection":[{"href":"http:\/\/10kdev.net\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/10kdev.net\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/10kdev.net\/index.php?rest_route=\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"http:\/\/10kdev.net\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=377"}],"version-history":[{"count":2,"href":"http:\/\/10kdev.net\/index.php?rest_route=\/wp\/v2\/posts\/377\/revisions"}],"predecessor-version":[{"id":379,"href":"http:\/\/10kdev.net\/index.php?rest_route=\/wp\/v2\/posts\/377\/revisions\/379"}],"wp:attachment":[{"href":"http:\/\/10kdev.net\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=377"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/10kdev.net\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=377"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/10kdev.net\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=377"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}