Horje
how to check machine is 32bit or 64bit linux Code Example
how to check machine is 32bit or 64bit linux
uname -m 

NOTE: It shows if your system is running 32-bit (i686 or i386) or 64-bit(x86_64).
Example 1:
prashad@ubuntu:~/Desktop$ uname -m
x86_64     <<<<<<<<<<<<<<this is 64-bit

Example 2:(you can check with 'lscpu' command also)
durga@ubuntu:~/Desktop$$ lscpu
Architecture:          i686	  <<<<<<<<<this is 32-bit
CPU op-mode(s):        32-bit
 
Source: man7.org




Shell

Related
npm firebase -g Code Example npm firebase -g Code Example
How do I export data from firebase authentication? Code Example How do I export data from firebase authentication? Code Example
how to install and enable docker on command line with EC2 instance Code Example how to install and enable docker on command line with EC2 instance Code Example
install filezilla ubuntu Code Example install filezilla ubuntu Code Example
install firebase tools Code Example install firebase tools Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
15