- Ceph Cookbook(Second Edition)
- Vikhyat Umrao Michael Hackett Karan Singh
- 208字
- 2021-07-02 23:19:06
Getting ready
You will need the following software to get started:
- Oracle VirtualBox: This is an open source virtualization software package for host machines based on x86 and AMD64/Intel64. It supports Microsoft Windows, Linux, and Apple macOS X host operating systems. Make sure it's installed and working correctly. More information can be found at https://www.virtualbox.org.
Once you have installed VirtualBox, run the following command to ensure the installation was successful:
# VBoxManage --version

- Vagrant: This is software meant for creating virtual development environments. It works as a wrapper around virtualization software, such as VirtualBox, VMware, KVM, and so on. It supports the Microsoft Windows, Linux, and Apple macOS X host operating systems. Make sure it's installed and working correctly. More information can be found at https://www.vagrantup.com/. Once you have installed Vagrant, run the following command to ensure the installation was successful:
# vagrant --version

- Git: This is a distributed revision control system and the most popular and widely adopted version control system for software development. It supports Microsoft Windows, Linux, and Apple macOS X operating systems. Make sure it's installed
and working correctly. More information can be found at http://git-scm.com/.
Once you have installed Git, run the following command to ensure the installation was successful:
# git --version

推薦閱讀
- 亮劍.NET:.NET深入體驗與實戰精要
- R Machine Learning By Example
- 大數據時代的數據挖掘
- AWS Certified SysOps Administrator:Associate Guide
- AWS Administration Cookbook
- 計算機網絡安全
- 大數據驅動的機械裝備智能運維理論及應用
- Linux嵌入式系統開發
- R Data Analysis Projects
- LMMS:A Complete Guide to Dance Music Production Beginner's Guide
- 無人駕駛感知智能
- QTP自動化測試實踐
- Oracle 11g基礎與提高
- 探索中國物聯網之路
- Windows Server 2012 Automation with PowerShell Cookbook