- Hands-On DevOps with Vagrant
- Alex Braunton
- 109字
- 2021-07-16 17:43:53
CPU architecture
A system's CPU architecture is generally 32-bit or 64-bit. When you download the VirtualBox or Vagrant software package-installer, you will have to define which version you require.
The easiest and quickest way to find out the CPU architecture for a Ubuntu system is to go into the Terminal and run the uname -mrs command.
You should now see some output on the screen. What we are looking for is the last part; in my case, it is showing x86_64.
This is showing that I have a 64-bit CPU architecture. If your system is a 32-bit one, you would likely see either i686 or i386.
推薦閱讀
- 電腦組裝與系統安裝
- Linux設備驅動開發詳解(第2版)
- Mastering vRealize Operations Manager(Second Edition)
- Containerization with LXC
- Windows Server 2012 Hyper-V:Deploying the Hyper-V Enterprise Server Virtualization Platform
- Persistence in PHP with the Doctrine ORM
- Ganglia系統監控
- Alfresco 4 Enterprise Content Management Implementation
- Linux操作系統應用編程
- AWS Development Essentials
- Ceph分布式存儲實戰
- Django Project Blueprints
- Heroku Cloud Application Development
- Linux內核修煉之道
- OpenHarmony開發與實踐:基于紅莓RK2206開發板