How to know your computer architecture (32 / 64 bit) ? ana07 tháng 9 10, 2013Open a terminal and type following command, uname -m Result i686 = 32 bit x86_64 = 64 bit Another command is lscpu Here is the result from m... Read More