- Kali Linux Cookbook(Second Edition)
- Corey P. Schultz Bob Perciaccante
- 191字
- 2021-07-02 18:27:09
Installing VirtualBox
To set the foundation for our lab, we will be using VirtualBox as a virtual hardware platform to host our images. This recipe will outline the steps necessary to do so. In the event that you wish to use an alternate virtualization platform, the same general principles will apply.
When it comes to learning a new set of skills or sharpening the ones you already have, the importance of a testing environment cannot be overstated. It is imperative that you have the means to test against systems in a known state so that you can validate the results of your tests.
One method of saving resources, both physical hardware and computing resources, is to utilize a virtual environment where your testing devices reside. One very popular example of a virtualization platform is Oracle's VirtualBox—a purpose build virtualization environment designed for use with x86 platforms that can host many virtual machines on one physical computer. This allows for the sharing of resources such as disk, RAM, CPU, and so on. Additionally, because VirtualBox supports importing and exporting virtual appliances, resources can be easily moved, shared, and so on.
- Java面向對象軟件開發
- MySQL數據庫應用與管理 第2版
- Machine Learning with R Cookbook(Second Edition)
- Java Web及其框架技術
- Architecting the Industrial Internet
- SAS數據統計分析與編程實踐
- Unity Shader入門精要
- C語言實驗指導及習題解析
- Yocto for Raspberry Pi
- Python算法詳解
- SSM開發實戰教程(Spring+Spring MVC+MyBatis)
- Visual Basic程序設計習題與上機實踐
- .NET Standard 2.0 Cookbook
- Buildbox 2.x Game Development
- Django 3.0應用開發詳解