Install CPUID
Installing CPUID on your VM Instance is a fairly simple task. Once connected to your Instance using SSH, use the Bash terminal to install and run CPUID. Below you will find a procedure for each CADES-provided operating system.
Prerequisites
To install CPUID on your VM Instance, you must first have access to your Instance through SSH (instructions).
Ubuntu
- Update Ubuntu.
$ sudo apt-get update
- Install CPUID using the package manager.
$ sudo apt-get install cpuid
- CPUID is now installed. To run CPUID, execute the following.
$ cpuid
CentOS
- Update CentOS.
$ sudo yum check-update
- Install CPUID using the package manager.
$ sudo yum install cpuid
- When prompted, confirm that you wish to install CPUID.
$ Is this ok [y/d/N]: y
- CPUID is now installed. To run CPUID, execute the following.
$ cpuid