How to find VPS is 32bit or 64bit
You have VPS (Virtual Private Server) but you don't know it is 32-bit or 64-bit. So, it's very hard to install any application.
I will show you two ways to solve above problem.
You can use Putty to login your VPS via SSH.
Way 1:
Way 2:
i686 or i386 ► CentOS 32-bit.
x86_64 ► CentOs 64-bit.
If you don't have VPS, you can try Free VPS HERE
I will show you two ways to solve above problem.
You can use Putty to login your VPS via SSH.
Way 1:
uname -i
Way 2:
getconf LONG_BIT
i686 or i386 ► CentOS 32-bit.
x86_64 ► CentOs 64-bit.
If you don't have VPS, you can try Free VPS HERE
Comments
Post a Comment